New question #192053 on Graphite: https://answers.launchpad.net/graphite/+question/192053
Hi, Let's say that in Graphite, I have this kind of informations : stats.timers.servers.SERVER_1.orders.SHOP_1.count stats.timers.servers.SERVER_1.orders.SHOP_2.count stats.timers.servers.SERVER_2.orders.SHOP_1.count stats.timers.servers.SERVER_2.orders.SHOP_2.count Then, I would like to monitor the total number of orders. For doing this, I graphed this target "stats.timers.servers.*.orders.*.count" and set "areaMode=stacked" Each column of the resulting histogramm represents : "sum(orders by server by shop)" How, can I change this so that it's actually grouped by server ? I want to have "sum(orders by shop)" I tried with "group(stats.timers.servers.\*.orders.*.count)", but the result looks weird :-S I can't find any documentation about the "group()" function ... cheers Nicolas -- 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 : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

