Folks, I am using RichMapFunction to generate codahale like metrics from different taskmanagers spread across an N-Node cluster. When I see the visualizations (Grafana on InfluxDB), I see all of the metrics as separate streams ($host.$taskmanager.$uuid.$metricname).
I thought I can aggregate these metrics(counters from all boxes into one aggregate count) using Grafana but am Unable to do so. Is there way to change my code such that this is possible?