Skip to content

Commit

Permalink
Merge pull request #373 from gibix/fix/prometheus-example
Browse files Browse the repository at this point in the history
docs: fix config_flags_extra wrong example
  • Loading branch information
gardar authored Jun 6, 2024
2 parents cbedbdf + b443b7c commit 384d8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/prometheus/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ argument_specs:
prometheus_config_flags_extra:
description:
- "Additional configuration flags passed to prometheus binary at startup"
- "Example: prometheus_config_flags_extra: { storage.tsdb.retention: 15d, alertmanager.timeout: 10s }"
- "Example: prometheus_config_flags_extra: { alertmanager.timeout: 10s }"
type: "dict"
prometheus_alertmanager_config:
description:
Expand Down

0 comments on commit 384d8c7

Please sign in to comment.