grafana/pkg/tsdb/azuremonitor
Josh Hunt 5dca9fd4d8
AzureMonitor: Support querying any Resource for Logs queries (#33879)
* wip

* wip:

* ui work for resource picker

* disable rows when others are selected

* resource picker open button

* Azure Monitor: Connect to backend with real data (#34024)

* Connect to backend with real data

* Fixes from code review.

* WIP:Begin thinking about how to make queries with scope determined by the resource picker

* More fixes post code review.

* Fixes after rebasing

* Remove outdated todo

* AzureMonitor: Support any resource for Logs queries (#33762)

* Apply button for resource picker

* scroll table body

* secondary cancel button

* loading state for nested rows

* Display resource components in picker button

* fix tests

* fix icons

* move route function

* Migrate from workspace to resource uri for log analytics (#34337)

* reword backwards compat comment

* remove base url suffix

* fix lint error

* move migrations to seperate file

* cleanup

* update regex

* cleanup

* update plugin routes to use new azure auth type

* use AzureDataSourceInstanceSettings alias

Co-authored-by: Sarah Zinger <sarahzinger@users.noreply.github.com>
2021-05-19 17:39:08 +01:00
..
testdata AzureMonitor: Add Azure Resource Graph (#33293) 2021-05-19 10:31:27 +02:00
applicationinsights-datasource_test.go AzureMonitor: Refactor cloud and route resolution in the backend (#34342) 2021-05-19 14:36:16 +02:00
applicationinsights-datasource.go AzureMonitor: Refactor cloud and route resolution in the backend (#34342) 2021-05-19 14:36:16 +02:00
applicationinsights-metrics_test.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
applicationinsights-metrics.go Azure: Insights metrics - do not sort if no data (#26486) 2020-07-21 10:24:55 -04:00
azure-log-analytics-datasource_test.go AzureMonitor: Support querying any Resource for Logs queries (#33879) 2021-05-19 17:39:08 +01:00
azure-log-analytics-datasource.go AzureMonitor: Support querying any Resource for Logs queries (#33879) 2021-05-19 17:39:08 +01:00
azure-resource-graph-datasource_test.go AzureMonitor: Add Azure Resource Graph (#33293) 2021-05-19 10:31:27 +02:00
azure-resource-graph-datasource.go Route fixes for Azure Resource Graph (#34410) 2021-05-19 17:33:03 +02:00
azure-response-table-frame_test.go AzureMonitor: Add Azure Resource Graph (#33293) 2021-05-19 10:31:27 +02:00
azure-response-table-frame.go AzureMonitor: Add Azure Resource Graph (#33293) 2021-05-19 10:31:27 +02:00
azuremonitor-datasource_test.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00
azuremonitor-datasource.go AzureMonitor: Refactor cloud and route resolution in the backend (#34342) 2021-05-19 14:36:16 +02:00
azuremonitor-time.go AzureMonitor: Types for front-end queries (#24937) 2020-05-26 10:52:33 -04:00
azuremonitor.go AzureMonitor: Add Azure Resource Graph (#33293) 2021-05-19 10:31:27 +02:00
credentials.go AzureMonitor: Refactor cloud and route resolution in the backend (#34342) 2021-05-19 14:36:16 +02:00
insights-analytics-datasource.go AzureMonitor: Refactor cloud and route resolution in the backend (#34342) 2021-05-19 14:36:16 +02:00
macros_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
macros.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
routes.go Route fixes for Azure Resource Graph (#34410) 2021-05-19 17:33:03 +02:00
time-grain_test.go Chore: Rewrite tsdb azuremonitor time grain test to standard library (#30089) 2021-01-06 20:16:53 +01:00
time-grain.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
types.go AzureMonitor: Support querying any Resource for Logs queries (#33879) 2021-05-19 17:39:08 +01:00
url-builder_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
url-builder.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00