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

Add alerts for KRaft components, remove canary alerts #358

Merged
merged 1 commit into from
Mar 28, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: strimzi-alerts-cluster-operator-kraft-{{ cluster }}
labels:
project: skodjob
app: strimzi
spec:
project: monitoring
source:
repoURL: https://github.com/skodjob/deployment-hub
targetRevision: HEAD
path: metrics/alerts/strimzi-operator
directory:
recurse: true
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
managedNamespaceMetadata:
labels:
project: skodjob
destination:
name: {{ cluster }}
namespace: strimzi-operator-kraft
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: strimzi-alerts-canary-{{ cluster }}
name: strimzi-alerts-kafka-kraft-{{ cluster }}
labels:
project: skodjob
app: strimzi
Expand All @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/skodjob/deployment-hub
targetRevision: HEAD
path: metrics/alerts/canary
path: metrics/alerts/kafka
directory:
recurse: true
syncPolicy:
Expand All @@ -24,4 +24,4 @@ spec:
project: skodjob
destination:
name: {{ cluster }}
namespace: strimzi-kafka
namespace: strimzi-kafka-kraft
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: strimzi-alerts-kafka-mm2-kraft-{{ cluster }}
labels:
project: skodjob
app: strimzi
spec:
project: monitoring
source:
repoURL: https://github.com/skodjob/deployment-hub
targetRevision: HEAD
path: metrics/alerts/kafka-mirror-maker
directory:
recurse: true
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
managedNamespaceMetadata:
labels:
project: skodjob
destination:
name: {{ cluster }}
namespace: strimzi-mirror-kraft
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: strimzi-alerts-kafka-mm2-{{ cluster }}
labels:
project: skodjob
app: strimzi
spec:
project: monitoring
source:
repoURL: https://github.com/skodjob/deployment-hub
targetRevision: HEAD
path: metrics/alerts/kafka-mirror-maker
directory:
recurse: true
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
managedNamespaceMetadata:
labels:
project: skodjob
destination:
name: {{ cluster }}
namespace: strimzi-mirror
Loading