-
What Grafana version and what operating system are you using? 10.4 managed via AWS
-
What are you trying to achieve? I have a query with a time value as x axis, metric value as y
and each value has a label for this instance we will call it name
i would like for each line in the graph for the legend to show the value of the “name” -
How are you trying to achieve it?
t AS "time",
weight AS "metric",
name AS "field"
FROM my_table;
- What happened?
i have tried with overrides and transforms to no avail would love a helping hand if someone can
- What did you expect to happen?
for the value of the legend to give me all the names of the “aliases” that are in the current graph based on the time