You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2026-01-05 22:18:18 +03:00
The config module supports adding configuration to the exporter via a config file. This supports adding authentication details in a config file so that /probe requests can specify authentication for endpoints Signed-off-by: Joe Adams <github@joeadams.io>
9 lines
130 B
YAML
9 lines
130 B
YAML
auth_modules:
|
|
foo:
|
|
userpass:
|
|
username: test
|
|
password: pass
|
|
options:
|
|
extra: "1"
|
|
doesNotExist: test
|