grafana/pkg/tsdb
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
..
azuremonitor azuremonitor: Deep linking from Log Analytic queries to the Azure Portal (#24417) 2020-05-11 19:11:03 +02:00
cloudwatch Datasource/CloudWatch: Usability improvements (#24447) 2020-05-11 14:44:13 +01:00
elasticsearch pkg/tsdb: Check errors (#19837) 2019-10-22 16:16:53 +02:00
graphite Graphite: Don't issue empty "select metric" queries (#22699) 2020-03-11 09:28:36 +01:00
influxdb pkg/tsdb: Check errors (#19837) 2019-10-22 16:16:53 +02:00
mssql Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
mysql Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
opentsdb move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
postgres Postgres: Add SSL support for datasource (#21341) 2020-04-09 12:48:29 +02:00
prometheus Prometheus: Render missing labels in legend formats as an empty string (#22355) 2020-03-18 19:57:11 +01:00
sqleng Chore: Update the xorm dependency (#22376) 2020-04-01 15:57:21 +02:00
stackdriver Fix misspell issues (#23905) 2020-04-29 21:37:21 +02:00
testdatasource TestData/Graph: load arrow and zoom to data range (#23764) 2020-04-27 16:41:41 -07:00
fake_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
frame_util_test.go Alerting: support alerting on data.Frame (that can be time series) (#22812) 2020-03-18 10:30:07 -04:00
frame_util.go Backend Plugins: (breaking change) Add PluginContext (#23788) 2020-04-23 14:08:21 -04:00
interval_test.go pkg/tsdb: Check errors (#19837) 2019-10-22 16:16:53 +02:00
interval.go interval: make the FormatDuration function public 2019-02-11 11:25:51 +01:00
models.go Backend plugins: Send query type to backend plugins (#24120) 2020-05-05 10:32:34 +02:00
query_endpoint.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
request.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
time_range_test.go Core: use go-datemath in timerange utility (#23120) 2020-04-06 09:00:05 +02:00
time_range.go Core: use go-datemath in timerange utility (#23120) 2020-04-06 09:00:05 +02:00
tsdb_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00