Is there a way to aggregate across metrics/metric-names? For example, on a four core system, you have the following metric-names:
cpu.0.system cpu.1.system cpu.2.system cpu.3.system
I would like to SUM(cpu.*.system) to get the aggregated cpu.system.total.
Is there a way to accomplish this with the current Grafana-graphite query-editor?
Please advise.