You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
});
});
The text was updated successfully, but these errors were encountered:
Hello,
Has any one managed to use the groupByNode with the current find method?
Does anyone know if something like this would be possible?
The text was updated successfully, but these errors were encountered: