grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource
Kevin Yu ebe5f3646f
AzureMonitor: Use Resource Picker in Metrics Query Editor (#47164)
* wip: new metrics query editor

* prepend subscriptions to url path

* remove duplicated setQueryValue file

* add tests for new metrics query editor

* wip start extracting resource field into a shared component

* fix query editor test

* fix up backend tests

* move azure monitor specific getters to azure_monitor_datasource

* use existing useAsyncState hook

* extract useAsyncState into separate file

* add datahooks tests

* extract resource field component

* cleanup

* clarify variable names

* remove logs query specific resource field component

* add url_builder test

* add azure_monitor_datasources tests

* address comments

* add types

* pass resourceUri to resource field component

* add test to check we reset the query fields when changing resources
2022-04-08 08:49:46 -07:00
..
__mocks__ AzureMonitor: Use Resource Picker in Metrics Query Editor (#47164) 2022-04-08 08:49:46 -07:00
azure_log_analytics Azure Monitor: Add support for multiple template variables in resource picker (#46215) 2022-03-25 14:12:52 -04:00
azure_monitor AzureMonitor: Use Resource Picker in Metrics Query Editor (#47164) 2022-04-08 08:49:46 -07:00
azure_resource_graph Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
azureMetadata AzureMonitor: Update China regions (#46695) 2022-03-21 09:36:26 +01:00
components AzureMonitor: Use Resource Picker in Metrics Query Editor (#47164) 2022-04-08 08:49:46 -07:00
css AzureMonitor: adds support for multiple subscriptions per datasource (#16922) 2019-05-07 15:45:15 +02:00
dashboards AzureMonitor: Add Links to Azure Portal for VM Insights dashboards (#46482) 2022-03-21 12:59:14 +01:00
img azuremonitor: move files into grafana 2019-01-17 10:55:03 +01:00
log_analytics AzureMonitor: Exclude ( in second capturing group for CodeQL ReDoS vulnerability (#43494) 2021-12-23 15:10:35 +01:00
partials AzureMonitor: Remove unused editor component (#39874) 2021-10-04 09:17:59 -04:00
resourcePicker Azure Monitor: Add support for multiple template variables in resource picker (#46215) 2022-03-25 14:12:52 -04:00
types AzureMonitor: Use Resource Picker in Metrics Query Editor (#47164) 2022-04-08 08:49:46 -07:00
utils AzureMonitor: Use Resource Picker in Metrics Query Editor (#47164) 2022-04-08 08:49:46 -07:00
credentials.ts AzureMonitor: Remove deprecated configuration parameters (#45860) 2022-03-02 15:42:30 +01:00
datasource.ts AzureMonitor: Move rest of deprecated code (#46109) 2022-03-03 17:16:10 +01:00
grafanaTemplateVariableFns.ts Azure Monitor: Fix bug with template variables. (#41669) 2021-11-16 08:43:57 -05:00
grafanaTemplateVariables.test.ts Azure Monitor: Fix bug with template variables. (#41669) 2021-11-16 08:43:57 -05:00
module.ts AzureMonitor: Use React QueryEditor for annotations editor (#37633) 2021-08-13 11:05:57 +01:00
plugin.json Azure Monitor: Bump core plugin version (#46776) 2022-03-21 19:01:26 +01:00
query_help.md azuremonitor: move files into grafana 2019-01-17 10:55:03 +01:00
README.md docs: update cloud data sources README links (#37820) 2021-08-24 10:11:07 +02:00
time_grain_converter.test.ts azuremonitor: move files into grafana 2019-01-17 10:55:03 +01:00
time_grain_converter.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
variables.test.ts AzureMonitor: Move rest of deprecated code (#46109) 2022-03-03 17:16:10 +01:00
variables.ts AzureMonitor: Move rest of deprecated code (#46109) 2022-03-03 17:16:10 +01:00

Azure Monitor data source - native plugin

Grafana ships with built in support for Azure Monitor. You just have to add it as a data source and you will be ready to build dashboards for your Azure Monitor metrics.

Read more about it here:

https://grafana.com/docs/grafana/latest/datasources/azuremonitor/