-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #414 from canonical/kf-6343-fix-alert-backport
backport(fix): Comment out firing alert rule from #412
- Loading branch information
Showing
3 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
charms/jupyter-controller/src/prometheus_alert_rules/model_errors.archived_rule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Uncomment the alert below and modify the file's extension to be `.rule` | ||
# once https://github.com/canonical/notebook-operators/issues/409 is fixed | ||
# alert: JupyterControllerRuntimeReconciliationErrorsExceedThreshold | ||
# expr: rate(controller_runtime_reconcile_errors_total[5m]) > 0 | ||
# for: 0m | ||
# labels: | ||
# severity: critical | ||
# annotations: | ||
# summary: Total number of reconciliation errors per controller | ||
# description: > | ||
# Total number of reconciliation errors per controller | ||
# LABELS = {{ $labels }} |
10 changes: 0 additions & 10 deletions
10
charms/jupyter-controller/src/prometheus_alert_rules/model_errors.rule
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters