Skip to content

Commit

Permalink
Merge pull request #2070 from amnonh/more_metrics
Browse files Browse the repository at this point in the history
datadog/datadog.rules.yml: Add metrics for number of cores and manager suspend
  • Loading branch information
amnonh authored Sep 28, 2023
2 parents 36e4c36 + 9576d64 commit 45b26ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/procedures/datadog/datadog.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,14 @@ groups:
labels:
by: "cluster"
level: "1"
dd: "1"
dd: "1"
- record: scylla_total_cores
expr: count(scylla_reactor_utilization{}) by (cluster)
labels:
by: "cluster"
dd: "1"
- record: scylla_manager_scheduler_suspended_ag
expr: max(scylla_manager_scheduler_suspended{}) by (cluster)
labels:
by: "cluster"
dd: "1"

0 comments on commit 45b26ea

Please sign in to comment.