You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/components/postgresql-receiver.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ PostgreSQL receiver
7
7
.. meta::
8
8
:description: The PostgreSQL receiver allows the Splunk Distribution of OpenTelemetry Collector to collect metrics from PostgreSQL through its statistics collector.
9
9
10
-
The PostgreSQL receiver allows the Splunk Distribution of the OpenTelemetry Collector to collect metrics from PostgreSQL through its statistics collector. The supported pipeline type is ``metrics``. See :ref:`otel-data-processing` for more information.
10
+
The PostgreSQL receiver allows the Splunk Distribution of the OpenTelemetry Collector to collect metrics from PostgreSQL using the PostgreSQL statistics collector. The supported pipeline type is ``metrics``. See :ref:`otel-data-processing` for more information.
11
11
12
12
.. note:: Use the PostgreSQL receiver in place of the SignalFx Smart Agent ``postgresql`` monitor type.
13
13
@@ -16,7 +16,7 @@ Requirements
16
16
17
17
This receiver supports PostgreSQL version 9.6 and higher.
18
18
19
-
To let the receiver collect data, grant the monitoring user ``SELECT`` permissions for ``pg_stat_database``.
19
+
To let the receiver collect data, grant the monitoring user ``SELECT`` permissions for ``pg_stat_database``. Learn more at the official :new-page:`PostgreSQL statistics collector <https://www.postgresql.org/docs/9.6/monitoring-stats.html>` documentation.
20
20
21
21
Get started
22
22
======================
@@ -47,7 +47,7 @@ configuration file, as shown in the following example:
0 commit comments