Skip to content

Commit 9d7dd86

Browse files
authored
Merge pull request #116 from prometheus-community/superq/ignore_param
Update README for pgbouncer config
2 parents 203e8ca + 9216381 commit 9d7dd86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ To see all available configuration flags:
1313

1414
./pgbouncer_exporter -h
1515

16+
## PGBouncer configuration
17+
18+
The pgbouncer\_exporter requires a configuration change to pgbouncer to ignore a PostgreSQL driver connection parameter. In the `pgbouncer.ini` please include this option:
19+
20+
ignore_startup_parameters = extra_float_digits
21+
1622
## Run with docker
1723

1824
```
1925
docker run prometheuscommunity/pgbouncer-exporter <flags>
2026
```
2127

22-
2328
## Metrics
2429

2530
|PgBouncer column|Prometheus Metric|Description|

0 commit comments

Comments
 (0)