grafana/pkg/tsdb/azuremonitor
Daniel Lee 67ed579647
azuremonitor: Deep linking from Log Analytic queries to the Azure Portal (#24417)
* azuremonitor: add gzipped and base64 encoded query to metadata

for Azure Log Analytic query responses

* azure monitor: add fields to metadata for log analytics

* azuremonitor: correction to text in query editor

* azuremonitor: adds subscription id to result metadata

* azuremonitor: build deep link url for Log Analytics

Most of the information needed for building the url
comes from the backend. The workspace friendly name
and the resource group that the workspace belongs
to are fetched in a separate API call. This call is
cached otherwise there would be a workspaces call
per query on the dashboard.

* docs: azure log analytics deep linking

* Apply suggestions from code review

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* docs: fixing review comments for azure monitor

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-05-11 19:11:03 +02:00
..
testdata azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
applicationinsights-datasource_test.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
applicationinsights-datasource.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
azure-log-analytics-datasource_test.go azuremonitor: Deep linking from Log Analytic queries to the Azure Portal (#24417) 2020-05-11 19:11:03 +02:00
azure-log-analytics-datasource.go azuremonitor: Deep linking from Log Analytic queries to the Azure Portal (#24417) 2020-05-11 19:11:03 +02:00
azuremonitor-datasource_test.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
azuremonitor-datasource.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
azuremonitor-time.go AzureMonitor: Alerting for Azure Application Insights (#19381) 2019-10-07 14:18:14 +02:00
azuremonitor.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
macros_test.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
macros.go azuremonitor: port azure log analytics query function to the backend (#23839) 2020-04-27 17:43:02 +02:00
time-grain_test.go azuremonitor: fix auto interval calculation on backend 2019-02-11 13:27:08 +01:00
time-grain.go Fix misspell issues (#23905) 2020-04-29 21:37:21 +02:00
types.go azuremonitor: Deep linking from Log Analytic queries to the Azure Portal (#24417) 2020-05-11 19:11:03 +02:00
url-builder_test.go Azuremonitor: multiple subscription support for alerting (#17195) 2019-05-21 12:28:30 +02:00
url-builder.go Azuremonitor: multiple subscription support for alerting (#17195) 2019-05-21 12:28:30 +02:00