Loading deploy/.env +1 −1 Original line number Diff line number Diff line DATA_SOURCE_NAME=postgresql://user:pass@hostname:5432/dbname PG_EXPORTER_WEB_LISTEN_ADDRESS=9187 PG_EXPORTER_WEB_LISTEN_ADDRESS=:9187 PG_EXPORTER_WEB_TELEMETRY_PATH=/metrics PG_EXPORTER_DISABLE_DEFAULT_METRICS=false PG_EXPORTER_DISABLE_SETTINGS_METRICS=false Loading deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ services: - postgres-net - metric-net healthcheck: test: wget --spider -q http://localhost:${PG_EXPORTER_WEB_LISTEN_ADDRESS} test: wget --spider -q http://localhost${PG_EXPORTER_WEB_LISTEN_ADDRESS} interval: 30s timeout: 10s retries: 3 Loading Loading
deploy/.env +1 −1 Original line number Diff line number Diff line DATA_SOURCE_NAME=postgresql://user:pass@hostname:5432/dbname PG_EXPORTER_WEB_LISTEN_ADDRESS=9187 PG_EXPORTER_WEB_LISTEN_ADDRESS=:9187 PG_EXPORTER_WEB_TELEMETRY_PATH=/metrics PG_EXPORTER_DISABLE_DEFAULT_METRICS=false PG_EXPORTER_DISABLE_SETTINGS_METRICS=false Loading
deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ services: - postgres-net - metric-net healthcheck: test: wget --spider -q http://localhost:${PG_EXPORTER_WEB_LISTEN_ADDRESS} test: wget --spider -q http://localhost${PG_EXPORTER_WEB_LISTEN_ADDRESS} interval: 30s timeout: 10s retries: 3 Loading