Commit e6830b06 by Marcus Efraimsson Committed by GitHub

Merge pull request #15240 from grafana/azure-monitor-docs

Azure Monitor docs
parents 8f620824 3c911cf2
...@@ -27,9 +27,10 @@ and the conditions that need to be met for the alert to change state and trigger ...@@ -27,9 +27,10 @@ and the conditions that need to be met for the alert to change state and trigger
## Execution ## Execution
The alert rules are evaluated in the Grafana backend in a scheduler and query execution engine that is part The alert rules are evaluated in the Grafana backend in a scheduler and query execution engine that is part
of core Grafana. Only some data sources are supported right now. They include `Graphite`, `Prometheus`, `Elasticsearch`, `InfluxDB`, `OpenTSDB`, `MySQL`, `Postgres` and `Cloudwatch`. of core Grafana. Only some data sources are supported right now. They include `Graphite`, `Prometheus`, `InfluxDB`, `Elasticsearch`,
`Stackdriver`, `Cloudwatch`, `Azure Monitor`, `MySQL`, `PostgreSQL`, `MSSQL` and `OpenTSDB`.
> Alerting support for Elasticsearch is only available in Grafana v5.2 and above. > Alerting support for Azure Monitor is only available in Grafana v6.0 and above.
### Clustering ### Clustering
......
...@@ -8,7 +8,7 @@ aliases = ["/datasources/cloudwatch"] ...@@ -8,7 +8,7 @@ aliases = ["/datasources/cloudwatch"]
name = "AWS Cloudwatch" name = "AWS Cloudwatch"
identifier = "cloudwatch" identifier = "cloudwatch"
parent = "datasources" parent = "datasources"
weight = 10 weight = 5
+++ +++
# Using AWS CloudWatch in Grafana # Using AWS CloudWatch in Grafana
......
...@@ -22,15 +22,18 @@ The query language and capabilities of each Data Source are obviously very diffe ...@@ -22,15 +22,18 @@ The query language and capabilities of each Data Source are obviously very diffe
The following datasources are officially supported: The following datasources are officially supported:
* [Graphite]({{< relref "graphite.md" >}}) * [Graphite]({{< relref "graphite.md" >}})
* [Elasticsearch]({{< relref "elasticsearch.md" >}})
* [CloudWatch]({{< relref "cloudwatch.md" >}})
* [InfluxDB]({{< relref "influxdb.md" >}})
* [OpenTSDB]({{< relref "opentsdb.md" >}})
* [Prometheus]({{< relref "prometheus.md" >}}) * [Prometheus]({{< relref "prometheus.md" >}})
* [InfluxDB]({{< relref "influxdb.md" >}})
* [Elasticsearch]({{< relref "elasticsearch.md" >}})
* [Google Stackdriver]({{< relref "stackdriver.md" >}})
* [AWS CloudWatch]({{< relref "cloudwatch.md" >}})
* [Azure Monitor]({{< relref "azuremonitor.md" >}})
* [Loki]({{< relref "loki.md" >}}) * [Loki]({{< relref "loki.md" >}})
* [MySQL]({{< relref "mysql.md" >}}) * [MySQL]({{< relref "mysql.md" >}})
* [Postgres]({{< relref "postgres.md" >}}) * [PostgreSQL]({{< relref "postgres.md" >}})
* [Microsoft SQL Server (MSSQL)]({{< relref "mssql.md" >}}) * [Microsoft SQL Server (MSSQL)]({{< relref "mssql.md" >}})
* [OpenTSDB]({{< relref "opentsdb.md" >}})
* [Testdata]({{< relref "testdata.md" >}})
## Data source plugins ## Data source plugins
......
...@@ -7,7 +7,7 @@ aliases = ["/datasources/influxdb"] ...@@ -7,7 +7,7 @@ aliases = ["/datasources/influxdb"]
[menu.docs] [menu.docs]
name = "InfluxDB" name = "InfluxDB"
parent = "datasources" parent = "datasources"
weight = 3 weight = 2
+++ +++
# Using InfluxDB in Grafana # Using InfluxDB in Grafana
......
...@@ -7,7 +7,7 @@ aliases = ["/datasources/loki"] ...@@ -7,7 +7,7 @@ aliases = ["/datasources/loki"]
[menu.docs] [menu.docs]
name = "Loki" name = "Loki"
parent = "datasources" parent = "datasources"
weight = 11 weight = 6
+++ +++
# Using Loki in Grafana # Using Loki in Grafana
......
...@@ -7,7 +7,7 @@ aliases = ["/datasources/opentsdb", "docs/features/opentsdb"] ...@@ -7,7 +7,7 @@ aliases = ["/datasources/opentsdb", "docs/features/opentsdb"]
[menu.docs] [menu.docs]
name = "OpenTSDB" name = "OpenTSDB"
parent = "datasources" parent = "datasources"
weight = 5 weight = 19
+++ +++
# Using OpenTSDB in Grafana # Using OpenTSDB in Grafana
......
...@@ -7,7 +7,7 @@ aliases = ["/datasources/prometheus"] ...@@ -7,7 +7,7 @@ aliases = ["/datasources/prometheus"]
[menu.docs] [menu.docs]
name = "Prometheus" name = "Prometheus"
parent = "datasources" parent = "datasources"
weight = 2 weight = 1
+++ +++
# Using Prometheus in Grafana # Using Prometheus in Grafana
......
...@@ -5,9 +5,9 @@ keywords = ["grafana", "stackdriver", "google", "guide"] ...@@ -5,9 +5,9 @@ keywords = ["grafana", "stackdriver", "google", "guide"]
type = "docs" type = "docs"
aliases = ["/datasources/stackdriver"] aliases = ["/datasources/stackdriver"]
[menu.docs] [menu.docs]
name = "Stackdriver" name = "Google Stackdriver"
parent = "datasources" parent = "datasources"
weight = 11 weight = 4
+++ +++
# Using Google Stackdriver in Grafana # Using Google Stackdriver in Grafana
......
...@@ -126,6 +126,8 @@ One of the goals of the Grafana v6.0 release is to add support for the three maj ...@@ -126,6 +126,8 @@ One of the goals of the Grafana v6.0 release is to add support for the three maj
The Azure Monitor datasource integrates four Azure services with Grafana - Azure Monitor, Azure Log Analytics, Azure Application Insights and Azure Application Insights Analytics. The Azure Monitor datasource integrates four Azure services with Grafana - Azure Monitor, Azure Log Analytics, Azure Application Insights and Azure Application Insights Analytics.
Please read [Using Azure Monitor in Grafana documentation](/features/datasources/azuremonitor/) for more detailed information on how to get started and use it.
## Provisioning support for alert notifiers ## Provisioning support for alert notifiers
Grafana now added support for provisioning alert notifiers from configuration files. Allowing operators to provision notifiers without using the UI or the API. A new field called `uid` has been introduced which is a string identifier that the administrator can set themselves. Same kind of identifier used for dashboards since v5.0. This feature makes it possible to use the same notifier configuration in multiple environments and refer to notifiers in dashboard json by a string identifier instead of the numeric id which depends on insert order and how many notifiers that exists in the instance. Grafana now added support for provisioning alert notifiers from configuration files. Allowing operators to provision notifiers without using the UI or the API. A new field called `uid` has been introduced which is a string identifier that the administrator can set themselves. Same kind of identifier used for dashboards since v5.0. This feature makes it possible to use the same notifier configuration in multiple environments and refer to notifiers in dashboard json by a string identifier instead of the numeric id which depends on insert order and how many notifiers that exists in the instance.
......
...@@ -60,9 +60,9 @@ aliases = ["v1.1", "guides/reference/admin"] ...@@ -60,9 +60,9 @@ aliases = ["v1.1", "guides/reference/admin"]
<h4>Provisioning</h4> <h4>Provisioning</h4>
<p>A guide to help you automate your Grafana setup & configuration.</p> <p>A guide to help you automate your Grafana setup & configuration.</p>
</a> </a>
<a href="{{< relref "guides/whats-new-in-v5-4.md" >}}" class="nav-cards__item nav-cards__item--guide"> <a href="{{< relref "guides/whats-new-in-v6-0.md" >}}" class="nav-cards__item nav-cards__item--guide">
<h4>What's new in v5.4</h4> <h4>What's new in v6.0</h4>
<p>Article on all the new cool features and enhancements in v5.4</p> <p>Article on all the new cool features and enhancements in v6.0</p>
</a> </a>
<a href="{{< relref "tutorials/screencasts.md" >}}" class="nav-cards__item nav-cards__item--guide"> <a href="{{< relref "tutorials/screencasts.md" >}}" class="nav-cards__item nav-cards__item--guide">
<h4>Screencasts</h4> <h4>Screencasts</h4>
...@@ -89,12 +89,20 @@ aliases = ["v1.1", "guides/reference/admin"] ...@@ -89,12 +89,20 @@ aliases = ["v1.1", "guides/reference/admin"]
<h5>Prometheus</h5> <h5>Prometheus</h5>
</a> </a>
<a href="{{< relref "features/datasources/stackdriver.md" >}}" class="nav-cards__item nav-cards__item--ds"> <a href="{{< relref "features/datasources/stackdriver.md" >}}" class="nav-cards__item nav-cards__item--ds">
<img src="/img/docs/logos/stackdriver_logo.png"> <img src="/img/docs/logos/icon_stackdriver.svg">
<h5>Google Stackdriver</h5> <h5>Google Stackdriver</h5>
</a> </a>
<a href="{{< relref "features/datasources/cloudwatch.md" >}}" class="nav-cards__item nav-cards__item--ds"> <a href="{{< relref "features/datasources/cloudwatch.md" >}}" class="nav-cards__item nav-cards__item--ds">
<img src="/img/docs/logos/icon_cloudwatch.svg"> <img src="/img/docs/logos/icon_cloudwatch.svg">
<h5>Cloudwatch</h5> <h5>AWS CloudWatch</h5>
</a>
<a href="{{< relref "features/datasources/azuremonitor.md" >}}" class="nav-cards__item nav-cards__item--ds">
<img src="/img/docs/logos/icon_azure_monitor.jpg">
<h5>Azure Monitor</h5>
</a>
<a href="{{< relref "features/datasources/loki.md" >}}" class="nav-cards__item nav-cards__item--ds">
<img src="/img/docs/logos/icon_loki.svg">
<h5>Loki</h5>
</a> </a>
<a href="{{< relref "features/datasources/mysql.md" >}}" class="nav-cards__item nav-cards__item--ds"> <a href="{{< relref "features/datasources/mysql.md" >}}" class="nav-cards__item nav-cards__item--ds">
<img src="/img/docs/logos/icon_mysql.png" > <img src="/img/docs/logos/icon_mysql.png" >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment