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
Copy file name to clipboardExpand all lines: docs/send-data/opentelemetry-collector/remote-management/source-templates/postgresql/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,10 @@ In this step, you will configure the yaml required for PostgreSQL collection. Be
91
91
-**Name**. Name of the source template.
92
92
-**Description**. Description for the source template.
93
93
-**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
+
:::
95
98
-**UserName**. Enter the PostgreSQL username.
96
99
-**Password Environment Variable Name**. Enter the PostgreSQL password environment variable name.
97
100
-**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