grafana/pkg/expr/mathexp
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
..
parse Expressions: support ${my var} syntax (#29819) 2020-12-14 14:21:16 -05:00
exp_nan_null_val_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
exp_scalar_no_test.go Expressions: Field names from refId (#29755) 2020-12-11 06:59:12 -05:00
exp_series_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
exp_test.go SSE: Change math expression to accept any value convertible to float (#34996) 2021-06-03 18:06:12 +03:00
exp.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
funcs_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
funcs.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
reduce_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
reduce.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
resample_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
resample.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
type_series.go Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731) 2021-11-17 11:00:59 +01:00
types_test.go Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731) 2021-11-17 11:00:59 +01:00
types.go SSE: Support time series frames with non-nullable float64 values (#32608) 2021-04-01 14:33:35 -04:00
union_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00