Skip to content

Commit

Permalink
fix series in dashboard dashboard probe alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenTobin authored and openshift-merge-bot[bot] committed Sep 3, 2024
1 parent 90b499d commit 5012c21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/prometheus_unit_tests/dashboard_alerts_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ tests:
# Probe success
- interval: 1m
input_series:
- series: probe_success:burnrate5m{name="rhods-dashboard"}
- series: probe_success:burnrate2m{name="rhods-dashboard"}
values: "0x60"
- series: probe_success:burnrate5m{name="rhods-dashboard"}
values: "0x60"
- series: probe_success:burnrate5m{name="rhods-dashboard"}
- series: probe_success:burnrate1h{name="rhods-dashboard"}
values: "0x60"
- series: probe_success:burnrate5m{name="rhods-dashboard"}
- series: probe_success:burnrate2h{name="rhods-dashboard"}
values: "0x60"
- series: probe_success:burnrate5m{name="rhods-dashboard"}
- series: probe_success:burnrate6h{name="rhods-dashboard"}
values: "0x60"
- series: probe_success:burnrate5m{name="rhods-dashboard"}
- series: probe_success:burnrate1d{name="rhods-dashboard"}
values: "0x60"
alert_rule_test:
- eval_time: 3h
Expand Down

0 comments on commit 5012c21

Please sign in to comment.