github.com/verrazzano/verrazzano@v1.7.1/platform-operator/helm_config/charts/verrazzano-grafana-dashboards/dashboards/Coherence/proxy-servers-summary-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 "editable": true, 16 "gnetId": null, 17 "graphTooltip": 0, 18 "id": 40, 19 "iteration": 1592184421490, 20 "links": [ 21 { 22 "icon": "dashboard", 23 "includeVars": true, 24 "keepTime": true, 25 "tags": [], 26 "title": "Back to Main Dashboard", 27 "type": "link", 28 "url": "/d/coh-main/coherence-dashboard-main" 29 }, 30 { 31 "asDropdown": true, 32 "icon": "external link", 33 "includeVars": true, 34 "keepTime": true, 35 "tags": [ 36 "dashboard" 37 ], 38 "title": "Available Dashboards", 39 "type": "dashboards" 40 } 41 ], 42 "panels": [ 43 { 44 "content": "<center><h3>Proxy Servers Summary - $ClusterName</h3></center>", 45 "datasource": "Prometheus", 46 "gridPos": { 47 "h": 2, 48 "w": 24, 49 "x": 0, 50 "y": 0 51 }, 52 "id": 37, 53 "links": [], 54 "mode": "html", 55 "title": "", 56 "type": "text" 57 }, 58 { 59 "columns": [], 60 "datasource": "Prometheus", 61 "fontSize": "100%", 62 "gridPos": { 63 "h": 6, 64 "w": 24, 65 "x": 0, 66 "y": 2 67 }, 68 "id": 33, 69 "links": [], 70 "pageSize": null, 71 "scroll": true, 72 "showHeader": true, 73 "sort": { 74 "col": 1, 75 "desc": true 76 }, 77 "styles": [ 78 { 79 "alias": "Time", 80 "align": "auto", 81 "dateFormat": "YYYY-MM-DD HH:mm:ss", 82 "pattern": "Time", 83 "type": "hidden" 84 }, 85 { 86 "alias": "Member Count", 87 "align": "auto", 88 "colorMode": null, 89 "colors": [ 90 "rgba(245, 54, 54, 0.9)", 91 "rgba(237, 129, 40, 0.89)", 92 "rgba(50, 172, 45, 0.97)" 93 ], 94 "dateFormat": "YYYY-MM-DD HH:mm:ss", 95 "decimals": 0, 96 "mappingType": 1, 97 "pattern": "Value #A", 98 "thresholds": [], 99 "type": "number", 100 "unit": "none" 101 }, 102 { 103 "alias": "Service", 104 "align": "auto", 105 "colorMode": null, 106 "colors": [ 107 "rgba(245, 54, 54, 0.9)", 108 "rgba(237, 129, 40, 0.89)", 109 "rgba(50, 172, 45, 0.97)" 110 ], 111 "dateFormat": "YYYY-MM-DD HH:mm:ss", 112 "decimals": 2, 113 "link": true, 114 "linkTooltip": "Drill down to service details for ${__cell}", 115 "linkUrl": "/d/coh-service-details?var-ServiceName=${__cell}&var-ClusterName=$ClusterName", 116 "mappingType": 1, 117 "pattern": "name", 118 "thresholds": [], 119 "type": "string", 120 "unit": "short" 121 }, 122 { 123 "alias": "Total Current Connections", 124 "align": "auto", 125 "colorMode": null, 126 "colors": [ 127 "rgba(245, 54, 54, 0.9)", 128 "rgba(237, 129, 40, 0.89)", 129 "rgba(50, 172, 45, 0.97)" 130 ], 131 "dateFormat": "YYYY-MM-DD HH:mm:ss", 132 "decimals": 0, 133 "link": true, 134 "linkTooltip": "Drill down to Proxy Server Details for ${__cell_1}", 135 "linkUrl": "/d/coh-proxy-server-detail?var-ServiceName=${__cell_1}&var-ClusterName=$ClusterName", 136 "mappingType": 1, 137 "pattern": "Value #B", 138 "thresholds": [], 139 "type": "number", 140 "unit": "short" 141 }, 142 { 143 "alias": "Total Bytes Received", 144 "align": "auto", 145 "colorMode": null, 146 "colors": [ 147 "rgba(245, 54, 54, 0.9)", 148 "rgba(237, 129, 40, 0.89)", 149 "rgba(50, 172, 45, 0.97)" 150 ], 151 "dateFormat": "YYYY-MM-DD HH:mm:ss", 152 "decimals": 0, 153 "mappingType": 1, 154 "pattern": "Value #C", 155 "thresholds": [], 156 "type": "number", 157 "unit": "decbytes" 158 }, 159 { 160 "alias": "Total Bytes Sent", 161 "align": "auto", 162 "colorMode": null, 163 "colors": [ 164 "rgba(245, 54, 54, 0.9)", 165 "rgba(237, 129, 40, 0.89)", 166 "rgba(50, 172, 45, 0.97)" 167 ], 168 "dateFormat": "YYYY-MM-DD HH:mm:ss", 169 "decimals": 0, 170 "mappingType": 1, 171 "pattern": "Value #D", 172 "thresholds": [], 173 "type": "number", 174 "unit": "decbytes" 175 }, 176 { 177 "alias": "Total Outgoing Backlog", 178 "align": "auto", 179 "colorMode": "value", 180 "colors": [ 181 "rgba(50, 172, 45, 0.97)", 182 "rgba(237, 129, 40, 0.89)", 183 "rgba(245, 54, 54, 0.9)" 184 ], 185 "dateFormat": "YYYY-MM-DD HH:mm:ss", 186 "decimals": 0, 187 "mappingType": 1, 188 "pattern": "Value #E", 189 "thresholds": [ 190 "1", 191 "100" 192 ], 193 "type": "number", 194 "unit": "decbytes" 195 }, 196 { 197 "alias": "Total Messages Received", 198 "align": "auto", 199 "colorMode": null, 200 "colors": [ 201 "rgba(245, 54, 54, 0.9)", 202 "rgba(237, 129, 40, 0.89)", 203 "rgba(50, 172, 45, 0.97)" 204 ], 205 "dateFormat": "YYYY-MM-DD HH:mm:ss", 206 "decimals": 0, 207 "mappingType": 1, 208 "pattern": "Value #F", 209 "thresholds": [], 210 "type": "number", 211 "unit": "none" 212 }, 213 { 214 "alias": "Total Messages Sent", 215 "align": "auto", 216 "colorMode": null, 217 "colors": [ 218 "rgba(245, 54, 54, 0.9)", 219 "rgba(237, 129, 40, 0.89)", 220 "rgba(50, 172, 45, 0.97)" 221 ], 222 "dateFormat": "YYYY-MM-DD HH:mm:ss", 223 "decimals": 0, 224 "mappingType": 1, 225 "pattern": "Value #G", 226 "thresholds": [], 227 "type": "number", 228 "unit": "none" 229 }, 230 { 231 "alias": "Unauthorized Connection Attempts", 232 "align": "auto", 233 "colorMode": "value", 234 "colors": [ 235 "rgba(50, 172, 45, 0.97)", 236 "rgba(237, 129, 40, 0.89)", 237 "rgba(245, 54, 54, 0.9)" 238 ], 239 "dateFormat": "YYYY-MM-DD HH:mm:ss", 240 "decimals": 2, 241 "mappingType": 1, 242 "pattern": "Value #H", 243 "thresholds": [ 244 "1", 245 "2" 246 ], 247 "type": "number", 248 "unit": "none" 249 }, 250 { 251 "alias": "Verrazzano Cluster", 252 "align": "auto", 253 "colorMode": null, 254 "colors": [ 255 "rgba(245, 54, 54, 0.9)", 256 "rgba(237, 129, 40, 0.89)", 257 "rgba(50, 172, 45, 0.97)" 258 ], 259 "decimals": 2, 260 "pattern": "verrazzano_cluster", 261 "thresholds": [], 262 "type": "string", 263 "unit": "short" 264 }, 265 { 266 "alias": "", 267 "align": "auto", 268 "colorMode": null, 269 "colors": [ 270 "rgba(245, 54, 54, 0.9)", 271 "rgba(237, 129, 40, 0.89)", 272 "rgba(50, 172, 45, 0.97)" 273 ], 274 "decimals": 2, 275 "pattern": "/.*/", 276 "thresholds": [], 277 "type": "number", 278 "unit": "short" 279 } 280 ], 281 "targets": [ 282 { 283 "expr": "count(vendor:coherence_connection_manager_connection_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 284 "format": "table", 285 "instant": true, 286 "intervalFactor": 1, 287 "legendFormat": "", 288 "refId": "A" 289 }, 290 { 291 "expr": "sum(vendor:coherence_connection_manager_connection_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 292 "format": "table", 293 "instant": true, 294 "intervalFactor": 1, 295 "legendFormat": "", 296 "refId": "B" 297 }, 298 { 299 "expr": "sum(vendor:coherence_connection_manager_total_messages_received{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 300 "format": "table", 301 "instant": true, 302 "intervalFactor": 1, 303 "legendFormat": "", 304 "refId": "F" 305 }, 306 { 307 "expr": "sum(vendor:coherence_connection_manager_total_messages_sent{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 308 "format": "table", 309 "instant": true, 310 "intervalFactor": 1, 311 "legendFormat": "", 312 "refId": "G" 313 }, 314 { 315 "expr": "sum(vendor:coherence_connection_manager_total_bytes_received{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 316 "format": "table", 317 "instant": true, 318 "intervalFactor": 1, 319 "legendFormat": "", 320 "refId": "C" 321 }, 322 { 323 "expr": "sum(vendor:coherence_connection_manager_total_bytes_sent{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 324 "format": "table", 325 "instant": true, 326 "intervalFactor": 1, 327 "legendFormat": "", 328 "refId": "D" 329 }, 330 { 331 "expr": "sum(vendor:coherence_connection_manager_outgoing_byte_backlog{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 332 "format": "table", 333 "instant": true, 334 "intervalFactor": 1, 335 "legendFormat": "", 336 "refId": "E" 337 }, 338 { 339 "expr": "sum(vendor:coherence_connection_manager_unauthorized_connection_attempts{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\"}) by (verrazzano_cluster, name) ", 340 "format": "table", 341 "instant": true, 342 "intervalFactor": 1, 343 "legendFormat": "", 344 "refId": "H" 345 } 346 ], 347 "title": "Proxy Service List - Coherence*Extend", 348 "transform": "table", 349 "type": "table" 350 }, 351 { 352 "aliasColors": {}, 353 "bars": true, 354 "dashLength": 10, 355 "dashes": false, 356 "datasource": "Prometheus", 357 "decimals": 0, 358 "description": "Total bytes sent (bytes/sec) of all Proxy Server members.", 359 "fill": 1, 360 "fillGradient": 0, 361 "gridPos": { 362 "h": 9, 363 "w": 12, 364 "x": 0, 365 "y": 8 366 }, 367 "hiddenSeries": false, 368 "id": 40, 369 "legend": { 370 "alignAsTable": false, 371 "avg": false, 372 "current": true, 373 "hideZero": true, 374 "max": true, 375 "min": false, 376 "rightSide": false, 377 "show": true, 378 "total": false, 379 "values": true 380 }, 381 "lines": false, 382 "linewidth": 1, 383 "links": [], 384 "nullPointMode": "null as zero", 385 "options": { 386 "dataLinks": [] 387 }, 388 "percentage": false, 389 "pointradius": 5, 390 "points": false, 391 "renderer": "flot", 392 "seriesOverrides": [], 393 "spaceLength": 10, 394 "stack": false, 395 "steppedLine": false, 396 "targets": [ 397 { 398 "expr": "vendor:coherence_connection_manager_total_bytes_sent{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_sent{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"} offset $__interval ", 399 "format": "time_series", 400 "instant": false, 401 "interval": "", 402 "intervalFactor": 1, 403 "legendFormat": "{{name}} Sent", 404 "refId": "A" 405 } 406 ], 407 "thresholds": [], 408 "timeFrom": null, 409 "timeRegions": [], 410 "timeShift": null, 411 "title": "Total Bytes Sent/ sec per Service", 412 "tooltip": { 413 "shared": true, 414 "sort": 0, 415 "value_type": "individual" 416 }, 417 "type": "graph", 418 "xaxis": { 419 "buckets": null, 420 "mode": "time", 421 "name": null, 422 "show": true, 423 "values": [] 424 }, 425 "yaxes": [ 426 { 427 "decimals": 0, 428 "format": "Bps", 429 "label": "", 430 "logBase": 1, 431 "max": null, 432 "min": "0", 433 "show": true 434 }, 435 { 436 "format": "short", 437 "label": null, 438 "logBase": 1, 439 "max": null, 440 "min": null, 441 "show": false 442 } 443 ], 444 "yaxis": { 445 "align": false, 446 "alignLevel": null 447 } 448 }, 449 { 450 "aliasColors": {}, 451 "bars": true, 452 "dashLength": 10, 453 "dashes": false, 454 "datasource": "Prometheus", 455 "decimals": 0, 456 "description": "Total bytes received (bytes/sec) of all Proxy Server members.", 457 "fill": 1, 458 "fillGradient": 0, 459 "gridPos": { 460 "h": 9, 461 "w": 12, 462 "x": 12, 463 "y": 8 464 }, 465 "hiddenSeries": false, 466 "id": 41, 467 "legend": { 468 "alignAsTable": false, 469 "avg": false, 470 "current": true, 471 "hideZero": true, 472 "max": false, 473 "min": false, 474 "rightSide": false, 475 "show": true, 476 "total": false, 477 "values": true 478 }, 479 "lines": false, 480 "linewidth": 1, 481 "links": [], 482 "nullPointMode": "null as zero", 483 "options": { 484 "dataLinks": [] 485 }, 486 "percentage": false, 487 "pointradius": 5, 488 "points": false, 489 "renderer": "flot", 490 "seriesOverrides": [], 491 "spaceLength": 10, 492 "stack": false, 493 "steppedLine": false, 494 "targets": [ 495 { 496 "expr": "vendor:coherence_connection_manager_total_bytes_received{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"} - vendor:coherence_connection_manager_total_bytes_received{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"} offset $__interval ", 497 "format": "time_series", 498 "instant": false, 499 "interval": "", 500 "intervalFactor": 1, 501 "legendFormat": "{{name}} Received", 502 "refId": "B" 503 } 504 ], 505 "thresholds": [], 506 "timeFrom": null, 507 "timeRegions": [], 508 "timeShift": null, 509 "title": "Total Bytes Received/ sec per Service", 510 "tooltip": { 511 "shared": true, 512 "sort": 0, 513 "value_type": "individual" 514 }, 515 "type": "graph", 516 "xaxis": { 517 "buckets": null, 518 "mode": "time", 519 "name": null, 520 "show": true, 521 "values": [] 522 }, 523 "yaxes": [ 524 { 525 "decimals": 0, 526 "format": "Bps", 527 "label": "", 528 "logBase": 1, 529 "max": null, 530 "min": "0", 531 "show": true 532 }, 533 { 534 "format": "short", 535 "label": null, 536 "logBase": 1, 537 "max": null, 538 "min": null, 539 "show": false 540 } 541 ], 542 "yaxis": { 543 "align": false, 544 "alignLevel": null 545 } 546 }, 547 { 548 "aliasColors": {}, 549 "bars": false, 550 "dashLength": 10, 551 "dashes": false, 552 "datasource": "Prometheus", 553 "decimals": 0, 554 "description": "Total Proxy Connections Across All Services", 555 "fill": 1, 556 "fillGradient": 0, 557 "gridPos": { 558 "h": 9, 559 "w": 12, 560 "x": 0, 561 "y": 17 562 }, 563 "hiddenSeries": false, 564 "id": 39, 565 "legend": { 566 "avg": false, 567 "current": true, 568 "hideZero": true, 569 "max": false, 570 "min": false, 571 "show": true, 572 "total": false, 573 "values": true 574 }, 575 "lines": true, 576 "linewidth": 1, 577 "links": [], 578 "nullPointMode": "null as zero", 579 "options": { 580 "dataLinks": [] 581 }, 582 "percentage": false, 583 "pointradius": 5, 584 "points": false, 585 "renderer": "flot", 586 "seriesOverrides": [], 587 "spaceLength": 10, 588 "stack": false, 589 "steppedLine": false, 590 "targets": [ 591 { 592 "expr": "sum(vendor:coherence_connection_manager_connection_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) ", 593 "format": "time_series", 594 "instant": false, 595 "interval": "", 596 "intervalFactor": 1, 597 "legendFormat": "Total Connections", 598 "refId": "A" 599 } 600 ], 601 "thresholds": [], 602 "timeFrom": null, 603 "timeRegions": [], 604 "timeShift": null, 605 "title": "Total Proxy Connections", 606 "tooltip": { 607 "shared": true, 608 "sort": 0, 609 "value_type": "individual" 610 }, 611 "type": "graph", 612 "xaxis": { 613 "buckets": null, 614 "mode": "time", 615 "name": null, 616 "show": true, 617 "values": [] 618 }, 619 "yaxes": [ 620 { 621 "decimals": 0, 622 "format": "short", 623 "label": "", 624 "logBase": 1, 625 "max": null, 626 "min": "0", 627 "show": true 628 }, 629 { 630 "format": "short", 631 "label": null, 632 "logBase": 1, 633 "max": null, 634 "min": null, 635 "show": false 636 } 637 ], 638 "yaxis": { 639 "align": false, 640 "alignLevel": null 641 } 642 }, 643 { 644 "aliasColors": {}, 645 "bars": false, 646 "dashLength": 10, 647 "dashes": false, 648 "datasource": "Prometheus", 649 "decimals": 0, 650 "description": "Total Proxy connections per service", 651 "fill": 1, 652 "fillGradient": 0, 653 "gridPos": { 654 "h": 9, 655 "w": 12, 656 "x": 12, 657 "y": 17 658 }, 659 "hiddenSeries": false, 660 "id": 42, 661 "interval": "", 662 "legend": { 663 "avg": false, 664 "current": true, 665 "hideZero": true, 666 "max": false, 667 "min": false, 668 "show": true, 669 "total": false, 670 "values": true 671 }, 672 "lines": true, 673 "linewidth": 1, 674 "links": [], 675 "nullPointMode": "null as zero", 676 "options": { 677 "dataLinks": [] 678 }, 679 "percentage": false, 680 "pointradius": 5, 681 "points": false, 682 "renderer": "flot", 683 "seriesOverrides": [], 684 "spaceLength": 10, 685 "stack": false, 686 "steppedLine": false, 687 "targets": [ 688 { 689 "expr": "sum(vendor:coherence_connection_manager_connection_count{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}) by (verrazzano_cluster, name)", 690 "format": "time_series", 691 "instant": false, 692 "intervalFactor": 1, 693 "legendFormat": "{{name}}", 694 "refId": "A" 695 } 696 ], 697 "thresholds": [], 698 "timeFrom": null, 699 "timeRegions": [], 700 "timeShift": null, 701 "title": "Total Proxy Connections Per Service", 702 "tooltip": { 703 "shared": true, 704 "sort": 0, 705 "value_type": "individual" 706 }, 707 "type": "graph", 708 "xaxis": { 709 "buckets": null, 710 "mode": "time", 711 "name": null, 712 "show": true, 713 "values": [] 714 }, 715 "yaxes": [ 716 { 717 "decimals": 0, 718 "format": "short", 719 "label": "", 720 "logBase": 1, 721 "max": null, 722 "min": "0", 723 "show": true 724 }, 725 { 726 "format": "short", 727 "label": null, 728 "logBase": 1, 729 "max": null, 730 "min": null, 731 "show": false 732 } 733 ], 734 "yaxis": { 735 "align": false, 736 "alignLevel": null 737 } 738 }, 739 { 740 "aliasColors": {}, 741 "bars": false, 742 "dashLength": 10, 743 "dashes": false, 744 "datasource": "Prometheus", 745 "decimals": 0, 746 "description": "Total Outgoing Byte Backlog per Service", 747 "fill": 1, 748 "fillGradient": 0, 749 "gridPos": { 750 "h": 9, 751 "w": 12, 752 "x": 0, 753 "y": 26 754 }, 755 "hiddenSeries": false, 756 "id": 43, 757 "legend": { 758 "avg": false, 759 "current": true, 760 "hideZero": true, 761 "max": true, 762 "min": false, 763 "show": true, 764 "total": false, 765 "values": true 766 }, 767 "lines": true, 768 "linewidth": 1, 769 "links": [], 770 "nullPointMode": "null as zero", 771 "options": { 772 "dataLinks": [] 773 }, 774 "percentage": false, 775 "pointradius": 5, 776 "points": false, 777 "renderer": "flot", 778 "seriesOverrides": [], 779 "spaceLength": 10, 780 "stack": false, 781 "steppedLine": false, 782 "targets": [ 783 { 784 "expr": "vendor:coherence_connection_manager_outgoing_byte_backlog{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}", 785 "format": "time_series", 786 "instant": false, 787 "interval": "", 788 "intervalFactor": 1, 789 "legendFormat": "{{name}}", 790 "refId": "A" 791 } 792 ], 793 "thresholds": [], 794 "timeFrom": null, 795 "timeRegions": [], 796 "timeShift": null, 797 "title": "Total Outgoing Byte Backlog", 798 "tooltip": { 799 "shared": true, 800 "sort": 0, 801 "value_type": "individual" 802 }, 803 "type": "graph", 804 "xaxis": { 805 "buckets": null, 806 "mode": "time", 807 "name": null, 808 "show": true, 809 "values": [] 810 }, 811 "yaxes": [ 812 { 813 "decimals": 0, 814 "format": "short", 815 "label": "", 816 "logBase": 1, 817 "max": null, 818 "min": "0", 819 "show": true 820 }, 821 { 822 "format": "short", 823 "label": null, 824 "logBase": 1, 825 "max": null, 826 "min": null, 827 "show": false 828 } 829 ], 830 "yaxis": { 831 "align": false, 832 "alignLevel": null 833 } 834 }, 835 { 836 "aliasColors": {}, 837 "bars": false, 838 "dashLength": 10, 839 "dashes": false, 840 "datasource": "Prometheus", 841 "decimals": 0, 842 "description": "Total Outgoing Message Backlog per Service", 843 "fill": 1, 844 "fillGradient": 0, 845 "gridPos": { 846 "h": 9, 847 "w": 12, 848 "x": 12, 849 "y": 26 850 }, 851 "hiddenSeries": false, 852 "id": 44, 853 "interval": "", 854 "legend": { 855 "avg": false, 856 "current": true, 857 "hideZero": true, 858 "max": false, 859 "min": false, 860 "show": true, 861 "total": false, 862 "values": true 863 }, 864 "lines": true, 865 "linewidth": 1, 866 "links": [], 867 "nullPointMode": "null as zero", 868 "options": { 869 "dataLinks": [] 870 }, 871 "percentage": false, 872 "pointradius": 5, 873 "points": false, 874 "renderer": "flot", 875 "seriesOverrides": [], 876 "spaceLength": 10, 877 "stack": false, 878 "steppedLine": false, 879 "targets": [ 880 { 881 "expr": "vendor:coherence_connection_manager_outgoing_message_backlog{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\",protocol=~\"tcp\"}", 882 "format": "time_series", 883 "instant": false, 884 "interval": "", 885 "intervalFactor": 1, 886 "legendFormat": "{{name}} ", 887 "refId": "A" 888 } 889 ], 890 "thresholds": [], 891 "timeFrom": null, 892 "timeRegions": [], 893 "timeShift": null, 894 "title": "Total Outgoing Message Backlog", 895 "tooltip": { 896 "shared": true, 897 "sort": 0, 898 "value_type": "individual" 899 }, 900 "type": "graph", 901 "xaxis": { 902 "buckets": null, 903 "mode": "time", 904 "name": null, 905 "show": true, 906 "values": [] 907 }, 908 "yaxes": [ 909 { 910 "decimals": 0, 911 "format": "short", 912 "label": "", 913 "logBase": 1, 914 "max": null, 915 "min": "0", 916 "show": true 917 }, 918 { 919 "format": "short", 920 "label": null, 921 "logBase": 1, 922 "max": null, 923 "min": null, 924 "show": false 925 } 926 ], 927 "yaxis": { 928 "align": false, 929 "alignLevel": null 930 } 931 } 932 ], 933 "refresh": "30s", 934 "schemaVersion": 22, 935 "style": "dark", 936 "tags": [ 937 "dashboard" 938 ], 939 "templating": { 940 "list": [ 941 { 942 "allValue": null, 943 "current": { 944 "selected": false, 945 "text": "None", 946 "value": "" 947 }, 948 "datasource": "Prometheus", 949 "definition": "label_values(verrazzano_cluster)", 950 "hide": 0, 951 "includeAll": true, 952 "label": "Verrazzano Cluster", 953 "multi": false, 954 "name": "vzcluster", 955 "options": [], 956 "query": "label_values(verrazzano_cluster)", 957 "refresh": 1, 958 "regex": "", 959 "skipUrlSync": false, 960 "sort": 0, 961 "tagValuesQuery": "", 962 "tags": [], 963 "tagsQuery": "", 964 "type": "query", 965 "useTags": false 966 }, 967 { 968 "allValue": null, 969 "current": { 970 }, 971 "datasource": "Prometheus", 972 "definition": "label_values(vendor:coherence_cluster_size{verrazzano_cluster=~\"$vzcluster\"}, cluster)", 973 "hide": 0, 974 "includeAll": false, 975 "index": -1, 976 "label": "Coherence Cluster", 977 "multi": false, 978 "name": "ClusterName", 979 "options": [], 980 "query": "label_values(vendor:coherence_cluster_size{verrazzano_cluster=~\"$vzcluster\"}, cluster)", 981 "refresh": 1, 982 "regex": "", 983 "skipUrlSync": false, 984 "sort": 1, 985 "tagValuesQuery": "", 986 "tags": [], 987 "tagsQuery": "", 988 "type": "query", 989 "useTags": false 990 }, 991 { 992 "allValue": null, 993 "current": { 994 }, 995 "datasource": "Prometheus", 996 "definition": "label_values(vendor:coherence_cluster_size{verrazzano_cluster=~\"$vzcluster\"}, cluster)", 997 "hide": 2, 998 "includeAll": false, 999 "index": -1, 1000 "label": "Coherence Version", 1001 "multi": false, 1002 "name": "CoherenceVersion", 1003 "options": [], 1004 "query": "label_values(vendor:coherence_cluster_size{verrazzano_cluster=~\"$vzcluster\", cluster=~\"$ClusterName\"}, version)", 1005 "refresh": 1, 1006 "regex": "", 1007 "skipUrlSync": false, 1008 "sort": 0, 1009 "tagValuesQuery": "", 1010 "tags": [], 1011 "tagsQuery": "", 1012 "type": "query", 1013 "useTags": false 1014 } 1015 ] 1016 }, 1017 "time": { 1018 "from": "now-30m", 1019 "to": "now" 1020 }, 1021 "timepicker": { 1022 "refresh_intervals": [ 1023 "5s", 1024 "10s", 1025 "30s", 1026 "1m", 1027 "5m", 1028 "15m", 1029 "30m", 1030 "1h", 1031 "2h", 1032 "1d" 1033 ], 1034 "time_options": [ 1035 "5m", 1036 "15m", 1037 "1h", 1038 "6h", 1039 "12h", 1040 "24h", 1041 "2d", 1042 "7d", 1043 "30d" 1044 ] 1045 }, 1046 "timezone": "", 1047 "title": "Coherence Proxy Servers Summary Dashboard", 1048 "uid": "coh-proxy-services-summary", 1049 "variables": { 1050 "list": [] 1051 }, 1052 "version": 1 1053 }