Skip to content

Commit

Permalink
Merge pull request #461 from dirgim/STONEINTG-1042
Browse files Browse the repository at this point in the history
chore(STONEINTG-1042): downgrade integration alerts
  • Loading branch information
pacho-rh authored Jan 31, 2025
2 parents f78e940 + 9f2e829 commit dc4e02e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
) > 0.10
for: 10m
labels:
severity: critical
slo: "true"
severity: high
slo: "false"
annotations:
summary: >-
Latency of release creation time exceeded
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
) > 0.10
for: 10m
labels:
severity: critical
slo: "true"
severity: high
slo: "false"
annotations:
summary: >-
Latency from an application snapshot created to integration PLRs in static envs created
Expand Down
12 changes: 6 additions & 6 deletions test/promql/tests/data_plane/latency_release_creation_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tests:
alertname: LatencyReleaseCreation
exp_alerts:
- exp_labels:
severity: critical
slo: "true"
severity: high
slo: "false"
source_cluster: cluster01
exp_annotations:
summary: Latency of release creation time exceeded
Expand Down Expand Up @@ -57,8 +57,8 @@ tests:
alertname: LatencyReleaseCreation
exp_alerts:
- exp_labels:
severity: critical
slo: "true"
severity: high
slo: "false"
source_cluster: cluster01
exp_annotations:
summary: Latency of release creation time exceeded
Expand All @@ -70,8 +70,8 @@ tests:
team: integration
runbook_url: https://gitlab.cee.redhat.com/konflux/docs/sop/-/blob/main/integration-service/latency_release_creation.md
- exp_labels:
severity: critical
slo: "true"
severity: high
slo: "false"
source_cluster: cluster02
exp_annotations:
summary: Latency of release creation time exceeded
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tests:
alertname: LatencySnapshotToStaticIntegrationPLRCreation
exp_alerts:
- exp_labels:
severity: critical
slo: "true"
severity: high
slo: "false"
source_cluster: cluster01
exp_annotations:
summary: Latency from an application snapshot created to integration PLRs in static envs created
Expand Down Expand Up @@ -57,8 +57,8 @@ tests:
alertname: LatencySnapshotToStaticIntegrationPLRCreation
exp_alerts:
- exp_labels:
severity: critical
slo: "true"
severity: high
slo: "false"
source_cluster: cluster01
exp_annotations:
summary: Latency from an application snapshot created to integration PLRs in static envs created
Expand All @@ -70,8 +70,8 @@ tests:
team: integration
runbook_url: https://gitlab.cee.redhat.com/konflux/docs/sop/-/blob/main/integration-service/latency_snapshot_to_integration_test_static.md
- exp_labels:
severity: critical
slo: "true"
severity: high
slo: "false"
source_cluster: cluster02
exp_annotations:
summary: Latency from an application snapshot created to integration PLRs in static envs created
Expand Down

0 comments on commit dc4e02e

Please sign in to comment.