grafana/pkg/tsdb/cloudmonitoring
Adam Simpson 3672e44c1c
CloudMonitoring: Fix crash when inspecting data for MQL queries (#63747)
CloudMonitoring: Fix missing Field name

This happened for MQL queries that used an [aggregate function][1], e.g.
`sum`.

[1]: https://cloud.google.com/monitoring/mql/reference#aggr-function-group
2023-02-24 18:09:10 +00:00
..
test-data CloudMonitoring: Fix crash when inspecting data for MQL queries (#63747) 2023-02-24 18:09:10 +00:00
annotation_query_test.go GoogleCloudMonitoring: Refactor annotation code (#58417) 2022-11-08 15:41:17 +01:00
annotation_query.go GoogleCloudMonitoring: Refactor query type definition (#58512) 2022-11-10 09:30:47 +01:00
cloudmonitoring_test.go GoogleCloudMonitoring: Adapt frontend to the new API format (#60173) 2022-12-20 12:47:49 +01:00
cloudmonitoring.go CloudMonitoring: Fix crash when inspecting data for MQL queries (#63747) 2023-02-24 18:09:10 +00:00
httpclient.go CloudMonitoring: use CallResourceHandler instead of PluginProxy (#41064) 2021-11-02 10:37:02 -04:00
preprocessor.go CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
resource_handler_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
resource_handler.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
slo_query_test.go GoogleCloudMonitoring: Refactor SLO queries (#59421) 2022-11-30 17:23:05 +01:00
slo_query.go GoogleCloudMonitoring: Refactor SLO queries (#59421) 2022-11-30 17:23:05 +01:00
time_series_filter_test.go CloudMonitoring: Fix crash when inspecting data for MQL queries (#63747) 2023-02-24 18:09:10 +00:00
time_series_filter.go GoogleCloudMonitoring: Adapt frontend to the new API format (#60173) 2022-12-20 12:47:49 +01:00
time_series_query_test.go CloudMonitor: Improve detail of MQL series labels (#59747) 2022-12-07 15:32:54 +00:00
time_series_query.go CloudMonitor: Improve detail of MQL series labels (#59747) 2022-12-07 15:32:54 +00:00
types.go GoogleCloudMonitoring: Adapt frontend to the new API format (#60173) 2022-12-20 12:47:49 +01:00
utils.go Chore: Upgrade golangci-lint to v1.51.2 (#63630) 2023-02-23 15:10:03 +01:00