Hello,
I would like to know if it was possible to combine Templating and from this request :
SELECT mean(“value”) FROM “sensor_test” WHERE (“system” =~ /CV1$GroupProp/ AND “code” =~ /^indicateurs/) AND timeFilter GROUP BY time(__interval), “code”, “system”
which gives 4 graphs, a way to give a name to every mean(“value”) for example : “variation of temperature”, then “variation of pressure”, then “variation of flow”, then “vibration” ?