mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Initial schema - Add types based off of current frontend * Rename and field-level comments * Update report and regenerate files * Rename frontend Azure folder - Doing this for consistency and to ensure code-generation works - Update betterer results due to file renames * Remove default and add back enum vals that I deleted * Set workspace prop as optional * Replace template variable types * Connect frontend query types - Keep properties optional for now to avoid major changes - Rename AzureMetricResource - Correctly use ResultFormat * Add TSVeneer decorator * Update schema * Update type * Update CODEOWNERS * Fix gen-cue issue * Fix backend test * Fix e2e test * Update code coverage * Remove references to old Azure Monitor path * Review * Regen files |
||
---|---|---|
.. | ||
__mocks__ | ||
azure_log_analytics | ||
azure_monitor | ||
azure_resource_graph | ||
azureMetadata | ||
components | ||
dashboards | ||
e2e | ||
img | ||
log_analytics | ||
resourcePicker | ||
types | ||
utils | ||
credentials.ts | ||
dataquery.cue | ||
dataquery.gen.ts | ||
datasource.test.ts | ||
datasource.ts | ||
grafanaTemplateVariableFns.ts | ||
grafanaTemplateVariables.test.ts | ||
module.test.ts | ||
module.ts | ||
plugin.json | ||
query_help.md | ||
README.md | ||
time_grain_converter.test.ts | ||
time_grain_converter.ts | ||
tracking.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/