Question #257967 on Graphite changed:
https://answers.launchpad.net/graphite/+question/257967

Description changed to:
Is it possible to search for metrics using graphite syntax?

THE PROBLEM: I have metrics of variable length, say

(this is an abstract example just to illustrate my case)

disk.root.PERCENTAGE_USED
disk.root.mnt.filesystem1.PERCENTAGE_USED
disk.root.mnt.filesystem1.mount.PERCENTAGE_USED

I would like to do something like

groupByNode(disk.**,-1,'sum')

to have all metrics under 'disk' (no matter what is the name) summarized
by last component ('PERCENTAGE_USED').

I can't find a any search function nor wildcard to obtain this.

Is there a way to do that?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to