mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Fix Azure Monitor refs (#36458)
* Docs: Fix Azure Monitor refs * more fixes Co-authored-by: Robby Milo <robbymilo@gmail.com>
This commit is contained in:
parent
b5cdf5fdd8
commit
eabf3fb674
@ -98,7 +98,7 @@ aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin",
|
|||||||
<img src="/static/img/docs/logos/icon_cloudwatch.svg">
|
<img src="/static/img/docs/logos/icon_cloudwatch.svg">
|
||||||
<h5>AWS CloudWatch</h5>
|
<h5>AWS CloudWatch</h5>
|
||||||
</a>
|
</a>
|
||||||
<a href="{{< relref "datasources/azuremonitor.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
<a href="{{< relref "datasources/azuremonitor/_index.md" >}}" class="nav-cards__item nav-cards__item--ds">
|
||||||
<img src="/static/img/docs/logos/icon_azure_monitor.jpg">
|
<img src="/static/img/docs/logos/icon_azure_monitor.jpg">
|
||||||
<h5>Azure Monitor</h5>
|
<h5>Azure Monitor</h5>
|
||||||
</a>
|
</a>
|
||||||
|
@ -18,7 +18,7 @@ The following data sources are officially supported:
|
|||||||
|
|
||||||
- [Alertmanager]({{< relref "alertmanager.md" >}})
|
- [Alertmanager]({{< relref "alertmanager.md" >}})
|
||||||
- [AWS CloudWatch]({{< relref "cloudwatch.md" >}})
|
- [AWS CloudWatch]({{< relref "cloudwatch.md" >}})
|
||||||
- [Azure Monitor]({{< relref "azuremonitor.md" >}})
|
- [Azure Monitor]({{< relref "azuremonitor/_index.md" >}})
|
||||||
- [Elasticsearch]({{< relref "elasticsearch.md" >}})
|
- [Elasticsearch]({{< relref "elasticsearch.md" >}})
|
||||||
- [Google Cloud Monitoring]({{< relref "google-cloud-monitoring/_index.md" >}})
|
- [Google Cloud Monitoring]({{< relref "google-cloud-monitoring/_index.md" >}})
|
||||||
- [Graphite]({{< relref "graphite.md" >}})
|
- [Graphite]({{< relref "graphite.md" >}})
|
||||||
@ -46,4 +46,3 @@ In addition to the data sources that you have configured in your Grafana, there
|
|||||||
## Data source plugins
|
## Data source plugins
|
||||||
|
|
||||||
Since Grafana 3.0 you can install data sources as plugins. Check out [Grafana.com/plugins](https://grafana.com/plugins) for more data sources.
|
Since Grafana 3.0 you can install data sources as plugins. Check out [Grafana.com/plugins](https://grafana.com/plugins) for more data sources.
|
||||||
|
|
||||||
|
@ -14,11 +14,11 @@ Grafana includes built-in support for Azure Monitor, the Azure service to maximi
|
|||||||
- **Azure Monitor Logs** to collect log and performance data from your Azure account, and query using the powerful Kusto Language.
|
- **Azure Monitor Logs** to collect log and performance data from your Azure account, and query using the powerful Kusto Language.
|
||||||
- **Azure Resource Graph** to quickly query your Azure resources across subscriptions.
|
- **Azure Resource Graph** to quickly query your Azure resources across subscriptions.
|
||||||
|
|
||||||
This topic explains configuring, querying, and other options specific to the Azure Monitor data source. Refer to [Add a data source]({{< relref "add-a-data-source.md" >}}) for instructions on how to add a data source to Grafana.
|
This topic explains configuring, querying, and other options specific to the Azure Monitor data source. Refer to [Add a data source]({{< relref "../add-a-data-source.md" >}}) for instructions on how to add a data source to Grafana.
|
||||||
|
|
||||||
## Azure Monitor configuration
|
## Azure Monitor configuration
|
||||||
|
|
||||||
To access Azure Monitor configuration, hover your mouse over the **Configuration** (gear) icon, click **Data Sources**, and then select the Azure Monitor data source. If you haven't already, you'll need to [add the Azure Monitor data source]({{< relref "add-a-data-source.md" >}}).
|
To access Azure Monitor configuration, hover your mouse over the **Configuration** (gear) icon, click **Data Sources**, and then select the Azure Monitor data source. If you haven't already, you'll need to [add the Azure Monitor data source]({{< relref "../add-a-data-source.md" >}}).
|
||||||
|
|
||||||
You must create an app registration and service principal in Azure AD to authenticate the data source. See the [Azure documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in) for configuration details. Alternatively, if you are hosting Grafana in Azure (e.g. App Service, or Azure Virtual Machines) you can configure the Azure Monitor data source to use Managed Identity to securely authenticate without entering credentials into Grafana. Refer to [Configuring using Managed Identity](#configuring-using-managed-identity) for more details.
|
You must create an app registration and service principal in Azure AD to authenticate the data source. See the [Azure documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in) for configuration details. Alternatively, if you are hosting Grafana in Azure (e.g. App Service, or Azure Virtual Machines) you can configure the Azure Monitor data source to use Managed Identity to securely authenticate without entering credentials into Grafana. Refer to [Configuring using Managed Identity](#configuring-using-managed-identity) for more details.
|
||||||
|
|
||||||
|
@ -9,13 +9,13 @@ weight = 2
|
|||||||
|
|
||||||
Instead of hard-coding values for fields like resource group or resource name in your queries, you can use variables in their place to create more interactive, dynamic, and reusable dashboards.
|
Instead of hard-coding values for fields like resource group or resource name in your queries, you can use variables in their place to create more interactive, dynamic, and reusable dashboards.
|
||||||
|
|
||||||
Check out the [Templating]({{< relref "../variables/_index.md" >}}) documentation for an introduction to the templating feature and the different
|
Check out the [Templating]({{< relref "../../variables/_index.md" >}}) documentation for an introduction to the templating feature and the different
|
||||||
types of template variables.
|
types of template variables.
|
||||||
|
|
||||||
The Azure Monitor data source provides the following queries you can specify in the Query field in the Variable edit view
|
The Azure Monitor data source provides the following queries you can specify in the Query field in the Variable edit view
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
|
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
|
||||||
| `Subscriptions()` | Returns subscriptions. |
|
| `Subscriptions()` | Returns subscriptions. |
|
||||||
| `ResourceGroups()` | Returns resource groups. |
|
| `ResourceGroups()` | Returns resource groups. |
|
||||||
| `ResourceGroups(subscriptionID)` | Returns resource groups for a specified subscription. |
|
| `ResourceGroups(subscriptionID)` | Returns resource groups for a specified subscription. |
|
||||||
|
@ -74,7 +74,7 @@ Currently only supported for Prometheus and Loki data sources. This variable rep
|
|||||||
|
|
||||||
## $__rate_interval
|
## $__rate_interval
|
||||||
|
|
||||||
Currently only supported for Prometheus data sources. The `$__rate_interval` variable is meant to be used in the rate function. Refer to [Prometheus query variables]({{< relref "../datasources/prometheus.md">}}) for details.
|
Currently only supported for Prometheus data sources. The `$__rate_interval` variable is meant to be used in the rate function. Refer to [Prometheus query variables]({{< relref "../../datasources/prometheus.md">}}) for details.
|
||||||
|
|
||||||
## $timeFilter or $__timeFilter
|
## $timeFilter or $__timeFilter
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ For more information, refer to the [Elasticsearch docs]({{<relref "../datasource
|
|||||||
|
|
||||||
The Azure Monitor query type was renamed to Metrics and Azure Logs Analytics was renamed to Logs to match the service names in Azure and align the concepts with the rest of Grafana.
|
The Azure Monitor query type was renamed to Metrics and Azure Logs Analytics was renamed to Logs to match the service names in Azure and align the concepts with the rest of Grafana.
|
||||||
|
|
||||||
[Azure Monitor]({{< relref "../datasources/azuremonitor.md" >}}) was updated to reflect this change.
|
[Azure Monitor]({{< relref "../datasources/azuremonitor/_index.md" >}}) was updated to reflect this change.
|
||||||
|
|
||||||
### MQL support added for Google Cloud Monitoring
|
### MQL support added for Google Cloud Monitoring
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ In the upcoming Grafana 8.0 release, Application Insights and Insights Analytics
|
|||||||
|
|
||||||
Grafana 7.5 includes a deprecation notice for these queries, and some documentation to help users prepare for the upcoming changes.
|
Grafana 7.5 includes a deprecation notice for these queries, and some documentation to help users prepare for the upcoming changes.
|
||||||
|
|
||||||
For more information, refer to [Deprecating Application Insights and Insights Analytics]({{< relref "../datasources/azuremonitor.md#deprecating-application-insights-and-insights-analytics" >}}).
|
For more information, refer to [Deprecating Application Insights and Insights Analytics]({{< relref "../datasources/azuremonitor/_index.md#deprecating-application-insights-and-insights-analytics" >}}).
|
||||||
|
|
||||||
### Cloudwatch data source enhancements
|
### Cloudwatch data source enhancements
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ server:
|
|||||||
http_listen_port: 3101
|
http_listen_port: 3101
|
||||||
```
|
```
|
||||||
|
|
||||||
[Azure Monitor data source]({{< relref "../datasources/azuremonitor.md" >}}) was updated as a result of this change.
|
[Azure Monitor data source]({{< relref "../datasources/azuremonitor/_index.md" >}}) was updated as a result of this change.
|
||||||
|
|
||||||
## Enterprise features
|
## Enterprise features
|
||||||
|
|
||||||
@ -109,6 +109,7 @@ These features are included in the Grafana Enterprise edition.
|
|||||||
When caching is enabled, Grafana temporarily stores the results of data source queries. When you or another user submit the same query again, the results return from the cache instead of from the data source (such as Splunk or ServiceNow).
|
When caching is enabled, Grafana temporarily stores the results of data source queries. When you or another user submit the same query again, the results return from the cache instead of from the data source (such as Splunk or ServiceNow).
|
||||||
|
|
||||||
Query caching advantages:
|
Query caching advantages:
|
||||||
|
|
||||||
- Faster dashboard load times, especially for popular dashboards.
|
- Faster dashboard load times, especially for popular dashboards.
|
||||||
- Reduced API costs.
|
- Reduced API costs.
|
||||||
- Reduced likelihood that APIs will rate-limit or throttle requests.
|
- Reduced likelihood that APIs will rate-limit or throttle requests.
|
||||||
|
@ -182,9 +182,9 @@ The Azure Monitor data source now supports Managed Identity for users hosting Gr
|
|||||||
|
|
||||||
Also, in addition to querying Log Analytics Workspaces, you can now query the logs for any individual [supported resource](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported), or for all resources in a subscription or resource group.
|
Also, in addition to querying Log Analytics Workspaces, you can now query the logs for any individual [supported resource](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported), or for all resources in a subscription or resource group.
|
||||||
|
|
||||||
> **Note:** In Grafana 7.5 we started the deprecation for separate Application Insights queries, in favor of querying Application Insights resources through Metrics and Logs. In Grafana 8.0 new Application Insights and Insights Analytics queries cannot be made, and existing queries have been made read-only. For more details, refer to the [Deprecating Application Insights]({{< relref "../datasources/azuremonitor.md#deprecating-application-insights" >}}.
|
> **Note:** In Grafana 7.5 we started the deprecation for separate Application Insights queries, in favor of querying Application Insights resources through Metrics and Logs. In Grafana 8.0 new Application Insights and Insights Analytics queries cannot be made, and existing queries have been made read-only. For more details, refer to the [Deprecating Application Insights]({{< relref "../datasources/azuremonitor/_index.md#deprecating-application-insights" >}}.
|
||||||
|
|
||||||
[Azure Monitor data source]({{< relref "../datasources/azuremonitor.md" >}}) was updated as a result of these changes.
|
[Azure Monitor data source]({{< relref "../datasources/azuremonitor/_index.md" >}}) was updated as a result of these changes.
|
||||||
|
|
||||||
#### Elasticsearch data source
|
#### Elasticsearch data source
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user