File tree 1 file changed +25
-0
lines changed
docs/source/procedures/datadog
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -493,3 +493,28 @@ groups:
493
493
by : " cluster"
494
494
status : " 0"
495
495
dd : " 1"
496
+ - record : scylla_database_total_view_updates_pushed_local_total
497
+ expr : sum(scylla_database_total_view_updates_pushed_local) by(cluster)
498
+ labels :
499
+ by : " cluster"
500
+ dd : " 1"
501
+ - record : large_partition_exceeding_threshold_total
502
+ expr : sum(large_partition_exceeding_threshold) by(cluster)
503
+ labels :
504
+ by : " cluster"
505
+ dd : " 1"
506
+ - record : scylla_storage_proxy_coordinator_cas_read_latency_count_ag
507
+ expr : sum(scylla_storage_proxy_coordinator_cas_read_latency_count) by (cluster)
508
+ labels :
509
+ by : " cluster"
510
+ dd : " 1"
511
+ - record : scylla_storage_proxy_coordinator_cas_write_latency_count_ag
512
+ expr : sum(scylla_storage_proxy_coordinator_cas_write_latency_count) by (cluster)
513
+ labels :
514
+ by : " cluster"
515
+ dd : " 1"
516
+ - record : scylla_alternator_op_latency_total
517
+ expr : sum(scylla_alternator_op_latency_count) by (cluster, op)
518
+ labels :
519
+ by : " cluster"
520
+ dd : " 1"
You can’t perform that action at this time.
0 commit comments