Skip to content

datadog.rules.yml: add a few more cluster wide metrics #2479

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

Merged
merged 1 commit into from
Feb 26, 2025
Merged
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
25 changes: 25 additions & 0 deletions docs/source/procedures/datadog/datadog.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,28 @@ groups:
by: "cluster"
status: "0"
dd: "1"
- record: scylla_database_total_view_updates_pushed_local_total
expr: sum(scylla_database_total_view_updates_pushed_local) by(cluster)
labels:
by: "cluster"
dd: "1"
- record: large_partition_exceeding_threshold_total
expr: sum(large_partition_exceeding_threshold) by(cluster)
labels:
by: "cluster"
dd: "1"
- record: scylla_storage_proxy_coordinator_cas_read_latency_count_ag
expr: sum(scylla_storage_proxy_coordinator_cas_read_latency_count) by (cluster)
labels:
by: "cluster"
dd: "1"
- record: scylla_storage_proxy_coordinator_cas_write_latency_count_ag
expr: sum(scylla_storage_proxy_coordinator_cas_write_latency_count) by (cluster)
labels:
by: "cluster"
dd: "1"
- record: scylla_alternator_op_latency_total
expr: sum(scylla_alternator_op_latency_count) by (cluster, op)
labels:
by: "cluster"
dd: "1"