Skip to content

Commit

Permalink
Merge pull request #2065 from amnonh/manager_centralized_rules
Browse files Browse the repository at this point in the history
datadog.rules: add a last manager operation
  • Loading branch information
amnonh authored Sep 19, 2023
2 parents 0a05959 + f8455ed commit 706329d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/procedures/datadog/datadog.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,3 +552,9 @@ groups:
by: "cluster"
level: "1"
dd: "1"
- record: scylla_manager_last_success_ts
expr: max(scylla_manager_scheduler_last_success{}) by(cluster, type)
labels:
by: "cluster"
level: "1"
dd: "1"

0 comments on commit 706329d

Please sign in to comment.