The [[tenantnumber]] template variable has about 10 or so values to it, so what I want to see is those 10 nodes being graphed individually, but the sumSeries should sum up the all the hosts and tenants I choose, so for instance, if the tenantnumber is 5, I’d like to see:
That would be if only tenantnumber 5 was selected, and if I choose All numbers from a dropdown, it should graph all 10 series for all the 10 tenant numbers, but each of those series should have the hosts and tenants summed up into a single series.
Sorry if that’s a little confusing, but I tried groupByNode and sumSeriesWithWildcards, etc, but I didn’t know how to make this work or if it’s possible.
Does this work the way you want? (and why are you summing averages?)
A groupByNode would usually be the function you would use for this and then you would group by example_query_for_[[tenantnumber]]_question. What result do you get when you try?
Ahhh yes sorry! Just noticed groupByNode was working the way I wanted. I didn’t verify my data well enough when comparing all manual queries on a chart versus using the groupByNode… super useful feature, major timesaver.