From 3853181e10e39aa27f31544bcbef7bfaf6e6af65 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 13 May 2019 11:17:13 -0400 Subject: [PATCH] Added postgres defaults file --- .../files/default-postgres_exporter.jinja | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 prometheus/files/default-postgres_exporter.jinja diff --git a/prometheus/files/default-postgres_exporter.jinja b/prometheus/files/default-postgres_exporter.jinja new file mode 100644 index 0000000..5523b5c --- /dev/null +++ b/prometheus/files/default-postgres_exporter.jinja @@ -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 +