@@ -95,11 +95,17 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
95
95
* `[no-]collector.database`
96
96
Enable the `database` collector (default : enabled).
97
97
98
+ * `[no-]collector.database_wraparound`
99
+ Enable the `database_wraparound` collector (default : disabled).
100
+
98
101
* `[no-]collector.locks`
99
102
Enable the `locks` collector (default : enabled).
100
103
104
+ * `[no-]collector.long_running_transactions`
105
+ Enable the `long_running_transactions` collector (default : disabled).
106
+
101
107
* `[no-]collector.postmaster`
102
- Enable the `postmaster` collector (default : enabled ).
108
+ Enable the `postmaster` collector (default : disabled ).
103
109
104
110
* `[no-]collector.process_idle`
105
111
Enable the `process_idle` collector (default : disabled).
@@ -110,21 +116,36 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
110
116
* `[no-]collector.replication_slot`
111
117
Enable the `replication_slot` collector (default : enabled).
112
118
119
+ * `[no-]collector.stat_activity_autovacuum`
120
+ Enable the `stat_activity_autovacuum` collector (default : disabled).
121
+
113
122
* `[no-]collector.stat_bgwriter`
114
123
Enable the `stat_bgwriter` collector (default : enabled).
115
124
116
125
* `[no-]collector.stat_database`
117
126
Enable the `stat_database` collector (default : enabled).
118
127
119
- * `[no-]collector.statio_user_tables`
120
- Enable the `statio_user_tables` collector (default : enabled).
121
-
122
128
* `[no-]collector.stat_statements`
123
129
Enable the `stat_statements` collector (default : disabled).
124
130
125
131
* `[no-]collector.stat_user_tables`
126
132
Enable the `stat_user_tables` collector (default : enabled).
127
133
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
+
128
149
* `config.file`
129
150
Set the config file path. Default is `postgres_exporter.yml`
130
151
0 commit comments