grafana/pkg/expr
Jean-Philippe Quéméner 2319c52c85
Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731)
Instead of using the frame name as the series name, we now use the name of the series value column if the frame name is not set. Queries to some datasources may end up with an empty frame name, which leads to an empty series name. As the series name is used in the frontend to display which metrics were queried etc. it shouldn't be empty.
2021-11-17 11:00:59 +01:00
..
classic Alerting: Handle marshaling Inf values (#36947) 2021-07-21 10:04:40 -04:00
mathexp Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731) 2021-11-17 11:00:59 +01:00
translate api/ds/query: simplify data sources lookup for queries and expressions (#41172) 2021-11-05 08:12:55 -07:00
commands.go Use sdk pkg for gtime (#39354) 2021-09-21 13:08:52 +02:00
graph_test.go api/ds/query: simplify data sources lookup for queries and expressions (#41172) 2021-11-05 08:12:55 -07:00
graph.go api/ds/query: simplify data sources lookup for queries and expressions (#41172) 2021-11-05 08:12:55 -07:00
nodes_test.go Alerting: Add QueryError to expr package (#41737) 2021-11-16 13:42:22 +00:00
nodes.go Alerting: Add QueryError to expr package (#41737) 2021-11-16 13:42:22 +00:00
service_test.go Encryption: Refactor secrets service (#41771) 2021-11-17 11:52:45 +02:00
service.go Replace encryption.Service usages by secrets.Service (#41625) 2021-11-12 12:16:39 +01:00
transform.go Replace encryption.Service usages by secrets.Service (#41625) 2021-11-12 12:16:39 +01:00