Skip to content

Commit

Permalink
update ops recipe name in UT
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Jan 11, 2024
1 parent 9c51d45 commit cb01786
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/tests/providers/global/prometheus-agent.rules.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tests:
exp_annotations:
dashboard: "promRW001/prometheus-remote-write"
description: "Prometheus agent remote write is failing."
opsrecipe: "prometheus-agent-remote-write-failed/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent fails to send samples to remote write endpoint."
- alertname: PrometheusAgentFailingInhibition
eval_time: 30m
Expand All @@ -43,7 +43,7 @@ tests:
exp_annotations:
dashboard: "promRW001/prometheus-remote-write"
description: "Prometheus agent remote write is failing."
opsrecipe: "prometheus-agent-remote-write-failed/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent fails to send samples to remote write endpoint."
- alertname: PrometheusAgentFailing
eval_time: 90m
Expand All @@ -64,7 +64,7 @@ tests:
exp_annotations:
dashboard: "promRW001/prometheus-remote-write"
description: "Prometheus agent remote write is failing."
opsrecipe: "prometheus-agent-remote-write-failed/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent fails to send samples to remote write endpoint."
- alertname: PrometheusAgentFailingInhibition
eval_time: 90m
Expand All @@ -85,7 +85,7 @@ tests:
exp_annotations:
dashboard: "promRW001/prometheus-remote-write"
description: "Prometheus agent remote write is failing."
opsrecipe: "prometheus-agent-remote-write-failed/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent fails to send samples to remote write endpoint."
- alertname: PrometheusAgentFailing
eval_time: 150m
Expand Down Expand Up @@ -124,7 +124,7 @@ tests:
cancel_if_outside_working_hours: "true"
exp_annotations:
description: "Prometheus agent is missing shards."
opsrecipe: "prometheus-agent-missing-shards/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent is missing shards."
- alertname: PrometheusAgentShardsMissingInhibition
eval_time: 100m
Expand All @@ -141,7 +141,7 @@ tests:
cancel_if_outside_working_hours: "true"
exp_annotations:
description: "Prometheus agent is missing shards."
opsrecipe: "prometheus-agent-missing-shards/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent is missing shards."
- alertname: PrometheusAgentShardsMissing
eval_time: 125m
Expand All @@ -158,7 +158,7 @@ tests:
cancel_if_outside_working_hours: "true"
exp_annotations:
description: "Prometheus agent is missing shards."
opsrecipe: "prometheus-agent-missing-shards/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent is missing shards."
- alertname: PrometheusAgentShardsMissingInhibition
eval_time: 125m
Expand All @@ -175,7 +175,7 @@ tests:
cancel_if_outside_working_hours: "true"
exp_annotations:
description: "Prometheus agent is missing shards."
opsrecipe: "prometheus-agent-missing-shards/"
opsrecipe: "prometheus-agent/"
summary: "Prometheus agent is missing shards."
- alertname: PrometheusAgentShardsMissing
eval_time: 130m
Expand Down

0 comments on commit cb01786

Please sign in to comment.