grafana/pkg/tsdb/cloudmonitoring
Will Browne 7fbc7d019a
Plugins: Core plugins register via backend factory provider (#43171)
* refactoring store interface and init flow

* fix import

* fix linter

* refactor resource calling

* load with class

* re-order args

* fix tests

* fix linter

* remove old creator

* add custom config struct

* fix some tests

* cleanup

* fix

* tackle plugins

* fix linter

* refactor and fix test

* add connect failure error

* add fix for azure, cloud monitoring and test data

* restructure

* remove unused err

* add fake tracer for test

* fix grafana ds plugin
2022-01-20 18:16:22 +01: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 Plugins: Core plugins register via backend factory provider (#43171) 2022-01-20 18:16:22 +01: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 CloudMonitoring: Ignore min and max aggregation in MQL queries (#41302) 2021-11-05 13:09:22 +01:00
time_series_filter.go Chore: Implement OpenTelemtry in Grafana (#42674) 2022-01-20 11:10:12 +01:00
time_series_query_test.go CloudMonitoring: Ignore min and max aggregation in MQL queries (#41302) 2021-11-05 13:09:22 +01:00
time_series_query.go Chore: Implement OpenTelemtry in Grafana (#42674) 2022-01-20 11:10:12 +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