I am new to Graphite and can't understand how to do this:
I have a large number of time-metrics (celery metrics) in format stats.timers.*.median
I want to show:
- Top N metrics with average value above X
- Display them on one graph with the names of metrics
Now I have averageAbove(stats.timers.*.median,50)
but it displays graphs without names and renders strangely and in bad scale. Help, please! :)