@@ -71,14 +71,36 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
71
71
* `help`
72
72
Show context-sensitive help (also try --help-long and --help-man).
73
73
74
- * `collector.database`
75
- Enable the pg_database collector. Default is `enabled`
76
74
77
- * `collector.bgwriter `
78
- Enable the pg_stat_bgwriter collector. Default is ` enabled`
75
+ * `[no-] collector.database `
76
+ Enable the database collector (default : enabled).
79
77
80
- * `collector.replication_slot`
81
- Enable the replication_slot collector. Default is `enabled`
78
+ * `[no-]collector.postmaster`
79
+ Enable the `postmaster` collector (default : enabled).
80
+
81
+ * `[no-]collector.process_idle`
82
+ Enable the `process_idle` collector (default : enabled).
83
+
84
+ * `[no-]collector.replication`
85
+ Enable the `replication` collector (default : enabled).
86
+
87
+ * `[no-]collector.replication_slot`
88
+ Enable the `replication_slot` collector (default : enabled).
89
+
90
+ * `[no-]collector.stat_bgwriter`
91
+ Enable the `stat_bgwriter` collector (default : enabled).
92
+
93
+ * `[no-]collector.stat_database`
94
+ Enable the `stat_database` collector (default : enabled).
95
+
96
+ * `[no-]collector.statio_user_tables`
97
+ Enable the `statio_user_tables` collector (default : enabled).
98
+
99
+ * `[no-]collector.stat_statements`
100
+ Enable the `stat_statements` collector (default : disabled).
101
+
102
+ * `[no-]collector.stat_user_tables`
103
+ Enable the `stat_user_tables` collector (default : enabled).
82
104
83
105
* `config.file`
84
106
Set the config file path. Default is `postgres_exporter.yml`
0 commit comments