From f1fe9911784e25d22c63dcf0131091c34b230c3c Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 13 Apr 2021 11:35:17 -0700 Subject: [PATCH] Docs: Add 7.5 What's New links (#31711) * Update whats-new-in-v7-5.md * Update azuremonitor.md * Update whats-new-in-v7-5.md * Update postgres.md --- docs/sources/datasources/azuremonitor.md | 6 +----- docs/sources/datasources/postgres.md | 13 ++++--------- docs/sources/whatsnew/whats-new-in-v7-5.md | 4 ++++ 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/docs/sources/datasources/azuremonitor.md b/docs/sources/datasources/azuremonitor.md index bcb4e5efcdb..e997ab57edd 100644 --- a/docs/sources/datasources/azuremonitor.md +++ b/docs/sources/datasources/azuremonitor.md @@ -6,11 +6,7 @@ aliases = ["/docs/grafana/next/features/datasources/azuremonitor"] weight = 300 +++ -# Using Azure Monitor in Grafana - -> Officially released in Grafana v6.0.0 - -As of Grafana 6.0, the Azure Monitor plugin has been moved into Grafana so it now ships with built-in support for Azure Monitor. +# Azure Monitor data source The Azure Monitor data source supports multiple services in the Azure cloud: diff --git a/docs/sources/datasources/postgres.md b/docs/sources/datasources/postgres.md index 34a7d0adfb4..c9b9c8d6d97 100644 --- a/docs/sources/datasources/postgres.md +++ b/docs/sources/datasources/postgres.md @@ -6,18 +6,13 @@ aliases = ["/docs/grafana/next/features/datasources/postgres/"] weight = 1200 +++ -# Using PostgreSQL in Grafana +# PostgreSQL data source -Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database. +Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database. This topic explains options, variables, querying, and other options specific to this data source. For instructions about how to add a data source to Grafana, refer to [Add a data source]({{< relref "add-a-data-source.md" >}}). Only users with the organization admin role can add data sources. -## Adding the data source +## PostgreSQL settings -1. Open the side menu by clicking the Grafana icon in the top header. -1. In the side menu under the `Configuration` icon you should find a link named `Data Sources`. -1. Click the `+ Add data source` button in the top header. -1. Select *PostgreSQL* from the *Type* dropdown. - -### Data source options +To access PostgreSQL settings, hover your mouse over the **Configuration** (gear) icon, then click **Data Sources**, and then click the Prometheus data source. Name | Description ----------------- | ------------- diff --git a/docs/sources/whatsnew/whats-new-in-v7-5.md b/docs/sources/whatsnew/whats-new-in-v7-5.md index 1245d4a8807..d352f491946 100644 --- a/docs/sources/whatsnew/whats-new-in-v7-5.md +++ b/docs/sources/whatsnew/whats-new-in-v7-5.md @@ -66,6 +66,8 @@ Instead of the file path, users can now paste the SSL certification content in t > **Note:** It remains as limitation for the hosted Grafana, because the user doesn't have access to the server configuration. +[Postgres data source]({{< relref "../datasources/postgres.md" >}}) and [Provisioning]({{< relref "../administration/provisioning.md" >}}) were updated as a result of this change. + ### Deprecation notice for some Azure Monitor queries In the upcoming Grafana 8.0 release, Application Insights and Insights Analytics query types within the Azure Monitor data source will be deprecated and be made read-only in favor of querying Application Insights from Metrics and Logs. @@ -96,6 +98,8 @@ server: http_listen_port: 3101 ``` +[Azure Monitor data source]({{< relref "../datasources/azuremonitor.md" >}}) was updated as a result of this change. + ## Enterprise features These features are included in the Grafana Enterprise edition.