Skip to content

Commit

Permalink
update pushgateway docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weakcamel committed Apr 10, 2024
1 parent b63a01a commit 3731594
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/pushgateway/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3731594

Please sign in to comment.