@cryptotaxi247 / netdata-1 / commits / 397667d73

Regenerate integrations docs (#19502)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Jan 27, 2025 at 15:18 UTC 397667d73b18c7c00094216923dae0f41c84c57a
1 file changed +14
src/go/plugin/go.d/collector/postgres/integrations/postgresql.md
+14
@@ -331,6 +331,20 @@ jobs:
331 ```
332 </details>
333
334 +##### Unix socket (custom port)
335 +
336 +Connect to PostgreSQL using a Unix socket with a non-default port (5433).
337 +
338 +<details open><summary>Config</summary>
339 +
340 +```yaml
341 +jobs:
342 + - name: local
343 + dsn: 'host=/var/run/postgresql port=5433 dbname=postgres user=netdata'
344 +
345 +```
346 +</details>
347 +
348 ##### Multi-instance
349
350 > **Note**: When you define multiple jobs, their names must be unique.