Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move KSM alerts from Atlas to Turtles #889

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Change ownership from Atlas to Phoenix for all kube state metrics related alerts.

## [3.11.0] - 2024-04-15

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
cancel_if_kubelet_down: "true"
cancel_if_outside_working_hours: "true"
severity: page
team: atlas
team: phoenix
topic: observability
- alert: KubeStateMetricsNotRetrievingMetrics
annotations:
Expand Down Expand Up @@ -120,7 +120,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeDaemonSetCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -148,7 +148,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeDeploymentCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -176,7 +176,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeEndpointCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -204,7 +204,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeNamespaceCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -232,7 +232,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeNodeCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubePodCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeReplicaSetCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -316,7 +316,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeSecretCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -344,7 +344,7 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
- alert: KubeServiceCreatedMetricMissing
annotations:
Expand Down Expand Up @@ -372,5 +372,5 @@ spec:
cancel_if_outside_working_hours: "true"
cancel_if_kube_state_metrics_down: "true"
severity: page
team: atlas
team: phoenix
topic: kubernetes
10 changes: 5 additions & 5 deletions test/tests/providers/global/kube-state-metrics.rules.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tests:
inhibit_kube_state_metrics_down: "true"
cancel_if_prometheus_agent_down: "true"
severity: "page"
team: "atlas"
team: "phoenix"
topic: "observability"
cluster_id: "testinstall"
installation: "testinstall"
Expand All @@ -86,7 +86,7 @@ tests:
inhibit_kube_state_metrics_down: "true"
cancel_if_prometheus_agent_down: "true"
severity: "page"
team: "atlas"
team: "phoenix"
topic: "observability"
cluster_id: "testinstall"
installation: "testinstall"
Expand Down Expand Up @@ -119,7 +119,7 @@ tests:
inhibit_kube_state_metrics_down: "true"
cancel_if_prometheus_agent_down: "true"
severity: "page"
team: "atlas"
team: "phoenix"
topic: "observability"
cluster_id: "testinstall"
installation: "testinstall"
Expand Down Expand Up @@ -177,7 +177,7 @@ tests:
inhibit_kube_state_metrics_down: "true"
cancel_if_prometheus_agent_down: "true"
severity: "page"
team: "atlas"
team: "phoenix"
topic: "observability"
cluster_id: "testvintage"
installation: "testinstall"
Expand All @@ -204,7 +204,7 @@ tests:
inhibit_kube_state_metrics_down: "true"
cancel_if_prometheus_agent_down: "true"
severity: "page"
team: "atlas"
team: "phoenix"
topic: "observability"
cluster_id: "testvintage"
installation: "testinstall"
Expand Down
Loading