|
288 | 288 | "tableColumn": "", |
289 | 289 | "targets": [ |
290 | 290 | { |
291 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Index_Total_Units{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
| 291 | + "expr": "sum(vendor_Coherence_StorageManager_IndexTotalUnits{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
292 | 292 | "format": "time_series", |
293 | 293 | "intervalFactor": 1, |
294 | 294 | "legendFormat": "", |
|
368 | 368 | "tableColumn": "", |
369 | 369 | "targets": [ |
370 | 370 | { |
371 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Non_Optimized_Query_Count{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
| 371 | + "expr": "sum(vendor_Coherence_StorageManager_NonOptimizedQueryCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
372 | 372 | "format": "time_series", |
373 | 373 | "intervalFactor": 1, |
374 | 374 | "legendFormat": "", |
|
448 | 448 | "tableColumn": "", |
449 | 449 | "targets": [ |
450 | 450 | { |
451 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Non_Optimized_Query_Total_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
| 451 | + "expr": "sum(vendor_Coherence_StorageManager_NonOptimizedQueryTotalMillis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
452 | 452 | "format": "time_series", |
453 | 453 | "intervalFactor": 1, |
454 | 454 | "legendFormat": "", |
|
529 | 529 | "tableColumn": "", |
530 | 530 | "targets": [ |
531 | 531 | { |
532 | | - "expr": "max(vendor_Coherence_Storage_Manager_Max_Query_Duration_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
| 532 | + "expr": "max(vendor_Coherence_StorageManager_MaxQueryDurationMillis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", |
533 | 533 | "format": "time_series", |
534 | 534 | "intervalFactor": 1, |
535 | 535 | "legendFormat": "", |
|
593 | 593 | "refId": "A" |
594 | 594 | }, |
595 | 595 | { |
596 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Index_Total_Units{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"})", |
| 596 | + "expr": "sum(vendor_Coherence_StorageManager_IndexTotalUnits{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"})", |
597 | 597 | "format": "time_series", |
598 | 598 | "intervalFactor": 1, |
599 | 599 | "legendFormat": "Index Memory", |
|
684 | 684 | "steppedLine": false, |
685 | 685 | "targets": [ |
686 | 686 | { |
687 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Eviction_Count{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) - sum(vendor_Coherence_Storage_Manager_Eviction_Count{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"} offset $__interval) ", |
| 687 | + "expr": "sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) - sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"} offset $__interval) ", |
688 | 688 | "format": "time_series", |
689 | 689 | "interval": "", |
690 | 690 | "intervalFactor": 1, |
|
1333 | 1333 | "unit": "decbytes" |
1334 | 1334 | }, |
1335 | 1335 | { |
1336 | | - "alias": "Non Opttimzed Query Time", |
| 1336 | + "alias": "Non Optimzed Query Time", |
1337 | 1337 | "colorMode": "value", |
1338 | 1338 | "colors": [ |
1339 | 1339 | "rgba(50, 172, 45, 0.97)", |
|
1477 | 1477 | "refId": "E" |
1478 | 1478 | }, |
1479 | 1479 | { |
1480 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Non_Optimized_Query_Total_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
| 1480 | + "expr": "sum(vendor_Coherence_StorageManager_NonOptimizedQueryTotal_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
1481 | 1481 | "format": "table", |
1482 | 1482 | "instant": true, |
1483 | 1483 | "intervalFactor": 1, |
1484 | 1484 | "legendFormat": "", |
1485 | 1485 | "refId": "F" |
1486 | 1486 | }, |
1487 | 1487 | { |
1488 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Max_Query_Duration_Millis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
| 1488 | + "expr": "sum(vendor_Coherence_StorageManager_MaxQueryDurationMillis{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
1489 | 1489 | "format": "table", |
1490 | 1490 | "instant": true, |
1491 | 1491 | "intervalFactor": 1, |
1492 | 1492 | "legendFormat": "", |
1493 | 1493 | "refId": "G" |
1494 | 1494 | }, |
1495 | 1495 | { |
1496 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Eviction_Count{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
| 1496 | + "expr": "sum(vendor_Coherence_StorageManager_EvictionCount{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
1497 | 1497 | "format": "table", |
1498 | 1498 | "instant": true, |
1499 | 1499 | "intervalFactor": 1, |
1500 | 1500 | "legendFormat": "", |
1501 | 1501 | "refId": "H" |
1502 | 1502 | }, |
1503 | 1503 | { |
1504 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Locks_Pending{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
| 1504 | + "expr": "sum(vendor_Coherence_StorageManager_LocksPending{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
1505 | 1505 | "format": "table", |
1506 | 1506 | "instant": true, |
1507 | 1507 | "intervalFactor": 1, |
1508 | 1508 | "legendFormat": "", |
1509 | 1509 | "refId": "I" |
1510 | 1510 | }, |
1511 | 1511 | { |
1512 | | - "expr": "sum(vendor_Coherence_Storage_Manager_Locks_Granted{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
| 1512 | + "expr": "sum(vendor_Coherence_StorageManager_LocksGranted{cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (member)", |
1513 | 1513 | "format": "table", |
1514 | 1514 | "instant": true, |
1515 | 1515 | "intervalFactor": 1, |
|
0 commit comments