mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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 |
||
---|---|---|
.. | ||
__mocks__ | ||
azure_log_analytics | ||
azure_monitor | ||
azure_resource_graph | ||
azureMetadata | ||
components | ||
css | ||
dashboards | ||
img | ||
log_analytics | ||
partials | ||
resourcePicker | ||
types | ||
utils | ||
credentials.ts | ||
datasource.ts | ||
grafanaTemplateVariableFns.ts | ||
grafanaTemplateVariables.test.ts | ||
module.ts | ||
plugin.json | ||
query_help.md | ||
README.md | ||
time_grain_converter.test.ts | ||
time_grain_converter.ts | ||
variables.test.ts | ||
variables.ts |
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/