grafana/pkg/tsdb/azuremonitor
Jo 062d255124
Handle ioutil deprecations (#53526)
* 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
..
azlog AzureMonitor: Move Application Insights and Insight Analytics to a deprecated package (#45834) 2022-03-02 15:41:07 +01:00
loganalytics Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
macros backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
metrics Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
resourcegraph Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
testdata AzureMonitor: Parse non-fatal errors for Logs (#51320) 2022-06-24 08:56:58 +02:00
time AzureMonitor: Move Application Insights and Insight Analytics to a deprecated package (#45834) 2022-03-02 15:41:07 +01:00
types Azure Monitor: Deprecate metricDefinition (#52793) 2022-07-27 15:26:32 +02:00
azuremonitor_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
azuremonitor-resource-handler_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
azuremonitor-resource-handler.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
azuremonitor.go Azure Monitor: Early error if the client secret is not set (#53106) 2022-08-02 16:53:05 +02:00
credentials_test.go Azure Monitor: Early error if the client secret is not set (#53106) 2022-08-02 16:53:05 +02:00
credentials.go Azure Monitor: Early error if the client secret is not set (#53106) 2022-08-02 16:53:05 +02:00
httpclient_test.go AzureMonitor: Remove deprecated code (#48328) 2022-04-28 10:27:39 +02:00
httpclient.go Azure Monitor: Early error if the client secret is not set (#53106) 2022-08-02 16:53:05 +02:00
routes.go AzureMonitor: Remove deprecated code (#48328) 2022-04-28 10:27:39 +02:00