grafana/pkg/tsdb/cloudmonitoring
Marcus Efraimsson 348e76fc8e
Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439)
Uses new httpclient package from grafana-plugin-sdk-go introduced 
via grafana/grafana-plugin-sdk-go#328. 
Replaces the GetHTTPClient, GetTransport, GetTLSConfig methods defined 
on DataSource model.
Longer-term the goal is to migrate core HTTP backend data sources to use the 
SDK contracts and using httpclient.Provider for creating HTTP clients and such.

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-05-19 23:53:41 +02:00
..
test-data CloudMonitoring: Use response unit instead of metric descriptor unit (#32928) 2021-04-14 16:41:02 +02:00
annotation_query_test.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00
annotation_query.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00
cloudmonitoring_test.go CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
cloudmonitoring.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
preprocessor.go CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
time_series_filter.go CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
time_series_query.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00
types.go CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00