grafana/pkg/tsdb/cloudmonitoring
Santiago 7ed82ac049
Check for empty URLs when creating/updating a data source (#42837)
* checks for empty URLs added

* check for TimeSeriesTypeNot to fix InfluxDB alerts

* log a warning when a data frame is ignored

* fix: add brittle Prometheus URL input selector

needs a proper aria-label or test-data-id selector

* test: add URL input aria-label

needs to use the grafana/e2e-selectors package

* test: run ci

* add URL validation for specific data sources, e2e tests

* Update pkg/api/datasource/validation.go

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>

* delete duplicated logs

* delete unnecessary leading newline

Co-authored-by: gillesdemey <gilles.de.mey@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2022-01-31 12:39:55 -03:00
..
test-data CloudMonitoring: Ignore min and max aggregation in MQL queries (#41302) 2021-11-05 13:09:22 +01:00
annotation_query_test.go ignore empty tags (#41529) 2021-11-11 13:38:04 +01:00
annotation_query.go Chore: Implement OpenTelemtry in Grafana (#42674) 2022-01-20 11:10:12 +01:00
cloudmonitoring_test.go CloudMonitoring: Ignore min and max aggregation in MQL queries (#41302) 2021-11-05 13:09:22 +01:00
cloudmonitoring.go Check for empty URLs when creating/updating a data source (#42837) 2022-01-31 12:39:55 -03: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 CloudMonitor: Iterate over pageToken for resources (#42546) 2021-12-07 08:54:50 -05:00
resource_handler.go Plugins: Core plugins register via backend factory provider (#43171) 2022-01-20 18:16:22 +01:00
time_series_filter_test.go Cloud Monitoring: Reduce request size when listing labels (#44365) 2022-01-26 12:02:42 +01:00
time_series_filter.go Cloud Monitoring: Reduce request size when listing labels (#44365) 2022-01-26 12:02:42 +01:00
time_series_query_test.go Cloud Monitoring: Reduce request size when listing labels (#44365) 2022-01-26 12:02:42 +01:00
time_series_query.go Cloud Monitoring: Reduce request size when listing labels (#44365) 2022-01-26 12:02:42 +01:00
types.go Chore: Implement OpenTelemtry in Grafana (#42674) 2022-01-20 11:10:12 +01:00
utils.go CloudMonitoring: switch from ApplyRoute to AuthMiddleware (#40787) 2021-10-26 10:17:12 -04:00