3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/tsdb/cloudmonitoring
Jo 062d255124
Handle ioutil deprecations ()
* replace ioutil.ReadFile -> os.ReadFile

* replace ioutil.ReadAll -> io.ReadAll

* replace ioutil.TempFile -> os.CreateTemp

* replace ioutil.NopCloser -> io.NopCloser

* replace ioutil.WriteFile -> os.WriteFile

* replace ioutil.TempDir -> os.MkdirTemp

* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
..
test-data Cloud Monitoring: set missing meta data for distribution type metrics () 2022-02-21 11:20:34 +01:00
annotation_query_test.go Cloud Monitoring: Use new annotation API () 2022-05-19 13:52:52 -07:00
annotation_query.go Cloud Monitoring: Use new annotation API () 2022-05-19 13:52:52 -07:00
cloudmonitoring_test.go CloudMonitoring: Improve error message () 2022-03-16 09:37:48 +01:00
cloudmonitoring.go Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
httpclient.go CloudMonitoring: use CallResourceHandler instead of PluginProxy () 2021-11-02 10:37:02 -04:00
preprocessor.go CloudMonitoring: Add support for preprocessing () 2021-05-19 08:16:05 +02:00
resource_handler_test.go Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
resource_handler.go Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
time_series_filter_test.go Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
time_series_filter.go Cloud Monitoring: Use new annotation API () 2022-05-19 13:52:52 -07:00
time_series_query_test.go Prometheus: Support 1ms resolution intervals () 2022-06-29 07:39:50 +02:00
time_series_query.go Cloud Monitoring: Use new annotation API () 2022-05-19 13:52:52 -07:00
types.go CloudMonitoring: Allow to set a custom value or disable graph_period () 2022-05-09 13:43:10 +02:00
utils.go CloudMonitoring: switch from ApplyRoute to AuthMiddleware () 2021-10-26 10:17:12 -04:00