graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05276
Re: [Question #257967]: summing up metrics of variable length
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.