Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions manifests/operations/prometheus/monitor-promfetcher.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/scrape_configs/-
path: /instance_groups/name=prometheus/jobs/name=prometheus/properties/prometheus/scrape_configs/-
value:
job_name: promfetcher
scheme: https
Expand Down Expand Up @@ -29,17 +29,17 @@
release: promfetcher

- type: replace
path: /instance_groups/name=prometheus2/jobs/name=promfetcher_alerts?
path: /instance_groups/name=prometheus/jobs/name=promfetcher_alerts?
value:
name: promfetcher_alerts
release: promfetcher
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/rule_files/-
path: /instance_groups/name=prometheus/jobs/name=prometheus/properties/prometheus/rule_files/-
value:
/var/vcap/jobs/promfetcher_alerts/*.alerts.yml

- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
path: /instance_groups/name=prometheus/jobs/name=prometheus/properties/prometheus/custom_rules?/-
value:
name: prometcher_metrics
rules:
Expand Down
Loading