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: README.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,22 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
77
77
* `collector.bgwriter`
78
78
Enable the pg_stat_bgwriter collector. Default is `enabled`
79
79
80
+
* `collector.replication_slot`
81
+
Enable the replication_slot collector. Default is `enabled`
82
+
83
+
* `config.file`
84
+
Set the config file path. Default is `postgres_exporter.yml`
85
+
86
+
* `web.systemd-socket`
87
+
Use systemd socket activation listeners instead of port listeners (Linux only). Default is `false`
88
+
80
89
* `web.listen-address`
81
90
Address to listen on for web interface and telemetry. Default is `:9187`.
82
91
92
+
* `web.config.file`
93
+
Configuration file to use TLS and/or basic authentication. The format of the
94
+
file is described [in the exporter-toolkit repository](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md).
95
+
83
96
* `web.telemetry-path`
84
97
Path under which to expose metrics. Default is `/metrics`.
85
98
@@ -118,10 +131,6 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
118
131
* `log.format`
119
132
Set the log format: one of `logfmt`, `json`.
120
133
121
-
* `web.config.file`
122
-
Configuration file to use TLS and/or basic authentication. The format of the
123
-
file is described [in the exporter-toolkit repository](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md).
124
-
125
134
### Environment Variables
126
135
127
136
The following environment variables configure the exporter:
0 commit comments