|
107 | 107 | "pluginVersion": "7.0.3", |
108 | 108 | "targets": [ |
109 | 109 | { |
110 | | - "expr": "sum(up:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)", |
| 110 | + "expr": "sum(up * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)", |
111 | 111 | "interval": "", |
112 | 112 | "legendFormat": "", |
113 | 113 | "refId": "A" |
|
163 | 163 | "pluginVersion": "7.0.3", |
164 | 164 | "targets": [ |
165 | 165 | { |
166 | | - "expr": "avg(cassandra_client_request_latency_seconds:cassandra{operation=\"read\"}* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)", |
| 166 | + "expr": "avg(cassandra_client_request_latency_seconds{operation=\"read\"}* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)", |
167 | 167 | "interval": "", |
168 | 168 | "legendFormat": "", |
169 | 169 | "refId": "A" |
|
219 | 219 | "pluginVersion": "7.0.3", |
220 | 220 | "targets": [ |
221 | 221 | { |
222 | | - "expr": "avg(cassandra_client_request_latency_seconds:cassandra{operation=\"write\"}* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)", |
| 222 | + "expr": "avg(cassandra_client_request_latency_seconds{operation=\"write\"}* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)", |
223 | 223 | "interval": "", |
224 | 224 | "legendFormat": "", |
225 | 225 | "refId": "A" |
|
280 | 280 | "pluginVersion": "7.0.3", |
281 | 281 | "targets": [ |
282 | 282 | { |
283 | | - "expr": "(sum(cassandra_jvm_memory_pool_used_bytes:cassandra{type=\"HEAP\"} * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster) / sum(cassandra_jvm_memory_pool_maximum_bytes:cassandra{type=\"HEAP\"}* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)) * 100\n", |
| 283 | + "expr": "(sum(cassandra_jvm_memory_pool_used_bytes{type=\"HEAP\"} * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster) / sum(cassandra_jvm_memory_pool_maximum_bytes{type=\"HEAP\"}* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)) * 100\n", |
284 | 284 | "interval": "", |
285 | 285 | "legendFormat": "", |
286 | 286 | "refId": "A" |
|
336 | 336 | "pluginVersion": "7.0.3", |
337 | 337 | "targets": [ |
338 | 338 | { |
339 | | - "expr": "sum(cassandra_table_estimated_pending_compactions:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)\n", |
| 339 | + "expr": "sum(cassandra_table_estimated_pending_compactions * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)\n", |
340 | 340 | "interval": "", |
341 | 341 | "legendFormat": "", |
342 | 342 | "refId": "A" |
|
392 | 392 | "pluginVersion": "7.0.3", |
393 | 393 | "targets": [ |
394 | 394 | { |
395 | | - "expr": "sum(cassandra_commit_log_pending_tasks:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)\n", |
| 395 | + "expr": "sum(cassandra_commit_log_pending_tasks * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)\n", |
396 | 396 | "interval": "", |
397 | 397 | "legendFormat": "", |
398 | 398 | "refId": "A" |
|
448 | 448 | "pluginVersion": "7.0.3", |
449 | 449 | "targets": [ |
450 | 450 | { |
451 | | - "expr": "sum(rate(cassandra_client_request_unavailable_exceptions_total:cassandra[5m]) * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)\n", |
| 451 | + "expr": "sum(rate(cassandra_client_request_unavailable_exceptions_total[5m]) * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)\n", |
452 | 452 | "interval": "", |
453 | 453 | "legendFormat": "", |
454 | 454 | "refId": "A" |
|
505 | 505 | "pluginVersion": "7.0.3", |
506 | 506 | "targets": [ |
507 | 507 | { |
508 | | - "expr": "(sum(cassandra_storage_filesystem_usable_bytes:cassandra* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)/sum(cassandra_storage_filesystem_bytes_total:cassandra* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)) * 100", |
| 508 | + "expr": "(sum(cassandra_storage_filesystem_usable_bytes* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)/sum(cassandra_storage_filesystem_bytes_total* on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}) by (cluster)) * 100", |
509 | 509 | "interval": "", |
510 | 510 | "legendFormat": "", |
511 | 511 | "refId": "A" |
|
563 | 563 | "steppedLine": false, |
564 | 564 | "targets": [ |
565 | 565 | { |
566 | | - "expr": "cassandra_client_request_latency_seconds:cassandra{quantile=\"0.95\", operation=\"read\"} * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 566 | + "expr": "cassandra_client_request_latency_seconds{quantile=\"0.95\", operation=\"read\"} * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
567 | 567 | "interval": "", |
568 | 568 | "legendFormat": "{{consistency}} {{instance}}", |
569 | 569 | "refId": "A" |
|
657 | 657 | "steppedLine": false, |
658 | 658 | "targets": [ |
659 | 659 | { |
660 | | - "expr": "cassandra_client_request_latency_seconds:cassandra{quantile=\"0.95\", operation=\"write\"} * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 660 | + "expr": "cassandra_client_request_latency_seconds{quantile=\"0.95\", operation=\"write\"} * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
661 | 661 | "interval": "", |
662 | 662 | "legendFormat": "{{consistency}} {{instance}}", |
663 | 663 | "refId": "A" |
|
751 | 751 | "steppedLine": false, |
752 | 752 | "targets": [ |
753 | 753 | { |
754 | | - "expr": "cassandra_storage_filesystem_usable_bytes:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 754 | + "expr": "cassandra_storage_filesystem_usable_bytes * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
755 | 755 | "interval": "", |
756 | 756 | "legendFormat": "{{instance}}", |
757 | 757 | "refId": "A" |
|
845 | 845 | "steppedLine": false, |
846 | 846 | "targets": [ |
847 | 847 | { |
848 | | - "expr": "cassandra_client_native_connections:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 848 | + "expr": "cassandra_client_native_connections * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
849 | 849 | "interval": "", |
850 | 850 | "legendFormat": "{{instance}}", |
851 | 851 | "refId": "A" |
|
939 | 939 | "steppedLine": false, |
940 | 940 | "targets": [ |
941 | 941 | { |
942 | | - "expr": "cassandra_os_1m_load_average:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 942 | + "expr": "cassandra_os_1m_load_average * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
943 | 943 | "interval": "", |
944 | 944 | "legendFormat": "{{instance}}", |
945 | 945 | "refId": "A" |
|
1033 | 1033 | "steppedLine": false, |
1034 | 1034 | "targets": [ |
1035 | 1035 | { |
1036 | | - "expr": "cassandra_os_free_memory_bytes:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 1036 | + "expr": "cassandra_os_free_memory_bytes * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
1037 | 1037 | "interval": "", |
1038 | 1038 | "legendFormat": "Memory free - {{instance}}", |
1039 | 1039 | "refId": "A" |
1040 | 1040 | }, |
1041 | 1041 | { |
1042 | | - "expr": "cassandra_os_memory_bytes_total:cassandra * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
| 1042 | + "expr": "cassandra_os_memory_bytes_total * on (container_id) group_left(cluster,namespace,pod) sysdig_container_info{cluster=~\"$cluster\"}", |
1043 | 1043 | "interval": "", |
1044 | 1044 | "legendFormat": "Memory total - {{instance}}", |
1045 | 1045 | "refId": "B" |
|
0 commit comments