grafana/pkg/tsdb/azuremonitor/loganalytics
Andreas Christou 49e6bf26b3
AzureMonitor: Refactor Log Analytics backend (#87429)
* Remove unneeded error check

* Refactor to reduce cyclomatic complexity

* Add util function for parsing resultformat

* Make use of util

* Remove unneeded types

* Move types to their own file

* Move getApiUrl to utils

* Move traces functions to separate file

- Add separate helper for building trace string queries

* Add helper for determining resources

* Add test for RetrieveResources

* Don't append twice

* Refactor tests
2024-05-10 17:11:54 +01:00
..
azure-log-analytics-datasource_test.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00
azure-log-analytics-datasource.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00
azure-response-table-frame_test.go AzureMonitor: Allow serviceTags and tags to be empty for trace results (#73145) 2023-08-11 13:13:19 +01:00
azure-response-table-frame.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
consts.go AzureMonitor: Ensure trace exceptions are correctly displayed (#68079) 2023-05-09 15:24:20 +01:00
traces_test.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00
traces.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00
types.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00
utils_test.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00
utils.go AzureMonitor: Refactor Log Analytics backend (#87429) 2024-05-10 17:11:54 +01:00