Skip to content

Commit 35adfa0

Browse files
committed
SUMO-255467 | note for not prefixing http in endpoint string for postgresql
1 parent 41721fa commit 35adfa0

File tree

1 file changed

+4
-1
lines changed
  • docs/send-data/opentelemetry-collector/remote-management/source-templates/postgresql

1 file changed

+4
-1
lines changed

docs/send-data/opentelemetry-collector/remote-management/source-templates/postgresql/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ In this step, you will configure the yaml required for PostgreSQL collection. Be
9191
- **Name**. Name of the source template.
9292
- **Description**. Description for the source template.
9393
- **Error Log Path**. Enter the path of the error log file for your PostgreSQL instance.
94-
- **Endpoint**. Enter the url of the server which needs to be monitored. Default endpoint is `localhost:5432`.
94+
- **Endpoint**. The endpoint of the PostgreSQL server. This value should be host:port. Default endpoint is `localhost:5432`.
95+
:::note
96+
There should not be any http prefixed to this value. For example, `http://localhost:port`.
97+
:::
9598
- **UserName**. Enter the PostgreSQL username.
9699
- **Password Environment Variable Name**. Enter the PostgreSQL password environment variable name.
97100
- **Fields/Metadata**. You can provide any customer fields to be tagged with the data collected. By default, Sumo Logic tags `_sourceCategory` with the value otel/postgresql user needs to provide the value for `db.cluster.name`.

0 commit comments

Comments
 (0)