You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Role Variables
36
36
-`postgres_exporter_user` and `postgres_exporter_group` Unix username and group (default: `postgres`).
37
37
-`postgres_exporter_install_path` Path to Postgres Exporter installation directory (default: `/usr/local/bin`).
38
38
-`postgres_exporter_data_source_name` Accepts URI form and key=value form arguments. The URI may contain the username and password to connect with. (default: `user=postgres host=/var/run/postgresql/ sslmode=disable`).
39
-
-`postgres_exporter_listen_address` Address to listen on for web interface and telemetry (default: `0.0.0.0`).
40
-
-`postgres_exporter_listen_port` The port to bind to (default: `9182`).
41
-
-`postgres_exporter_metrics_path` The path at which to serve metrics (default: `metrics`).
39
+
-`postgres_exporter_web_listen_address` Address to listen on for web interface and telemetry (default: `0.0.0.0`).
40
+
-`postgres_exporter_web_listen_port` The port to bind to (default: `9187`).
41
+
-`postgres_exporter_web_telemetry_path` The path at which to serve metrics (default: `metrics`).
42
42
-`postgres_exporter_disable_default_metrics` Use only metrics supplied from queries.yaml via `postgres_exporter_extend_query_path` (default: `false`).
43
43
-`postgres_exporter_disable_settings_metrics` Use the flag if you don't want to scrape pg_settings (default: `false`).
44
44
-`postgres_exporter_extend_query_path` Path to a YAML file containing custom queries to run. (default: `''`).
0 commit comments