We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef703c4 + b00978d commit b1be17cCopy full SHA for b1be17c
1 file changed
common/assets/postgres_exporter.service
@@ -10,7 +10,12 @@ Group=ubi_monitoring
10
Type=simple
11
Environment=DATA_SOURCE_NAME="host=/var/run/postgresql dbname=postgres"
12
ExecStart=/usr/bin/postgres_exporter \
13
- --no-collector.stat_bgwriter
+ --disable-default-metrics \
14
+ --no-collector.stat_bgwriter \
15
+ --no-collector.stat_database \
16
+ --no-collector.locks \
17
+ --no-collector.database \
18
+ --extend.query-path=/usr/local/share/postgresql/postgres_exporter_queries.yaml
19
ExecReload=/bin/kill -HUP $MAINPID
20
Restart=always
21
0 commit comments