github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/charts/verrazzano-grafana-dashboards/dashboards/Coherence/cache-details-dashboard.json (about) 1 { 2 "annotations": { 3 "list": [ 4 { 5 "builtIn": 1, 6 "datasource": "Prometheus", 7 "enable": true, 8 "hide": true, 9 "iconColor": "rgba(0, 211, 255, 1)", 10 "name": "Annotations & Alerts", 11 "type": "dashboard" 12 } 13 ] 14 }, 15 "description": "", 16 "editable": true, 17 "gnetId": null, 18 "graphTooltip": 0, 19 "id": 25, 20 "iteration": 1564038858271, 21 "links": [ 22 { 23 "icon": "dashboard", 24 "includeVars": true, 25 "keepTime": true, 26 "tags": [], 27 "title": "Back to Caches Summary Dashboard", 28 "tooltip": "", 29 "type": "link", 30 "url": "/d/coh-caches-summary/caches-summary-dashboard" 31 }, 32 { 33 "icon": "dashboard", 34 "includeVars": true, 35 "keepTime": true, 36 "tags": [], 37 "title": "Back to Main Dashboard", 38 "tooltip": "", 39 "type": "link", 40 "url": "/d/coh-main/coherence-dashboard-main" 41 }, 42 { 43 "asDropdown": true, 44 "icon": "external link", 45 "includeVars": true, 46 "keepTime": true, 47 "tags": [ 48 "dashboard" 49 ], 50 "title": "Available Dashboards", 51 "type": "dashboards" 52 } 53 ], 54 "panels": [ 55 { 56 "content": "<center><h3>Cache Details - $ServiceName / $CacheName</h3></center>", 57 "gridPos": { 58 "h": 2, 59 "w": 24, 60 "x": 0, 61 "y": 0 62 }, 63 "id": 38, 64 "links": [], 65 "mode": "html", 66 "title": "", 67 "type": "text" 68 }, 69 { 70 "cacheTimeout": null, 71 "colorBackground": false, 72 "colorValue": false, 73 "colors": [ 74 "#299c46", 75 "rgba(237, 129, 40, 0.89)", 76 "#d44a3a" 77 ], 78 "description": "The size of number of entries in the cache.", 79 "format": "none", 80 "gauge": { 81 "maxValue": 100, 82 "minValue": 0, 83 "show": false, 84 "thresholdLabels": false, 85 "thresholdMarkers": true 86 }, 87 "gridPos": { 88 "h": 5, 89 "w": 4, 90 "x": 0, 91 "y": 2 92 }, 93 "id": 31, 94 "interval": null, 95 "links": [], 96 "mappingType": 1, 97 "mappingTypes": [ 98 { 99 "name": "value to text", 100 "value": 1 101 }, 102 { 103 "name": "range to text", 104 "value": 2 105 } 106 ], 107 "maxDataPoints": 100, 108 "nullPointMode": "connected", 109 "nullText": null, 110 "postfix": "", 111 "postfixFontSize": "50%", 112 "prefix": "", 113 "prefixFontSize": "50%", 114 "rangeMaps": [ 115 { 116 "from": "null", 117 "text": "N/A", 118 "to": "null" 119 } 120 ], 121 "sparkline": { 122 "fillColor": "rgba(31, 118, 189, 0.18)", 123 "full": false, 124 "lineColor": "rgb(31, 120, 193)", 125 "show": false 126 }, 127 "tableColumn": "", 128 "targets": [ 129 { 130 "expr": "sum(vendor:coherence_cache_size{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',name=~\"$CacheName\"})", 131 "format": "time_series", 132 "intervalFactor": 1, 133 "legendFormat": "", 134 "refId": "A" 135 } 136 ], 137 "thresholds": "", 138 "title": "Cache Size", 139 "type": "singlestat", 140 "valueFontSize": "80%", 141 "valueMaps": [ 142 { 143 "op": "=", 144 "text": "N/A", 145 "value": "null" 146 } 147 ], 148 "valueName": "current" 149 }, 150 { 151 "cacheTimeout": null, 152 "colorBackground": false, 153 "colorValue": false, 154 "colors": [ 155 "#299c46", 156 "rgba(237, 129, 40, 0.89)", 157 "#d44a3a" 158 ], 159 "description": "Indicates memory utilized by the cache entries. \nNote: If the unit-calculator is not BINARY or the service is not a DistributedCache service, then the details may be incorrect.", 160 "format": "decbytes", 161 "gauge": { 162 "maxValue": 100, 163 "minValue": 0, 164 "show": false, 165 "thresholdLabels": false, 166 "thresholdMarkers": true 167 }, 168 "gridPos": { 169 "h": 5, 170 "w": 4, 171 "x": 4, 172 "y": 2 173 }, 174 "id": 29, 175 "interval": null, 176 "links": [], 177 "mappingType": 1, 178 "mappingTypes": [ 179 { 180 "name": "value to text", 181 "value": 1 182 }, 183 { 184 "name": "range to text", 185 "value": 2 186 } 187 ], 188 "maxDataPoints": 100, 189 "nullPointMode": "connected", 190 "nullText": null, 191 "postfix": "", 192 "postfixFontSize": "50%", 193 "prefix": "", 194 "prefixFontSize": "50%", 195 "rangeMaps": [ 196 { 197 "from": "null", 198 "text": "N/A", 199 "to": "null" 200 } 201 ], 202 "sparkline": { 203 "fillColor": "rgba(31, 118, 189, 0.18)", 204 "full": false, 205 "lineColor": "rgb(31, 120, 193)", 206 "show": false 207 }, 208 "tableColumn": "", 209 "targets": [ 210 { 211 "expr": "sum(vendor:coherence_cache_units_bytes{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',name=~\"$CacheName\"}) ", 212 "format": "time_series", 213 "intervalFactor": 1, 214 "legendFormat": "", 215 "refId": "A" 216 } 217 ], 218 "thresholds": "", 219 "title": "Cache Memory", 220 "type": "singlestat", 221 "valueFontSize": "80%", 222 "valueMaps": [ 223 { 224 "op": "=", 225 "text": "N/A", 226 "value": "null" 227 } 228 ], 229 "valueName": "current" 230 }, 231 { 232 "cacheTimeout": null, 233 "colorBackground": false, 234 "colorValue": false, 235 "colors": [ 236 "#299c46", 237 "rgba(237, 129, 40, 0.89)", 238 "#d44a3a" 239 ], 240 "format": "decbytes", 241 "gauge": { 242 "maxValue": 100, 243 "minValue": 0, 244 "show": false, 245 "thresholdLabels": false, 246 "thresholdMarkers": true 247 }, 248 "gridPos": { 249 "h": 5, 250 "w": 4, 251 "x": 8, 252 "y": 2 253 }, 254 "id": 30, 255 "interval": null, 256 "links": [], 257 "mappingType": 1, 258 "mappingTypes": [ 259 { 260 "name": "value to text", 261 "value": 1 262 }, 263 { 264 "name": "range to text", 265 "value": 2 266 } 267 ], 268 "maxDataPoints": 100, 269 "nullPointMode": "connected", 270 "nullText": null, 271 "postfix": "", 272 "postfixFontSize": "50%", 273 "prefix": "", 274 "prefixFontSize": "50%", 275 "rangeMaps": [ 276 { 277 "from": "null", 278 "text": "N/A", 279 "to": "null" 280 } 281 ], 282 "sparkline": { 283 "fillColor": "rgba(31, 118, 189, 0.18)", 284 "full": false, 285 "lineColor": "rgb(31, 120, 193)", 286 "show": false 287 }, 288 "tableColumn": "", 289 "targets": [ 290 { 291 "expr": "sum(vendor:coherence_storage_manager_index_total_units{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", 292 "format": "time_series", 293 "intervalFactor": 1, 294 "legendFormat": "", 295 "refId": "A" 296 } 297 ], 298 "thresholds": "", 299 "title": "Index Memory", 300 "type": "singlestat", 301 "valueFontSize": "80%", 302 "valueMaps": [ 303 { 304 "op": "=", 305 "text": "N/A", 306 "value": "null" 307 } 308 ], 309 "valueName": "current" 310 }, 311 { 312 "cacheTimeout": null, 313 "colorBackground": false, 314 "colorValue": true, 315 "colors": [ 316 "#299c46", 317 "rgba(237, 129, 40, 0.89)", 318 "#d44a3a" 319 ], 320 "format": "none", 321 "gauge": { 322 "maxValue": 100, 323 "minValue": 0, 324 "show": false, 325 "thresholdLabels": false, 326 "thresholdMarkers": true 327 }, 328 "gridPos": { 329 "h": 5, 330 "w": 4, 331 "x": 12, 332 "y": 2 333 }, 334 "id": 32, 335 "interval": null, 336 "links": [], 337 "mappingType": 1, 338 "mappingTypes": [ 339 { 340 "name": "value to text", 341 "value": 1 342 }, 343 { 344 "name": "range to text", 345 "value": 2 346 } 347 ], 348 "maxDataPoints": 100, 349 "nullPointMode": "connected", 350 "nullText": null, 351 "postfix": "", 352 "postfixFontSize": "50%", 353 "prefix": "", 354 "prefixFontSize": "50%", 355 "rangeMaps": [ 356 { 357 "from": "null", 358 "text": "N/A", 359 "to": "null" 360 } 361 ], 362 "sparkline": { 363 "fillColor": "rgba(31, 118, 189, 0.18)", 364 "full": false, 365 "lineColor": "rgb(31, 120, 193)", 366 "show": false 367 }, 368 "tableColumn": "", 369 "targets": [ 370 { 371 "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", 372 "format": "time_series", 373 "intervalFactor": 1, 374 "legendFormat": "", 375 "refId": "A" 376 } 377 ], 378 "thresholds": "1,1000", 379 "title": "Total Non-Optimized Queries", 380 "type": "singlestat", 381 "valueFontSize": "80%", 382 "valueMaps": [ 383 { 384 "op": "=", 385 "text": "N/A", 386 "value": "null" 387 } 388 ], 389 "valueName": "current" 390 }, 391 { 392 "cacheTimeout": null, 393 "colorBackground": false, 394 "colorValue": true, 395 "colors": [ 396 "#299c46", 397 "rgba(237, 129, 40, 0.89)", 398 "#d44a3a" 399 ], 400 "format": "ms", 401 "gauge": { 402 "maxValue": 100, 403 "minValue": 0, 404 "show": false, 405 "thresholdLabels": false, 406 "thresholdMarkers": true 407 }, 408 "gridPos": { 409 "h": 5, 410 "w": 4, 411 "x": 16, 412 "y": 2 413 }, 414 "id": 34, 415 "interval": null, 416 "links": [], 417 "mappingType": 1, 418 "mappingTypes": [ 419 { 420 "name": "value to text", 421 "value": 1 422 }, 423 { 424 "name": "range to text", 425 "value": 2 426 } 427 ], 428 "maxDataPoints": 100, 429 "nullPointMode": "connected", 430 "nullText": null, 431 "postfix": "", 432 "postfixFontSize": "50%", 433 "prefix": "", 434 "prefixFontSize": "50%", 435 "rangeMaps": [ 436 { 437 "from": "null", 438 "text": "N/A", 439 "to": "null" 440 } 441 ], 442 "sparkline": { 443 "fillColor": "rgba(31, 118, 189, 0.18)", 444 "full": false, 445 "lineColor": "rgb(31, 120, 193)", 446 "show": false 447 }, 448 "tableColumn": "", 449 "targets": [ 450 { 451 "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_total_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", 452 "format": "time_series", 453 "intervalFactor": 1, 454 "legendFormat": "", 455 "refId": "A" 456 } 457 ], 458 "thresholds": "1,1000", 459 "title": "Total Non-Optimized Query Time", 460 "type": "singlestat", 461 "valueFontSize": "80%", 462 "valueMaps": [ 463 { 464 "op": "=", 465 "text": "N/A", 466 "value": "null" 467 } 468 ], 469 "valueName": "current" 470 }, 471 { 472 "cacheTimeout": null, 473 "colorBackground": false, 474 "colorValue": true, 475 "colors": [ 476 "#299c46", 477 "rgba(237, 129, 40, 0.89)", 478 "#d44a3a" 479 ], 480 "decimals": null, 481 "format": "ms", 482 "gauge": { 483 "maxValue": 100, 484 "minValue": 0, 485 "show": false, 486 "thresholdLabels": false, 487 "thresholdMarkers": true 488 }, 489 "gridPos": { 490 "h": 5, 491 "w": 4, 492 "x": 20, 493 "y": 2 494 }, 495 "id": 35, 496 "interval": null, 497 "links": [], 498 "mappingType": 1, 499 "mappingTypes": [ 500 { 501 "name": "value to text", 502 "value": 1 503 }, 504 { 505 "name": "range to text", 506 "value": 2 507 } 508 ], 509 "maxDataPoints": 100, 510 "nullPointMode": "connected", 511 "nullText": null, 512 "postfix": "", 513 "postfixFontSize": "50%", 514 "prefix": "", 515 "prefixFontSize": "50%", 516 "rangeMaps": [ 517 { 518 "from": "null", 519 "text": "N/A", 520 "to": "null" 521 } 522 ], 523 "sparkline": { 524 "fillColor": "rgba(31, 118, 189, 0.18)", 525 "full": false, 526 "lineColor": "rgb(31, 120, 193)", 527 "show": false 528 }, 529 "tableColumn": "", 530 "targets": [ 531 { 532 "expr": "max(vendor:coherence_storage_manager_max_query_duration_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName',cache=~\"$CacheName\"})", 533 "format": "time_series", 534 "intervalFactor": 1, 535 "legendFormat": "", 536 "refId": "A" 537 } 538 ], 539 "thresholds": "500,1000", 540 "title": "Max Query Duration", 541 "type": "singlestat", 542 "valueFontSize": "80%", 543 "valueMaps": [ 544 { 545 "op": "=", 546 "text": "N/A", 547 "value": "null" 548 } 549 ], 550 "valueName": "current" 551 }, 552 { 553 "aliasColors": {}, 554 "bars": false, 555 "dashLength": 10, 556 "dashes": false, 557 "fill": 1, 558 "gridPos": { 559 "h": 9, 560 "w": 24, 561 "x": 0, 562 "y": 7 563 }, 564 "id": 41, 565 "legend": { 566 "avg": false, 567 "current": false, 568 "max": false, 569 "min": false, 570 "show": true, 571 "total": false, 572 "values": false 573 }, 574 "lines": true, 575 "linewidth": 1, 576 "links": [], 577 "nullPointMode": "null", 578 "percentage": false, 579 "pointradius": 5, 580 "points": false, 581 "renderer": "flot", 582 "seriesOverrides": [], 583 "spaceLength": 10, 584 "stack": true, 585 "steppedLine": false, 586 "targets": [ 587 { 588 "expr": "sum(vendor:coherence_cache_units_bytes{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",tier=\"back\",name=~\"$CacheName\"})", 589 "format": "time_series", 590 "interval": "", 591 "intervalFactor": 1, 592 "legendFormat": "Cache Memory", 593 "refId": "A" 594 }, 595 { 596 "expr": "sum(vendor:coherence_storage_manager_index_total_units{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"})", 597 "format": "time_series", 598 "intervalFactor": 1, 599 "legendFormat": "Index Memory", 600 "refId": "B" 601 } 602 ], 603 "thresholds": [], 604 "timeFrom": null, 605 "timeRegions": [], 606 "timeShift": null, 607 "title": "Cache And Index Memory for $CacheName", 608 "tooltip": { 609 "shared": true, 610 "sort": 0, 611 "value_type": "individual" 612 }, 613 "type": "graph", 614 "xaxis": { 615 "buckets": null, 616 "mode": "time", 617 "name": null, 618 "show": true, 619 "values": [] 620 }, 621 "yaxes": [ 622 { 623 "format": "decbytes", 624 "label": null, 625 "logBase": 1, 626 "max": null, 627 "min": "0", 628 "show": true 629 }, 630 { 631 "format": "short", 632 "label": null, 633 "logBase": 1, 634 "max": null, 635 "min": null, 636 "show": true 637 } 638 ], 639 "yaxis": { 640 "align": false, 641 "alignLevel": null 642 } 643 }, 644 { 645 "aliasColors": {}, 646 "bars": true, 647 "dashLength": 10, 648 "dashes": false, 649 "datasource": "Prometheus", 650 "description": "", 651 "fill": 1, 652 "fillGradient": 0, 653 "gridPos": { 654 "h": 9, 655 "w": 24, 656 "x": 0, 657 "y": 16 658 }, 659 "hiddenSeries": false, 660 "id": 42, 661 "legend": { 662 "avg": false, 663 "current": false, 664 "max": false, 665 "min": false, 666 "show": true, 667 "total": false, 668 "values": false 669 }, 670 "lines": false, 671 "linewidth": 1, 672 "links": [], 673 "nullPointMode": "null", 674 "options": { 675 "dataLinks": [] 676 }, 677 "percentage": false, 678 "pointradius": 5, 679 "points": false, 680 "renderer": "flot", 681 "seriesOverrides": [], 682 "spaceLength": 10, 683 "stack": false, 684 "steppedLine": false, 685 "targets": [ 686 { 687 "expr": "sum(vendor:coherence_storage_manager_eviction_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) - sum(vendor:coherence_storage_manager_eviction_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"} offset $__interval) ", 688 "format": "time_series", 689 "interval": "", 690 "intervalFactor": 1, 691 "legendFormat": "Evictions", 692 "refId": "A" 693 } 694 ], 695 "thresholds": [], 696 "timeFrom": null, 697 "timeRegions": [], 698 "timeShift": null, 699 "title": "Cache Evictions for $CacheName", 700 "tooltip": { 701 "shared": true, 702 "sort": 0, 703 "value_type": "individual" 704 }, 705 "type": "graph", 706 "xaxis": { 707 "buckets": null, 708 "mode": "time", 709 "name": null, 710 "show": true, 711 "values": [] 712 }, 713 "yaxes": [ 714 { 715 "format": "short", 716 "label": null, 717 "logBase": 1, 718 "max": null, 719 "min": "0", 720 "show": true 721 }, 722 { 723 "format": "short", 724 "label": null, 725 "logBase": 1, 726 "max": null, 727 "min": null, 728 "show": true 729 } 730 ], 731 "yaxis": { 732 "align": false, 733 "alignLevel": null 734 } 735 }, 736 { 737 "columns": [], 738 "datasource": "Prometheus", 739 "fontSize": "100%", 740 "gridPos": { 741 "h": 7, 742 "w": 24, 743 "x": 0, 744 "y": 25 745 }, 746 "id": 27, 747 "links": [], 748 "pageSize": null, 749 "scroll": true, 750 "showHeader": true, 751 "sort": { 752 "col": 1, 753 "desc": false 754 }, 755 "styles": [ 756 { 757 "alias": "Time", 758 "dateFormat": "YYYY-MM-DD HH:mm:ss", 759 "pattern": "Time", 760 "type": "hidden" 761 }, 762 { 763 "alias": "Size", 764 "colorMode": null, 765 "colors": [ 766 "rgba(245, 54, 54, 0.9)", 767 "rgba(237, 129, 40, 0.89)", 768 "rgba(50, 172, 45, 0.97)" 769 ], 770 "dateFormat": "YYYY-MM-DD HH:mm:ss", 771 "decimals": 0, 772 "mappingType": 1, 773 "pattern": "Value #A", 774 "thresholds": [], 775 "type": "number", 776 "unit": "none" 777 }, 778 { 779 "alias": "Total Gets", 780 "colorMode": null, 781 "colors": [ 782 "rgba(245, 54, 54, 0.9)", 783 "rgba(237, 129, 40, 0.89)", 784 "rgba(50, 172, 45, 0.97)" 785 ], 786 "dateFormat": "YYYY-MM-DD HH:mm:ss", 787 "decimals": null, 788 "mappingType": 1, 789 "pattern": "Value #B", 790 "thresholds": [], 791 "type": "number", 792 "unit": "none" 793 }, 794 { 795 "alias": "Total Puts", 796 "colorMode": null, 797 "colors": [ 798 "rgba(245, 54, 54, 0.9)", 799 "rgba(237, 129, 40, 0.89)", 800 "rgba(50, 172, 45, 0.97)" 801 ], 802 "dateFormat": "YYYY-MM-DD HH:mm:ss", 803 "decimals": null, 804 "mappingType": 1, 805 "pattern": "Value #C", 806 "thresholds": [], 807 "type": "number", 808 "unit": "none" 809 }, 810 { 811 "alias": "Cache Hits", 812 "colorMode": null, 813 "colors": [ 814 "rgba(245, 54, 54, 0.9)", 815 "rgba(237, 129, 40, 0.89)", 816 "rgba(50, 172, 45, 0.97)" 817 ], 818 "dateFormat": "YYYY-MM-DD HH:mm:ss", 819 "decimals": 0, 820 "mappingType": 1, 821 "pattern": "Value #D", 822 "thresholds": [], 823 "type": "number", 824 "unit": "none" 825 }, 826 { 827 "alias": "Cache Misses", 828 "colorMode": null, 829 "colors": [ 830 "rgba(245, 54, 54, 0.9)", 831 "rgba(237, 129, 40, 0.89)", 832 "rgba(50, 172, 45, 0.97)" 833 ], 834 "dateFormat": "YYYY-MM-DD HH:mm:ss", 835 "decimals": null, 836 "mappingType": 1, 837 "pattern": "Value #E", 838 "thresholds": [], 839 "type": "number", 840 "unit": "none" 841 }, 842 { 843 "alias": "Hit Probability", 844 "colorMode": "cell", 845 "colors": [ 846 "rgba(245, 54, 54, 0.9)", 847 "rgba(237, 129, 40, 0.89)", 848 "rgba(50, 172, 45, 0.97)" 849 ], 850 "dateFormat": "YYYY-MM-DD HH:mm:ss", 851 "decimals": 2, 852 "mappingType": 1, 853 "pattern": "Value #F", 854 "thresholds": [ 855 "0.75", 856 "0.90" 857 ], 858 "type": "number", 859 "unit": "percentunit" 860 }, 861 { 862 "alias": "Member", 863 "colorMode": null, 864 "colors": [ 865 "rgba(245, 54, 54, 0.9)", 866 "rgba(237, 129, 40, 0.89)", 867 "rgba(50, 172, 45, 0.97)" 868 ], 869 "dateFormat": "YYYY-MM-DD HH:mm:ss", 870 "decimals": 2, 871 "link": true, 872 "linkTooltip": "Drill down to member details for ${__cell}", 873 "linkUrl": "/d/coh-member-details?var-ClusterName=$ClusterName&var-MemberName=${__cell}", 874 "mappingType": 1, 875 "pattern": "member", 876 "thresholds": [], 877 "type": "number", 878 "unit": "short" 879 }, 880 { 881 "alias": "Verrazzano Cluster", 882 "align": "auto", 883 "colorMode": null, 884 "colors": [ 885 "rgba(245, 54, 54, 0.9)", 886 "rgba(237, 129, 40, 0.89)", 887 "rgba(50, 172, 45, 0.97)" 888 ], 889 "decimals": 2, 890 "pattern": "verrazzano_cluster", 891 "thresholds": [], 892 "type": "string", 893 "unit": "short" 894 }, 895 { 896 "alias": "Prunes", 897 "colorMode": null, 898 "colors": [ 899 "rgba(245, 54, 54, 0.9)", 900 "rgba(237, 129, 40, 0.89)", 901 "rgba(50, 172, 45, 0.97)" 902 ], 903 "dateFormat": "YYYY-MM-DD HH:mm:ss", 904 "decimals": 0, 905 "mappingType": 1, 906 "pattern": "Value #G", 907 "thresholds": [], 908 "type": "number", 909 "unit": "none" 910 }, 911 { 912 "alias": "Cache Memory", 913 "colorMode": null, 914 "colors": [ 915 "rgba(245, 54, 54, 0.9)", 916 "rgba(237, 129, 40, 0.89)", 917 "rgba(50, 172, 45, 0.97)" 918 ], 919 "dateFormat": "YYYY-MM-DD HH:mm:ss", 920 "decimals": 1, 921 "mappingType": 1, 922 "pattern": "Value #H", 923 "thresholds": [], 924 "type": "number", 925 "unit": "decbytes" 926 }, 927 { 928 "alias": "", 929 "colorMode": null, 930 "colors": [ 931 "rgba(245, 54, 54, 0.9)", 932 "rgba(237, 129, 40, 0.89)", 933 "rgba(50, 172, 45, 0.97)" 934 ], 935 "decimals": 2, 936 "pattern": "/.*/", 937 "thresholds": [], 938 "type": "number", 939 "unit": "short" 940 } 941 ], 942 "targets": [ 943 { 944 "expr": "sum(vendor:coherence_cache_size{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 945 "format": "table", 946 "instant": true, 947 "intervalFactor": 1, 948 "legendFormat": "", 949 "refId": "A" 950 }, 951 { 952 "expr": "sum(vendor:coherence_cache_units_bytes{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",tier=\"back\",name=~\"$CacheName\"}) by(verrazzano_cluster,member)", 953 "format": "table", 954 "instant": true, 955 "intervalFactor": 1, 956 "legendFormat": "", 957 "refId": "H" 958 }, 959 { 960 "expr": "sum(vendor:coherence_cache_total_gets{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 961 "format": "table", 962 "instant": true, 963 "intervalFactor": 1, 964 "legendFormat": "", 965 "refId": "B" 966 }, 967 { 968 "expr": "sum(vendor:coherence_cache_total_puts{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 969 "format": "table", 970 "instant": true, 971 "intervalFactor": 1, 972 "refId": "C" 973 }, 974 { 975 "expr": "sum(vendor:coherence_cache_hits{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 976 "format": "table", 977 "instant": true, 978 "intervalFactor": 1, 979 "legendFormat": "", 980 "refId": "D" 981 }, 982 { 983 "expr": "sum(vendor:coherence_cache_prunes{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 984 "format": "table", 985 "instant": true, 986 "intervalFactor": 1, 987 "legendFormat": "", 988 "refId": "G" 989 }, 990 { 991 "expr": "sum(vendor:coherence_cache_misses{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 992 "format": "table", 993 "instant": true, 994 "intervalFactor": 1, 995 "legendFormat": "", 996 "refId": "E" 997 }, 998 { 999 "expr": "sum(vendor:coherence_cache_hits{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member) / (sum(vendor:coherence_cache_hits{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member) + sum(vendor:coherence_cache_misses{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member) ) ", 1000 "format": "table", 1001 "instant": true, 1002 "intervalFactor": 1, 1003 "legendFormat": "", 1004 "refId": "F" 1005 } 1006 ], 1007 "title": "Back Cache and Access Counts for Cache $CacheName", 1008 "transform": "table", 1009 "type": "table" 1010 }, 1011 { 1012 "columns": [], 1013 "fontSize": "100%", 1014 "gridPos": { 1015 "h": 7, 1016 "w": 24, 1017 "x": 0, 1018 "y": 32 1019 }, 1020 "id": 36, 1021 "links": [], 1022 "pageSize": null, 1023 "scroll": true, 1024 "showHeader": true, 1025 "sort": { 1026 "col": 1, 1027 "desc": false 1028 }, 1029 "styles": [ 1030 { 1031 "alias": "Time", 1032 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1033 "pattern": "Time", 1034 "type": "hidden" 1035 }, 1036 { 1037 "alias": "Total Gets Millis", 1038 "colorMode": null, 1039 "colors": [ 1040 "rgba(245, 54, 54, 0.9)", 1041 "rgba(237, 129, 40, 0.89)", 1042 "rgba(50, 172, 45, 0.97)" 1043 ], 1044 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1045 "decimals": null, 1046 "mappingType": 1, 1047 "pattern": "Value #B", 1048 "thresholds": [], 1049 "type": "number", 1050 "unit": "ms" 1051 }, 1052 { 1053 "alias": "Total Puts Millis", 1054 "colorMode": null, 1055 "colors": [ 1056 "rgba(245, 54, 54, 0.9)", 1057 "rgba(237, 129, 40, 0.89)", 1058 "rgba(50, 172, 45, 0.97)" 1059 ], 1060 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1061 "decimals": null, 1062 "mappingType": 1, 1063 "pattern": "Value #C", 1064 "thresholds": [], 1065 "type": "number", 1066 "unit": "none" 1067 }, 1068 { 1069 "alias": "Cache Hits Millis", 1070 "colorMode": null, 1071 "colors": [ 1072 "rgba(245, 54, 54, 0.9)", 1073 "rgba(237, 129, 40, 0.89)", 1074 "rgba(50, 172, 45, 0.97)" 1075 ], 1076 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1077 "decimals": 0, 1078 "mappingType": 1, 1079 "pattern": "Value #D", 1080 "thresholds": [], 1081 "type": "number", 1082 "unit": "ns" 1083 }, 1084 { 1085 "alias": "Cache Misses Millis", 1086 "colorMode": null, 1087 "colors": [ 1088 "rgba(245, 54, 54, 0.9)", 1089 "rgba(237, 129, 40, 0.89)", 1090 "rgba(50, 172, 45, 0.97)" 1091 ], 1092 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1093 "decimals": null, 1094 "mappingType": 1, 1095 "pattern": "Value #E", 1096 "thresholds": [], 1097 "type": "number", 1098 "unit": "ms" 1099 }, 1100 { 1101 "alias": "Member", 1102 "colorMode": null, 1103 "colors": [ 1104 "rgba(245, 54, 54, 0.9)", 1105 "rgba(237, 129, 40, 0.89)", 1106 "rgba(50, 172, 45, 0.97)" 1107 ], 1108 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1109 "decimals": 2, 1110 "link": true, 1111 "linkTooltip": "Drill down to member details for ${__cell}", 1112 "linkUrl": "/d/coh-member-details?var-ClusterName=$ClusterName&var-MemberName=${__cell}", 1113 "mappingType": 1, 1114 "pattern": "member", 1115 "thresholds": [], 1116 "type": "number", 1117 "unit": "short" 1118 }, 1119 { 1120 "alias": "Verrazzano Cluster", 1121 "align": "auto", 1122 "colorMode": null, 1123 "colors": [ 1124 "rgba(245, 54, 54, 0.9)", 1125 "rgba(237, 129, 40, 0.89)", 1126 "rgba(50, 172, 45, 0.97)" 1127 ], 1128 "decimals": 2, 1129 "pattern": "verrazzano_cluster", 1130 "thresholds": [], 1131 "type": "string", 1132 "unit": "short" 1133 }, 1134 { 1135 "alias": "Prunes Millis", 1136 "colorMode": null, 1137 "colors": [ 1138 "rgba(245, 54, 54, 0.9)", 1139 "rgba(237, 129, 40, 0.89)", 1140 "rgba(50, 172, 45, 0.97)" 1141 ], 1142 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1143 "decimals": 0, 1144 "mappingType": 1, 1145 "pattern": "Value #G", 1146 "thresholds": [], 1147 "type": "number", 1148 "unit": "ns" 1149 }, 1150 { 1151 "alias": "Max Query Duration", 1152 "colorMode": "cell", 1153 "colors": [ 1154 "rgba(50, 172, 45, 0.97)", 1155 "rgba(237, 129, 40, 0.89)", 1156 "rgba(245, 54, 54, 0.9)" 1157 ], 1158 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1159 "decimals": 2, 1160 "mappingType": 1, 1161 "pattern": "Value #A", 1162 "thresholds": [ 1163 "1", 1164 "100" 1165 ], 1166 "type": "number", 1167 "unit": "ms" 1168 }, 1169 { 1170 "alias": "", 1171 "colorMode": null, 1172 "colors": [ 1173 "rgba(245, 54, 54, 0.9)", 1174 "rgba(237, 129, 40, 0.89)", 1175 "rgba(50, 172, 45, 0.97)" 1176 ], 1177 "decimals": 2, 1178 "pattern": "/.*/", 1179 "thresholds": [], 1180 "type": "number", 1181 "unit": "short" 1182 } 1183 ], 1184 "targets": [ 1185 { 1186 "expr": "sum(vendor:coherence_cache_total_gets_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 1187 "format": "table", 1188 "instant": true, 1189 "intervalFactor": 1, 1190 "legendFormat": "", 1191 "refId": "B" 1192 }, 1193 { 1194 "expr": "sum(vendor:coherence_cache_total_puts_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 1195 "format": "table", 1196 "instant": true, 1197 "intervalFactor": 1, 1198 "refId": "C" 1199 }, 1200 { 1201 "expr": "sum(vendor:coherence_cache_hits_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 1202 "format": "table", 1203 "instant": true, 1204 "intervalFactor": 1, 1205 "legendFormat": "", 1206 "refId": "D" 1207 }, 1208 { 1209 "expr": "sum(vendor:coherence_cache_prunes_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 1210 "format": "table", 1211 "instant": true, 1212 "intervalFactor": 1, 1213 "legendFormat": "", 1214 "refId": "G" 1215 }, 1216 { 1217 "expr": "sum(vendor:coherence_cache_misses_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"back\"}) by (verrazzano_cluster, member)", 1218 "format": "table", 1219 "instant": true, 1220 "intervalFactor": 1, 1221 "legendFormat": "", 1222 "refId": "E" 1223 }, 1224 { 1225 "expr": "sum(vendor:coherence_storage_max_query_duration_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1226 "format": "table", 1227 "instant": true, 1228 "intervalFactor": 1, 1229 "legendFormat": "", 1230 "refId": "A" 1231 } 1232 ], 1233 "title": "Back Cache and Access Times for Cache $CacheName", 1234 "transform": "table", 1235 "type": "table" 1236 }, 1237 { 1238 "columns": [], 1239 "fontSize": "100%", 1240 "gridPos": { 1241 "h": 8, 1242 "w": 24, 1243 "x": 0, 1244 "y": 39 1245 }, 1246 "id": 33, 1247 "links": [], 1248 "pageSize": null, 1249 "scroll": true, 1250 "showHeader": true, 1251 "sort": { 1252 "col": 1, 1253 "desc": false 1254 }, 1255 "styles": [ 1256 { 1257 "alias": "Time", 1258 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1259 "pattern": "Time", 1260 "type": "hidden" 1261 }, 1262 { 1263 "alias": "Listener Registrations", 1264 "align": "auto", 1265 "colorMode": null, 1266 "colors": [ 1267 "rgba(245, 54, 54, 0.9)", 1268 "rgba(237, 129, 40, 0.89)", 1269 "rgba(50, 172, 45, 0.97)" 1270 ], 1271 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1272 "decimals": 0, 1273 "mappingType": 1, 1274 "pattern": "Value #A", 1275 "thresholds": [], 1276 "type": "number", 1277 "unit": "none" 1278 }, 1279 { 1280 "alias": "Member", 1281 "colorMode": null, 1282 "colors": [ 1283 "rgba(245, 54, 54, 0.9)", 1284 "rgba(237, 129, 40, 0.89)", 1285 "rgba(50, 172, 45, 0.97)" 1286 ], 1287 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1288 "decimals": 2, 1289 "link": true, 1290 "linkTooltip": "Drill down to member details for ${__cell}", 1291 "linkUrl": "/d/coh-member-details?var-ClusterName=$ClusterName&var-MemberName=${__cell}", 1292 "mappingType": 1, 1293 "pattern": "member", 1294 "thresholds": [], 1295 "type": "number", 1296 "unit": "short" 1297 }, 1298 { 1299 "alias": "Verrazzano Cluster", 1300 "align": "auto", 1301 "colorMode": null, 1302 "colors": [ 1303 "rgba(245, 54, 54, 0.9)", 1304 "rgba(237, 129, 40, 0.89)", 1305 "rgba(50, 172, 45, 0.97)" 1306 ], 1307 "decimals": 2, 1308 "pattern": "verrazzano_cluster", 1309 "thresholds": [], 1310 "type": "string", 1311 "unit": "short" 1312 }, 1313 { 1314 "alias": "Evictions", 1315 "colorMode": null, 1316 "colors": [ 1317 "rgba(245, 54, 54, 0.9)", 1318 "rgba(237, 129, 40, 0.89)", 1319 "rgba(50, 172, 45, 0.97)" 1320 ], 1321 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1322 "decimals": 16, 1323 "mappingType": 1, 1324 "pattern": "Value #B", 1325 "thresholds": [], 1326 "type": "number", 1327 "unit": "short" 1328 }, 1329 { 1330 "alias": "Non Optimized Queries", 1331 "colorMode": "value", 1332 "colors": [ 1333 "rgba(50, 172, 45, 0.97)", 1334 "rgba(237, 129, 40, 0.89)", 1335 "rgba(245, 54, 54, 0.9)" 1336 ], 1337 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1338 "decimals": 0, 1339 "mappingType": 1, 1340 "pattern": "Value #C", 1341 "thresholds": [ 1342 "1", 1343 "100" 1344 ], 1345 "type": "number", 1346 "unit": "short" 1347 }, 1348 { 1349 "alias": "Optimized Queries", 1350 "colorMode": null, 1351 "colors": [ 1352 "rgba(245, 54, 54, 0.9)", 1353 "rgba(237, 129, 40, 0.89)", 1354 "rgba(50, 172, 45, 0.97)" 1355 ], 1356 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1357 "decimals": 0, 1358 "mappingType": 1, 1359 "pattern": "Value #D", 1360 "thresholds": [], 1361 "type": "number", 1362 "unit": "none" 1363 }, 1364 { 1365 "alias": "Index Size", 1366 "colorMode": null, 1367 "colors": [ 1368 "rgba(245, 54, 54, 0.9)", 1369 "rgba(237, 129, 40, 0.89)", 1370 "rgba(50, 172, 45, 0.97)" 1371 ], 1372 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1373 "decimals": null, 1374 "mappingType": 1, 1375 "pattern": "Value #E", 1376 "thresholds": [], 1377 "type": "number", 1378 "unit": "decbytes" 1379 }, 1380 { 1381 "alias": "Non Optimzed Query Time", 1382 "colorMode": "value", 1383 "colors": [ 1384 "rgba(50, 172, 45, 0.97)", 1385 "rgba(237, 129, 40, 0.89)", 1386 "rgba(245, 54, 54, 0.9)" 1387 ], 1388 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1389 "decimals": 3, 1390 "mappingType": 1, 1391 "pattern": "Value #F", 1392 "thresholds": [ 1393 "1", 1394 "100" 1395 ], 1396 "type": "number", 1397 "unit": "ms" 1398 }, 1399 { 1400 "alias": "Max Query Duration", 1401 "colorMode": "value", 1402 "colors": [ 1403 "rgba(50, 172, 45, 0.97)", 1404 "rgba(237, 129, 40, 0.89)", 1405 "rgba(245, 54, 54, 0.9)" 1406 ], 1407 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1408 "decimals": 3, 1409 "mappingType": 1, 1410 "pattern": "Value #G", 1411 "thresholds": [ 1412 "1", 1413 "1000" 1414 ], 1415 "type": "number", 1416 "unit": "ms" 1417 }, 1418 { 1419 "alias": "", 1420 "colorMode": null, 1421 "colors": [ 1422 "rgba(245, 54, 54, 0.9)", 1423 "rgba(237, 129, 40, 0.89)", 1424 "rgba(50, 172, 45, 0.97)" 1425 ], 1426 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1427 "decimals": 2, 1428 "mappingType": 1, 1429 "pattern": "", 1430 "thresholds": [], 1431 "type": "number", 1432 "unit": "short" 1433 }, 1434 { 1435 "alias": "Eviction Count", 1436 "colorMode": null, 1437 "colors": [ 1438 "rgba(245, 54, 54, 0.9)", 1439 "rgba(237, 129, 40, 0.89)", 1440 "rgba(50, 172, 45, 0.97)" 1441 ], 1442 "decimals": 0, 1443 "pattern": "Value #H", 1444 "thresholds": [], 1445 "type": "number", 1446 "unit": "short" 1447 }, 1448 { 1449 "alias": "Locks Pending", 1450 "colorMode": null, 1451 "colors": [ 1452 "rgba(245, 54, 54, 0.9)", 1453 "rgba(237, 129, 40, 0.89)", 1454 "rgba(50, 172, 45, 0.97)" 1455 ], 1456 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1457 "decimals": 0, 1458 "mappingType": 1, 1459 "pattern": "Value #I", 1460 "thresholds": [], 1461 "type": "number", 1462 "unit": "short" 1463 }, 1464 { 1465 "alias": "Locks Granted", 1466 "colorMode": null, 1467 "colors": [ 1468 "rgba(245, 54, 54, 0.9)", 1469 "rgba(237, 129, 40, 0.89)", 1470 "rgba(50, 172, 45, 0.97)" 1471 ], 1472 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1473 "decimals": 0, 1474 "mappingType": 1, 1475 "pattern": "Value #J", 1476 "thresholds": [], 1477 "type": "number", 1478 "unit": "short" 1479 } 1480 ], 1481 "targets": [ 1482 { 1483 "expr": "sum(vendor:coherence_storage_listener_registrations{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1484 "format": "table", 1485 "instant": true, 1486 "intervalFactor": 1, 1487 "legendFormat": "", 1488 "refId": "A" 1489 }, 1490 { 1491 "expr": "sum(vendor:coherence_storage_eviction_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1492 "format": "table", 1493 "hide": false, 1494 "instant": true, 1495 "intervalFactor": 1, 1496 "legendFormat": "", 1497 "refId": "B" 1498 }, 1499 { 1500 "expr": "sum(vendor:coherence_storage_non_optimized_query_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1501 "format": "table", 1502 "instant": true, 1503 "intervalFactor": 1, 1504 "legendFormat": "", 1505 "refId": "C" 1506 }, 1507 { 1508 "expr": "sum(vendor:coherence_storage_optimized_query_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1509 "format": "table", 1510 "instant": true, 1511 "intervalFactor": 1, 1512 "legendFormat": "", 1513 "refId": "D" 1514 }, 1515 { 1516 "expr": "sum(vendor:coherence_storage_index_total_units{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1517 "format": "table", 1518 "instant": true, 1519 "interval": "", 1520 "intervalFactor": 1, 1521 "legendFormat": "", 1522 "refId": "E" 1523 }, 1524 { 1525 "expr": "sum(vendor:coherence_storage_manager_non_optimized_query_total_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1526 "format": "table", 1527 "instant": true, 1528 "intervalFactor": 1, 1529 "legendFormat": "", 1530 "refId": "F" 1531 }, 1532 { 1533 "expr": "sum(vendor:coherence_storage_manager_max_query_duration_millis{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1534 "format": "table", 1535 "instant": true, 1536 "intervalFactor": 1, 1537 "legendFormat": "", 1538 "refId": "G" 1539 }, 1540 { 1541 "expr": "sum(vendor:coherence_storage_manager_eviction_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1542 "format": "table", 1543 "instant": true, 1544 "intervalFactor": 1, 1545 "legendFormat": "", 1546 "refId": "H" 1547 }, 1548 { 1549 "expr": "sum(vendor:coherence_storage_manager_locks_pending{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1550 "format": "table", 1551 "instant": true, 1552 "intervalFactor": 1, 1553 "legendFormat": "", 1554 "refId": "I" 1555 }, 1556 { 1557 "expr": "sum(vendor:coherence_storage_manager_locks_granted{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', cache=~\"$CacheName\"}) by (verrazzano_cluster, member)", 1558 "format": "table", 1559 "instant": true, 1560 "intervalFactor": 1, 1561 "legendFormat": "", 1562 "refId": "J" 1563 } 1564 ], 1565 "title": "Cache Storage Details for Cache $CacheName", 1566 "transform": "table", 1567 "type": "table" 1568 }, 1569 { 1570 "columns": [], 1571 "fontSize": "100%", 1572 "gridPos": { 1573 "h": 7, 1574 "w": 24, 1575 "x": 0, 1576 "y": 47 1577 }, 1578 "id": 39, 1579 "links": [], 1580 "pageSize": null, 1581 "scroll": true, 1582 "showHeader": true, 1583 "sort": { 1584 "col": 1, 1585 "desc": false 1586 }, 1587 "styles": [ 1588 { 1589 "alias": "Time", 1590 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1591 "pattern": "Time", 1592 "type": "hidden" 1593 }, 1594 { 1595 "alias": "Size", 1596 "colorMode": null, 1597 "colors": [ 1598 "rgba(245, 54, 54, 0.9)", 1599 "rgba(237, 129, 40, 0.89)", 1600 "rgba(50, 172, 45, 0.97)" 1601 ], 1602 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1603 "decimals": 0, 1604 "mappingType": 1, 1605 "pattern": "Value #A", 1606 "thresholds": [], 1607 "type": "number", 1608 "unit": "none" 1609 }, 1610 { 1611 "alias": "Total Gets", 1612 "colorMode": null, 1613 "colors": [ 1614 "rgba(245, 54, 54, 0.9)", 1615 "rgba(237, 129, 40, 0.89)", 1616 "rgba(50, 172, 45, 0.97)" 1617 ], 1618 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1619 "decimals": null, 1620 "mappingType": 1, 1621 "pattern": "Value #B", 1622 "thresholds": [], 1623 "type": "number", 1624 "unit": "none" 1625 }, 1626 { 1627 "alias": "Total Puts", 1628 "colorMode": null, 1629 "colors": [ 1630 "rgba(245, 54, 54, 0.9)", 1631 "rgba(237, 129, 40, 0.89)", 1632 "rgba(50, 172, 45, 0.97)" 1633 ], 1634 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1635 "decimals": null, 1636 "mappingType": 1, 1637 "pattern": "Value #C", 1638 "thresholds": [], 1639 "type": "number", 1640 "unit": "none" 1641 }, 1642 { 1643 "alias": "Cache Hits", 1644 "colorMode": null, 1645 "colors": [ 1646 "rgba(245, 54, 54, 0.9)", 1647 "rgba(237, 129, 40, 0.89)", 1648 "rgba(50, 172, 45, 0.97)" 1649 ], 1650 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1651 "decimals": 0, 1652 "mappingType": 1, 1653 "pattern": "Value #D", 1654 "thresholds": [], 1655 "type": "number", 1656 "unit": "none" 1657 }, 1658 { 1659 "alias": "Cache Misses", 1660 "colorMode": null, 1661 "colors": [ 1662 "rgba(245, 54, 54, 0.9)", 1663 "rgba(237, 129, 40, 0.89)", 1664 "rgba(50, 172, 45, 0.97)" 1665 ], 1666 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1667 "decimals": null, 1668 "mappingType": 1, 1669 "pattern": "Value #E", 1670 "thresholds": [], 1671 "type": "number", 1672 "unit": "none" 1673 }, 1674 { 1675 "alias": "Hit Probability", 1676 "colorMode": "cell", 1677 "colors": [ 1678 "rgba(245, 54, 54, 0.9)", 1679 "rgba(237, 129, 40, 0.89)", 1680 "rgba(50, 172, 45, 0.97)" 1681 ], 1682 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1683 "decimals": 2, 1684 "mappingType": 1, 1685 "pattern": "Value #F", 1686 "thresholds": [ 1687 "0.75", 1688 "0.90" 1689 ], 1690 "type": "number", 1691 "unit": "percentunit" 1692 }, 1693 { 1694 "alias": "Member", 1695 "colorMode": null, 1696 "colors": [ 1697 "rgba(245, 54, 54, 0.9)", 1698 "rgba(237, 129, 40, 0.89)", 1699 "rgba(50, 172, 45, 0.97)" 1700 ], 1701 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1702 "decimals": 2, 1703 "link": true, 1704 "linkTooltip": "Drill down to member details for ${__cell}", 1705 "linkUrl": "/d/coh-member-details?var-ClusterName=$ClusterName&var-MemberName=${__cell}", 1706 "mappingType": 1, 1707 "pattern": "member", 1708 "thresholds": [], 1709 "type": "number", 1710 "unit": "short" 1711 }, 1712 { 1713 "alias": "Verrazzano Cluster", 1714 "align": "auto", 1715 "colorMode": null, 1716 "colors": [ 1717 "rgba(245, 54, 54, 0.9)", 1718 "rgba(237, 129, 40, 0.89)", 1719 "rgba(50, 172, 45, 0.97)" 1720 ], 1721 "decimals": 2, 1722 "pattern": "verrazzano_cluster", 1723 "thresholds": [], 1724 "type": "string", 1725 "unit": "short" 1726 }, 1727 { 1728 "alias": "Prunes", 1729 "colorMode": null, 1730 "colors": [ 1731 "rgba(245, 54, 54, 0.9)", 1732 "rgba(237, 129, 40, 0.89)", 1733 "rgba(50, 172, 45, 0.97)" 1734 ], 1735 "dateFormat": "YYYY-MM-DD HH:mm:ss", 1736 "decimals": 0, 1737 "mappingType": 1, 1738 "pattern": "Value #G", 1739 "thresholds": [], 1740 "type": "number", 1741 "unit": "none" 1742 }, 1743 { 1744 "alias": "", 1745 "colorMode": null, 1746 "colors": [ 1747 "rgba(245, 54, 54, 0.9)", 1748 "rgba(237, 129, 40, 0.89)", 1749 "rgba(50, 172, 45, 0.97)" 1750 ], 1751 "decimals": 2, 1752 "pattern": "/.*/", 1753 "thresholds": [], 1754 "type": "number", 1755 "unit": "short" 1756 } 1757 ], 1758 "targets": [ 1759 { 1760 "expr": "sum(vendor:coherence_cache_size{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member)", 1761 "format": "table", 1762 "instant": true, 1763 "intervalFactor": 1, 1764 "legendFormat": "", 1765 "refId": "A" 1766 }, 1767 { 1768 "expr": "sum(vendor:coherence_cache_total_gets{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member)", 1769 "format": "table", 1770 "instant": true, 1771 "intervalFactor": 1, 1772 "legendFormat": "", 1773 "refId": "B" 1774 }, 1775 { 1776 "expr": "sum(vendor:coherence_cache_total_puts{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member)", 1777 "format": "table", 1778 "instant": true, 1779 "intervalFactor": 1, 1780 "refId": "C" 1781 }, 1782 { 1783 "expr": "sum(vendor:coherence_cache_hits{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member)", 1784 "format": "table", 1785 "instant": true, 1786 "intervalFactor": 1, 1787 "legendFormat": "", 1788 "refId": "D" 1789 }, 1790 { 1791 "expr": "sum(vendor:coherence_cache_misses{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member)", 1792 "format": "table", 1793 "instant": true, 1794 "intervalFactor": 1, 1795 "legendFormat": "", 1796 "refId": "E" 1797 }, 1798 { 1799 "expr": "sum(vendor:coherence_cache_hits{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member) / (sum(vendor:coherence_cache_hits{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member) + sum(vendor:coherence_cache_misses{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName', name=~\"$CacheName\", tier=\"front\"}) by (verrazzano_cluster, member) ) ", 1800 "format": "table", 1801 "instant": true, 1802 "intervalFactor": 1, 1803 "legendFormat": "", 1804 "refId": "F" 1805 } 1806 ], 1807 "title": "Front Cache and Access Counts for Cache $CacheName", 1808 "transform": "table", 1809 "type": "table" 1810 } 1811 ], 1812 "refresh": "30s", 1813 "schemaVersion": 18, 1814 "style": "dark", 1815 "tags": [ 1816 "dashboard" 1817 ], 1818 "templating": { 1819 "list": [ 1820 { 1821 "allValue": null, 1822 "current": { 1823 "selected": false, 1824 "text": "None", 1825 "value": "" 1826 }, 1827 "datasource": "Prometheus", 1828 "definition": "label_values(verrazzano_cluster)", 1829 "hide": 0, 1830 "includeAll": true, 1831 "label": "Verrazzano Cluster", 1832 "multi": false, 1833 "name": "vzcluster", 1834 "options": [], 1835 "query": "label_values(verrazzano_cluster)", 1836 "refresh": 1, 1837 "regex": "", 1838 "skipUrlSync": false, 1839 "sort": 0, 1840 "tagValuesQuery": "", 1841 "tags": [], 1842 "tagsQuery": "", 1843 "type": "query", 1844 "useTags": false 1845 }, 1846 { 1847 "allValue": null, 1848 "current": { 1849 }, 1850 "datasource": "Prometheus", 1851 "definition": "label_values(vendor:coherence_cluster_size{verrazzano_cluster=~\"$vzcluster\"}, cluster)", 1852 "hide": 0, 1853 "includeAll": false, 1854 "label": "Coherence Cluster", 1855 "multi": false, 1856 "name": "ClusterName", 1857 "options": [], 1858 "query": "label_values(vendor:coherence_cluster_size{verrazzano_cluster=~\"$vzcluster\"}, cluster)", 1859 "refresh": 1, 1860 "regex": "", 1861 "skipUrlSync": false, 1862 "sort": 0, 1863 "tagValuesQuery": "", 1864 "tags": [], 1865 "tagsQuery": "", 1866 "type": "query", 1867 "useTags": false 1868 }, 1869 { 1870 "allValue": null, 1871 "current": { 1872 }, 1873 "datasource": "Prometheus", 1874 "definition": "label_values(vendor:coherence_service_member_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\"}, name)", 1875 "hide": 0, 1876 "includeAll": false, 1877 "label": "Service Name", 1878 "multi": false, 1879 "name": "ServiceName", 1880 "options": [], 1881 "query": "label_values(vendor:coherence_service_member_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\"}, name)", 1882 "refresh": 1, 1883 "regex": "", 1884 "skipUrlSync": false, 1885 "sort": 0, 1886 "tagValuesQuery": "", 1887 "tags": [], 1888 "tagsQuery": "", 1889 "type": "query", 1890 "useTags": false 1891 }, 1892 { 1893 "allValue": null, 1894 "current": { 1895 }, 1896 "datasource": "Prometheus", 1897 "definition": "label_values(vendor:coherence_cache_units_bytes{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName'}, name)", 1898 "hide": 0, 1899 "includeAll": false, 1900 "label": "Cache Name", 1901 "multi": false, 1902 "name": "CacheName", 1903 "options": [], 1904 "query": "label_values(vendor:coherence_cache_units_bytes{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",coherence_service=~'$ServiceName'}, name)", 1905 "refresh": 1, 1906 "regex": "", 1907 "skipUrlSync": false, 1908 "sort": 0, 1909 "tagValuesQuery": "", 1910 "tags": [], 1911 "tagsQuery": "", 1912 "type": "query", 1913 "useTags": false 1914 } 1915 ] 1916 }, 1917 "time": { 1918 "from": "now-30m", 1919 "to": "now" 1920 }, 1921 "timepicker": { 1922 "refresh_intervals": [ 1923 "5s", 1924 "10s", 1925 "30s", 1926 "1m", 1927 "5m", 1928 "15m", 1929 "30m", 1930 "1h", 1931 "2h", 1932 "1d" 1933 ], 1934 "time_options": [ 1935 "5m", 1936 "15m", 1937 "1h", 1938 "6h", 1939 "12h", 1940 "24h", 1941 "2d", 1942 "7d", 1943 "30d" 1944 ] 1945 }, 1946 "timezone": "", 1947 "title": "Coherence Cache Details Dashboard", 1948 "uid": "coh-cache-details", 1949 "version": 1 1950 }