Added postgres defaults file
This commit is contained in:
parent
ae8faab1e3
commit
3853181e10
1 changed files with 21 additions and 0 deletions
21
prometheus/files/default-postgres_exporter.jinja
Normal file
21
prometheus/files/default-postgres_exporter.jinja
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Set the command-line arguments to pass to the postgres_exporter service.
|
||||
ARGS=""
|
||||
|
||||
# postgres exporter supports the following options:
|
||||
# -web.listen-address
|
||||
# -web.telemetry-path
|
||||
#
|
||||
# postgres exporter supports the following environment variables:
|
||||
# DATA_SOURCE_NAME
|
||||
# DATA_SOURCE_URI
|
||||
# DATA_SOURCE_USER
|
||||
# DATA_SOURCE_USER_FILE
|
||||
# DATA_SOURCE_PASS
|
||||
# DATA_SOURCE_PASS_FILE
|
||||
# PG_EXPORTER_WEB_LISTEN_ADDRESS
|
||||
# PG_EXPORTER_WEB_TELEMETRY_PATH
|
||||
# PG_EXPORTER_DISABLE_DEFAULT_METRICS
|
||||
# PG_EXPORTER_DISABLE_SETTINGS_METRICS
|
||||
# PG_EXPORTER_EXTEND_QUERY_PATH
|
||||
# PG_EXPORTER_CONSTANT_LABELS
|
||||
|
Loading…
Reference in a new issue