From 57572f9aa7b0bf794696a26e01e11dfd21f7008a Mon Sep 17 00:00:00 2001 From: Waldek Maleska Date: Wed, 10 Apr 2024 11:10:03 +0100 Subject: [PATCH] update pushgateway docs Signed-off-by: Waldek Maleska --- roles/pushgateway/meta/argument_specs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/pushgateway/meta/argument_specs.yml b/roles/pushgateway/meta/argument_specs.yml index cb233d11b..9a6524898 100644 --- a/roles/pushgateway/meta/argument_specs.yml +++ b/roles/pushgateway/meta/argument_specs.yml @@ -32,6 +32,16 @@ argument_specs: pushgateway_web_telemetry_path: description: "Path under which to expose metrics" default: "/metrics" + pushgateway_web_external_url: + description: > + External address on which pushgateway is available. + Useful when behind reverse proxy, e.g.: https://example.org/pushgateway + default: "" + pushgateway_cli_extra_flags: + description: > + Optional extra flags to be passed to pushgateway binary, e.g. + ['--log.level=debug', '--log.format=json', '--web.enable-admin-api'] + default: [] pushgateway_tls_server_config: description: - "Configuration for TLS authentication."