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
-`postgres_exporter_download_url` URL to download the Postgres Exporter archive (default: `https://github.com/prometheus-community/postgres_exporter/releases/download/v0.15.0`).
45
-
46
-
Variables used to configure the Postgres Exporter:
47
-
48
-
-`postgres_exporter_user` and `postgres_exporter_group` Unix user and group that will be created (default: `postgres`).
49
-
-`postgres_exporter_install_path` The Postgres Exporter installation directory (default: `/usr/local/bin`).
37
+
-`postgres_exporter_download_url` The Postgres Exporter archive download URL (default: `https://github.com/prometheus-community/postgres_exporter/releases/download/v0.15.0`).
38
+
-`postgres_exporter_download_path` Local path to download and extract the archive (default: `/tmp`).
39
+
-`postgres_exporter_user` and `postgres_exporter_group` System user and group that will be created (default: `postgres_exporter`).
40
+
-`postgres_exporter_install_path` The Postgres Exporter installation directory. Defaults:
41
+
-`/usr/local/bin` (Linux)
42
+
-`C:\Program Files\postgres_exporter` (Windows)
43
+
-`postgres_exporter_config_path` The Postgres Exporter directory, that contains the PostgreSQL connection settings. Defaults:
44
+
-`/etc/postgres_exporter` (Linux)
45
+
-`C:\Program Files\postgres_exporter` (Windows)
50
46
-`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`).
51
-
-`postgres_exporter_web_listen_address` Address to listen on for web interface and telemetry (default: `0.0.0.0`).
52
-
-`postgres_exporter_web_listen_port` The port to bind to (default: `9187`).
53
-
-`postgres_exporter_web_telemetry_path` The path at which to serve metrics (default: `metrics`).
54
-
-`postgres_exporter_collectors` List of collectors to use (default: `[]`).
55
-
-`postgres_exporter_tls_server_config` Certificate and key files for server to use to authenticate to client.
56
-
-`postgres_exporter_http_server_config` Enable HTTP/2 support. Note that HTTP/2 is only supported with TLS.
57
-
-`postgres_exporter_basic_auth_users` Users and password for basic authentication. Passwords are automatically hashed with bcrypt.
47
+
-`postgres_exporter_data_source_uri` An alternative to `postgres_exporter_data_source_name` which exclusively accepts the hostname without a username and password component. Only for Linux.
48
+
-`postgres_exporter_data_source_user` When using `postgres_exporter_data_source_uri`, this variable is used to specify the username. Only for Linux.
49
+
-`postgres_exporter_data_source_pass` When using `postgres_exporter_data_source_uri`, this variable is used to specify the password to connect with. Only for Linux.
50
+
-`postgres_exporter_web_listen_address` The address to listen for the web interface and telemetry (default: `0.0.0.0`).
51
+
-`postgres_exporter_web_listen_port` The port number that Postgres Exporter listens on (default: `9187`).
52
+
-`postgres_exporter_web_telemetry_path` The path to expose metrics (default: `metrics`).
53
+
-`postgres_exporter_collectors` A list of collectors to use (default: `[]`).
54
+
-`postgres_exporter_tls_server_config` Certificate and key files for server to use to authenticate to client (default: `{}`).
55
+
-`postgres_exporter_http_server_config` Enable HTTP/2 support (default: `{}`). Note that HTTP/2 is only supported with TLS.
56
+
-`postgres_exporter_basic_auth_users` Users and password for basic authentication (default: `{}`). Passwords are automatically hashed with bcrypt.
58
57
-`postgres_exporter_disable_default_metrics` Use only metrics supplied from queries.yaml via `postgres_exporter_extend_query_path` (default: `false`).
59
58
-`postgres_exporter_disable_settings_metrics` Use the flag if you don't want to scrape pg_settings (default: `false`).
60
59
-`postgres_exporter_extend_query_path` Path to a YAML file containing custom queries to run. (default: `''`).
0 commit comments