# Set the command-line arguments to pass to the postgres_exporter service. ARGS="" DATA_SOURCE_NAME="{{ data_source_name }}" # 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