@@ -95,11 +95,17 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
9595* `[no-]collector.database`
9696 Enable the `database` collector (default : enabled).
9797
98+ * `[no-]collector.database_wraparound`
99+ Enable the `database_wraparound` collector (default : disabled).
100+
98101* `[no-]collector.locks`
99102 Enable the `locks` collector (default : enabled).
100103
104+ * `[no-]collector.long_running_transactions`
105+ Enable the `long_running_transactions` collector (default : disabled).
106+
101107* `[no-]collector.postmaster`
102- Enable the `postmaster` collector (default : enabled ).
108+ Enable the `postmaster` collector (default : disabled ).
103109
104110* `[no-]collector.process_idle`
105111 Enable the `process_idle` collector (default : disabled).
@@ -110,21 +116,36 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
110116* `[no-]collector.replication_slot`
111117 Enable the `replication_slot` collector (default : enabled).
112118
119+ * `[no-]collector.stat_activity_autovacuum`
120+ Enable the `stat_activity_autovacuum` collector (default : disabled).
121+
113122* `[no-]collector.stat_bgwriter`
114123 Enable the `stat_bgwriter` collector (default : enabled).
115124
116125* `[no-]collector.stat_database`
117126 Enable the `stat_database` collector (default : enabled).
118127
119- * `[no-]collector.statio_user_tables`
120- Enable the `statio_user_tables` collector (default : enabled).
121-
122128* `[no-]collector.stat_statements`
123129 Enable the `stat_statements` collector (default : disabled).
124130
125131* `[no-]collector.stat_user_tables`
126132 Enable the `stat_user_tables` collector (default : enabled).
127133
134+ * `[no-]collector.stat_wal_receiver`
135+ Enable the `stat_wal_receiver` collector (default : disabled).
136+
137+ * `[no-]collector.statio_user_indexes`
138+ Enable the `statio_user_indexes` collector (default : disabled).
139+
140+ * `[no-]collector.statio_user_tables`
141+ Enable the `statio_user_tables` collector (default : enabled).
142+
143+ * `[no-]collector.wal`
144+ Enable the `wal` collector (default : enabled).
145+
146+ * `[no-]collector.xlog_location`
147+ Enable the `xlog_location` collector (default : disabled).
148+
128149* `config.file`
129150 Set the config file path. Default is `postgres_exporter.yml`
130151
0 commit comments