Hello,
Is it possible to use complex graphite queries in templating?
Example:
I have a 100 metrics
I want to build a dashboard repeating all theses metrics but only those where a mean value is greatest than 100
I know I can do something like that in defining templating vars:
prod.servers.*.metric1.*
But this kind of query would be awesome… but I don’t know if it is possible:
averageAbove(prod.servers.*.metric1.*.mean,100)