From 88c9b5ad0a9f2e8942071ebbdb716d59a1046384 Mon Sep 17 00:00:00 2001 From: olcbean Date: Fri, 1 Nov 2019 00:55:44 +0100 Subject: [PATCH] Docs: Data Sources subsection naming (#20127) In the data sources docs two similar subsection names were used. This PR renames `Adding the data source to Grafana` subsection to `Adding data source` so that all data sources have the same subsection name. --- docs/sources/features/datasources/azuremonitor.md | 2 +- docs/sources/features/datasources/cloudwatch.md | 2 +- docs/sources/features/datasources/loki.md | 2 +- docs/sources/features/datasources/prometheus.md | 2 +- docs/sources/features/datasources/stackdriver.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/features/datasources/azuremonitor.md b/docs/sources/features/datasources/azuremonitor.md index 04135db20ad..46a0fdaa869 100644 --- a/docs/sources/features/datasources/azuremonitor.md +++ b/docs/sources/features/datasources/azuremonitor.md @@ -23,7 +23,7 @@ The Azure Monitor data source supports multiple services in the Azure cloud: - **[Azure Log Analytics]({{< relref "#querying-the-azure-log-analytics-service" >}})** (or Azure Logs) gives you access to log data collected by Azure Monitor. - **[Application Insights Analytics]({{< relref "#writing-analytics-queries-for-the-application-insights-service" >}})** allows you to query [Application Insights data](https://docs.microsoft.com/en-us/azure/azure-monitor/app/analytics) using the same query language used for Azure Log Analytics. -## Adding the data source to Grafana +## Adding the data source The data source can access metrics from four different services. You can configure access to the services that you use. It is also possible to use the same credentials for multiple services if that is how you have set it up in Azure AD. diff --git a/docs/sources/features/datasources/cloudwatch.md b/docs/sources/features/datasources/cloudwatch.md index e8dc7ea1a3d..a837bda5496 100644 --- a/docs/sources/features/datasources/cloudwatch.md +++ b/docs/sources/features/datasources/cloudwatch.md @@ -15,7 +15,7 @@ weight = 5 Grafana ships with built in support for CloudWatch. You just have to add it as a data source and you will be ready to build dashboards for your CloudWatch metrics. -## Adding the data source to Grafana +## Adding the data source 1. Open the side menu by clicking the Grafana icon in the top header. 2. In the side menu under the `Dashboards` link you should find a link named `Data Sources`. diff --git a/docs/sources/features/datasources/loki.md b/docs/sources/features/datasources/loki.md index c8dea7e0d9a..27d4c75dbdf 100644 --- a/docs/sources/features/datasources/loki.md +++ b/docs/sources/features/datasources/loki.md @@ -20,7 +20,7 @@ weight = 6 Grafana ships with built-in support for Loki, Grafana's log aggregation system. Just add it as a data source and you are ready to query your log data in [Explore](/features/explore). -## Adding the data source to Grafana +## Adding the data source 1. Open Grafana and make sure you are logged in. 2. In the side menu under the `Configuration` link you should find a link named `Data Sources`. diff --git a/docs/sources/features/datasources/prometheus.md b/docs/sources/features/datasources/prometheus.md index e07c7323fca..514dde31580 100644 --- a/docs/sources/features/datasources/prometheus.md +++ b/docs/sources/features/datasources/prometheus.md @@ -14,7 +14,7 @@ weight = 1 Grafana includes built-in support for Prometheus. -## Adding the data source to Grafana +## Adding the data source 1. Open the side menu by clicking the Grafana icon in the top header. 2. In the side menu under the `Dashboards` link you should find a link named `Data Sources`. diff --git a/docs/sources/features/datasources/stackdriver.md b/docs/sources/features/datasources/stackdriver.md index d31db6f4a4b..2421e5a1f49 100644 --- a/docs/sources/features/datasources/stackdriver.md +++ b/docs/sources/features/datasources/stackdriver.md @@ -17,7 +17,7 @@ weight = 4 Grafana ships with built-in support for Google Stackdriver. Just add it as a data source and you are ready to build dashboards for your Stackdriver metrics. -## Adding the data source to Grafana +## Adding the data source 1. Open the side menu by clicking the Grafana icon in the top header. 2. In the side menu under the `Dashboards` link you should find a link named `Data Sources`.