Skip to content

Commit

Permalink
Fix scrape config files path
Browse files Browse the repository at this point in the history
Signed-off-by: Leonhard Mayr <[email protected]>
  • Loading branch information
manzsolutions-lpr committed Jun 3, 2024
1 parent 4af5c9b commit e1d97f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/prometheus/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ prometheus_static_targets_files:
- prometheus/targets/*.json

prometheus_scrape_config_files:
- prometheus/targets/*.yml
- prometheus/targets/*.json
- prometheus/scrapes/*.yml
- prometheus/scrapes/*.json

# yamllint disable rule:line-length
prometheus_alert_rules: # noqa yaml[line-length] # noqa line-length
Expand Down

0 comments on commit e1d97f9

Please sign in to comment.