Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f2714ec

Browse files
Minor clarification
1 parent 541e575 commit f2714ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gdi/opentelemetry/components/postgresql-receiver.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PostgreSQL receiver
77
.. meta::
88
:description: The PostgreSQL receiver allows the Splunk Distribution of OpenTelemetry Collector to collect metrics from PostgreSQL through its statistics collector.
99

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.
1111

1212
.. note:: Use the PostgreSQL receiver in place of the SignalFx Smart Agent ``postgresql`` monitor type.
1313

@@ -16,7 +16,7 @@ Requirements
1616

1717
This receiver supports PostgreSQL version 9.6 and higher.
1818

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.
2020

2121
Get started
2222
======================
@@ -47,7 +47,7 @@ configuration file, as shown in the following example:
4747
username: otel
4848
password: ${env:PGSQL_PASSWORD}
4949
databases:
50-
- <database_name>
50+
- otel
5151
collection_interval: 10s
5252
tls:
5353
insecure: false

0 commit comments

Comments
 (0)