From c11ac463502e236d5174fa3fd00c6313ada6e240 Mon Sep 17 00:00:00 2001 From: Mikhail Nozdrachev Date: Fri, 8 Sep 2023 14:48:06 +0200 Subject: [PATCH] Editorial changes for "Monitor PostgreSQL metrics with Grafana" --- .../postgresql/howto/report-metrics-grafana.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/products/postgresql/howto/report-metrics-grafana.rst b/docs/products/postgresql/howto/report-metrics-grafana.rst index 5fcdf2ed8e..d86f3f17da 100644 --- a/docs/products/postgresql/howto/report-metrics-grafana.rst +++ b/docs/products/postgresql/howto/report-metrics-grafana.rst @@ -4,25 +4,25 @@ Monitor PostgreSQL® metrics with Grafana® As well as offering PostgreSQL-as-a-service, the Aiven platform gives you access to monitor the database. The metrics/dashboard integration in the Aiven console lets you send PostgreSQL® metrics to an external endpoint like Datadog or to create an integration and a :doc:`prebuilt dashboard <../reference/pg-metrics>` in Aiven for Grafana®. Get detailed information about the metrics and dashboard sections in :doc:`../reference/pg-metrics`. -Push PostgreSQL metrics to InfluxDB®, M3DB or PostgreSQL --------------------------------------------------------- +Push PostgreSQL metrics to InfluxDB®, M3DB, or PostgreSQL +--------------------------------------------------------- To collect metrics about your PostgreSQL service you will need to configure a metrics integration and nominate somewhere to store the collected metrics. 1. In the **Overview** page of your Aiven for PostgreSQL service, go to **Manage integrations** and choose the **Store Metrics** option with **Store service metrics in a time-series database** as its description. -2. Choose either a new or existing InfluxDB®, M3DB or PostgreSQL service. +2. Choose either a new or existing InfluxDB®, M3DB, or PostgreSQL service. - A new service will ask you to select the cloud, region and plan to use. You should also give your service a name. The service overview page shows the nodes rebuilding, and then indicates when they are ready. - - If you're already using InfluxDB, M3DB or PostgreSQL on Aiven, you can submit your PostgreSQL metrics to the existing service. + - If you're already using InfluxDB, M3DB, or PostgreSQL on Aiven, you can submit your PostgreSQL metrics to the existing service. .. Warning:: - You can send your PostgreSQL service metrics to the same instance. This is not recommended since it increases the load on the monitored system and could also be affected in the event of problems with the database. + Although you can send metrics of your PostgreSQL service to this very service, this is not recommended since it increases the load on the monitored system. This can also result in issues with the availability of the metrics in case of problems with the service. Provision and configure Grafana ------------------------------- -1. Select the target InfluxDB, M3DB or PostgreSQL database service and go to its service page. Under **Manage integrations**, choose the **Monitor Data in Grafana** option to make the metrics available on that platform. +1. Select the target InfluxDB, M3DB, or PostgreSQL database service and go to its service page. Under **Manage integrations**, choose the **Monitor Data in Grafana** option to make the metrics available on that platform. 2. Choose either a new or existing Grafana service. - A new service will ask you to select the cloud, region and plan to use. You should also give your service a name. The service overview page shows the nodes rebuilding, and then indicates when they are ready.