grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource
Ashley Harrison 52d7358d83
Chore: More TypeScript strict fixes (#39300)
* Chore: More TypeScript strict fixes

* Chore: Use filter instead of reduce to fix TypeScript error

* Chore: Retype AzureResultFormat as string

* Chore: Account for getBlocks() poor typings of reduce

* Chore: Need to explicitly check for undefined here since '' is falsey
2021-09-17 09:47:23 +01:00
..
__mocks__ AzureMonitor: Fix template variables being cleared out (#39173) 2021-09-15 16:31:37 +01:00
app_insights Chore: Upgrades rxjs to 7.3.0 (#37913) 2021-08-19 06:38:31 +02:00
azure_log_analytics [Azure monitor] Support variables for Azure Resource Group subscription picker (#38620) 2021-08-31 09:15:35 +02:00
azure_monitor AzureMonitor: Support PostgreSQL and MySQL Flexible Servers (#38075) 2021-08-19 16:56:58 +02:00
azure_resource_graph [Azure monitor] Support variables for Azure Resource Group subscription picker (#38620) 2021-08-31 09:15:35 +02:00
azureMetadata AzureMonitor: Use resource type display names in the UI (#35060) 2021-06-02 12:47:04 +02:00
components Chore: More TypeScript strict fixes (#39300) 2021-09-17 09:47:23 +01:00
css AzureMonitor: adds support for multiple subscriptions per datasource (#16922) 2019-05-07 15:45:15 +02:00
dashboards remove untitled file (#39060) 2021-09-13 09:39:06 +02:00
editor Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
img azuremonitor: move files into grafana 2019-01-17 10:55:03 +01:00
insights_analytics AzureMonitor: Make all query properties optional (#36701) 2021-07-14 12:36:11 +02:00
log_analytics AzureMonitor: Fix macro resolution for template variables (#36944) 2021-07-21 11:29:07 +02:00
partials Update query.editor.html (#34046) 2021-05-13 14:47:33 +03:00
resourcePicker AzureMonitor: Request and concat subsequent resource pages (#36958) 2021-07-21 16:20:07 +02:00
types Chore: More TypeScript strict fixes (#39300) 2021-09-17 09:47:23 +01:00
utils [Azure monitor] Support variables for Azure Resource Group subscription picker (#38620) 2021-08-31 09:15:35 +02:00
annotations_query_ctrl.ts Azure: Fixes annotations query editor not working properly (#37476) 2021-08-03 12:43:25 +02:00
credentials.ts AzureMonitor: Add cloud specific deep linking (#35784) 2021-06-23 10:26:09 +02:00
datasource.ts AzureMonitor: Fix template variables being cleared out (#39173) 2021-09-15 16:31:37 +01:00
module.ts AzureMonitor: Use React QueryEditor for annotations editor (#37633) 2021-08-13 11:05:57 +01:00
plugin.json Azure Monitor: Add Azure resource overview dashboard (#38801) 2021-09-06 09:44:45 +02:00
query_ctrl.test.ts AzureMonitor: use undefined for empty Metrics values in jsonData (#32230) 2021-03-23 12:31:04 +00:00
query_ctrl.ts Chore: Fix more TypeScript strict errors (#37066) 2021-07-22 08:09:55 +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

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/