grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource
Adam Simpson 5df694b924
AzureMonitor: changes to azureMonitorExperimentalUI after feedback (#50455)
* AzureMonitor: tweak experimental-ui after UX discussions.
- move metrics up to resource row
- allow resources field to take an inlineField prop and a labelWidth prop. Eventually once the feature toggle is removed
the inlineField prop will be the only code branch in Field.tsx.

* AzureMonitor: remove devmode req for azureMonitorExperimentalUI flag

* refactor: consolidate logic branch for inline Field
2022-06-09 18:24:48 +00:00
..
__mocks__ Azure Monitor: Include datasource ref when interpolating variables (#49543) 2022-05-31 09:27:25 -07:00
azure_log_analytics AzureMonitor: Ensure original query properties are included unchanged (#49642) 2022-05-26 14:53:12 +01:00
azure_monitor AzureMonitor: Ensure original query properties are included unchanged (#49642) 2022-05-26 14:53:12 +01:00
azure_resource_graph AzureMonitor: Ensure original query properties are included unchanged (#49642) 2022-05-26 14:53:12 +01:00
azureMetadata Azure Monitor: add search feature to resource picker. (#48234) 2022-05-03 03:57:56 +02:00
components AzureMonitor: changes to azureMonitorExperimentalUI after feedback (#50455) 2022-06-09 18:24:48 +00:00
css AzureMonitor: adds support for multiple subscriptions per datasource (#16922) 2019-05-07 15:45:15 +02:00
dashboards Chore: Fix typos (#47816) 2022-04-15 14:10:34 +02:00
img
log_analytics Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
resourcePicker Azure Monitor: add search feature to resource picker. (#48234) 2022-05-03 03:57:56 +02:00
types AzureMonitor: Fix auto-selection of time-grain for metrics. (#49278) 2022-05-20 15:45:54 +01:00
utils AzureMonitor: Do not quote variables when a custom All variable option is used (#49428) 2022-05-24 11:29:24 +02:00
credentials.ts AzureMonitor: Remove deprecated configuration parameters (#45860) 2022-03-02 15:42:30 +01:00
datasource.test.ts Azure Monitor: Include datasource ref when interpolating variables (#49543) 2022-05-31 09:27:25 -07:00
datasource.ts Azure Monitor: Include datasource ref when interpolating variables (#49543) 2022-05-31 09:27:25 -07:00
grafanaTemplateVariableFns.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
grafanaTemplateVariables.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
module.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json Azure Monitor: Bump core plugin version (#46776) 2022-03-21 19:01:26 +01:00
query_help.md
README.md docs: update cloud data sources README links (#37820) 2021-08-24 10:11:07 +02:00
time_grain_converter.test.ts
time_grain_converter.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
variables.test.ts AzureMonitor: Remove deprecated code (#48328) 2022-04-28 10:27:39 +02:00
variables.ts AzureMonitor: Remove deprecated code (#48328) 2022-04-28 10:27:39 +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/