Skip to content

Commit

Permalink
🍇danceability alert added🍇
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili committed Dec 10, 2024
1 parent c7ffcee commit 0ade944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/alerting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: A Helm chart for alerts and notification config 🚨
name: alerting
version: 0.0.1
version: 0.0.2
home: https://rhoai-mlops.github.io/mlops/
maintainers:
- name: RHRolun
Expand Down
2 changes: 1 addition & 1 deletion charts/alerting/templates/prometheusrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- alert: {{ .Values.name }}-datadrift-alert
annotations:
message: '{{ .Values.name }} meanshift p-value has dropped below 0.05 for danceability, indicating a drift in data over the last 5000 samples compared to the training data.'
expr: trustyai_meanshift{namespace="{{ .Release.Namespace }}", subcategory="input-2"}<0.05
expr: trustyai_meanshift{namespace="{{ .Release.Namespace }}", subcategory="danceability"}<0.05
for: 1m
labels:
severity: "critical"
Expand Down

0 comments on commit 0ade944

Please sign in to comment.