Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions postgres/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ files:
options:
- name: host
description: |
The hostname to connect to. To connect to a Unix socket, specify the full path to the socket file,
e.g. `/var/run/postgresql/.s.PGSQL.5432`.
The hostname to connect to. To connect to a Unix socket, specify the full path to the socket directory,
e.g. `/var/run/postgresql`.
value:
type: string
display_default: "localhost"
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/22200.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct postgres Unix socket path example in conf.yaml.example
4 changes: 2 additions & 2 deletions postgres/datadog_checks/postgres/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ instances:

-
## @param host - string - optional - default: localhost
## The hostname to connect to. To connect to a Unix socket, specify the full path to the socket file,
## e.g. `/var/run/postgresql/.s.PGSQL.5432`.
## The hostname to connect to. To connect to a Unix socket, specify the full path to the socket directory,
## e.g. `/var/run/postgresql`.
#
# host: <HOST>

Expand Down
Loading