Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphite find method that supports groupByNode/sumSeries #55

Open
syepes opened this issue Jun 25, 2013 · 0 comments
Open

Graphite find method that supports groupByNode/sumSeries #55

syepes opened this issue Jun 25, 2013 · 0 comments

Comments

@syepes
Copy link

syepes commented Jun 25, 2013

Hello,

Has any one managed to use the groupByNode with the current find method?
Does anyone know if something like this would be possible?

// This is just an example
findString = 'groupByNode(carbon.agents.*.{creates,metricsReceived},2,"sumSeries")'

graphite.find(findString, function(error, results) { 
    var metrics = results.sort().map(function(i) {
      return graphite.metric(i);
    });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant