/ dashboards / operate-first / telegraf-internal.json
telegraf-internal.json
   1  {
   2    "annotations": {
   3      "list": [
   4        {
   5          "builtIn": 1,
   6          "datasource": "-- Grafana --",
   7          "enable": true,
   8          "hide": true,
   9          "iconColor": "rgba(0, 211, 255, 1)",
  10          "name": "Annotations & Alerts",
  11          "target": {
  12            "limit": 100,
  13            "matchAny": false,
  14            "tags": [],
  15            "type": "dashboard"
  16          },
  17          "type": "dashboard"
  18        }
  19      ]
  20    },
  21    "editable": true,
  22    "fiscalYearStartMonth": 0,
  23    "graphTooltip": 1,
  24    "id": 51,
  25    "iteration": 1664545901897,
  26    "links": [],
  27    "liveNow": false,
  28    "panels": [
  29      {
  30        "datasource": {
  31          "type": "prometheus",
  32          "uid": "PDD709D2516BFAE8A"
  33        },
  34        "fieldConfig": {
  35          "defaults": {
  36            "color": {
  37              "mode": "thresholds"
  38            },
  39            "mappings": [
  40              {
  41                "options": {
  42                  "match": "null",
  43                  "result": {
  44                    "text": "N/A"
  45                  }
  46                },
  47                "type": "special"
  48              }
  49            ],
  50            "max": 100,
  51            "min": 0,
  52            "thresholds": {
  53              "mode": "absolute",
  54              "steps": [
  55                {
  56                  "color": "#299c46",
  57                  "value": null
  58                },
  59                {
  60                  "color": "rgba(237, 129, 40, 0.89)",
  61                  "value": 50
  62                },
  63                {
  64                  "color": "#d44a3a",
  65                  "value": 80
  66                }
  67              ]
  68            },
  69            "unit": "percent"
  70          },
  71          "overrides": []
  72        },
  73        "gridPos": {
  74          "h": 6,
  75          "w": 8,
  76          "x": 0,
  77          "y": 0
  78        },
  79        "id": 2,
  80        "links": [],
  81        "maxDataPoints": 100,
  82        "options": {
  83          "orientation": "horizontal",
  84          "reduceOptions": {
  85            "calcs": [
  86              "lastNotNull"
  87            ],
  88            "fields": "",
  89            "values": false
  90          },
  91          "showThresholdLabels": false,
  92          "showThresholdMarkers": true
  93        },
  94        "pluginVersion": "8.4.3",
  95        "targets": [
  96          {
  97            "expr": "irate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$interval]) * 100",
  98            "format": "time_series",
  99            "intervalFactor": 1,
 100            "legendFormat": "CPU Usage",
 101            "refId": "A"
 102          }
 103        ],
 104        "title": "CPU Usage",
 105        "type": "gauge"
 106      },
 107      {
 108        "datasource": {
 109          "type": "prometheus",
 110          "uid": "PDD709D2516BFAE8A"
 111        },
 112        "description": "Telegraf Memory Usage in relation to total memory available",
 113        "fieldConfig": {
 114          "defaults": {
 115            "color": {
 116              "mode": "thresholds"
 117            },
 118            "mappings": [
 119              {
 120                "options": {
 121                  "match": "null",
 122                  "result": {
 123                    "text": "N/A"
 124                  }
 125                },
 126                "type": "special"
 127              }
 128            ],
 129            "max": 100,
 130            "min": 0,
 131            "thresholds": {
 132              "mode": "absolute",
 133              "steps": [
 134                {
 135                  "color": "#299c46",
 136                  "value": null
 137                },
 138                {
 139                  "color": "rgba(237, 129, 40, 0.89)",
 140                  "value": 30
 141                },
 142                {
 143                  "color": "#d44a3a",
 144                  "value": 70
 145                }
 146              ]
 147            },
 148            "unit": "percent"
 149          },
 150          "overrides": []
 151        },
 152        "gridPos": {
 153          "h": 6,
 154          "w": 8,
 155          "x": 8,
 156          "y": 0
 157        },
 158        "id": 4,
 159        "links": [],
 160        "maxDataPoints": 100,
 161        "options": {
 162          "orientation": "horizontal",
 163          "reduceOptions": {
 164            "calcs": [
 165              "mean"
 166            ],
 167            "fields": "",
 168            "values": false
 169          },
 170          "showThresholdLabels": false,
 171          "showThresholdMarkers": true
 172        },
 173        "pluginVersion": "8.4.3",
 174        "targets": [
 175          {
 176            "expr": "(process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\"} * 100) / scalar(node_memory_MemTotal_bytes)",
 177            "format": "time_series",
 178            "intervalFactor": 1,
 179            "refId": "A"
 180          }
 181        ],
 182        "title": "Memory Usage",
 183        "type": "gauge"
 184      },
 185      {
 186        "datasource": {
 187          "type": "prometheus",
 188          "uid": "PDD709D2516BFAE8A"
 189        },
 190        "description": "Resident set memory size is number of memory pages the process has in real memory, with pagesize. This results in the amount of memory that belongs specifically to that process in bytes. This excludes swapped out memory pages.",
 191        "fieldConfig": {
 192          "defaults": {
 193            "color": {
 194              "fixedColor": "rgb(31, 120, 193)",
 195              "mode": "fixed"
 196            },
 197            "mappings": [
 198              {
 199                "options": {
 200                  "match": "null",
 201                  "result": {
 202                    "text": "N/A"
 203                  }
 204                },
 205                "type": "special"
 206              }
 207            ],
 208            "thresholds": {
 209              "mode": "absolute",
 210              "steps": [
 211                {
 212                  "color": "green",
 213                  "value": null
 214                },
 215                {
 216                  "color": "red",
 217                  "value": 80
 218                }
 219              ]
 220            },
 221            "unit": "bytes"
 222          },
 223          "overrides": []
 224        },
 225        "gridPos": {
 226          "h": 6,
 227          "w": 8,
 228          "x": 16,
 229          "y": 0
 230        },
 231        "id": 6,
 232        "links": [],
 233        "maxDataPoints": 100,
 234        "options": {
 235          "colorMode": "none",
 236          "graphMode": "area",
 237          "justifyMode": "auto",
 238          "orientation": "horizontal",
 239          "reduceOptions": {
 240            "calcs": [
 241              "lastNotNull"
 242            ],
 243            "fields": "",
 244            "values": false
 245          },
 246          "textMode": "auto"
 247        },
 248        "pluginVersion": "8.4.3",
 249        "targets": [
 250          {
 251            "expr": "process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\"}",
 252            "format": "time_series",
 253            "intervalFactor": 1,
 254            "refId": "A"
 255          }
 256        ],
 257        "title": "Resident Memory",
 258        "type": "stat"
 259      },
 260      {
 261        "datasource": {
 262          "type": "prometheus",
 263          "uid": "PDD709D2516BFAE8A"
 264        },
 265        "description": "Current",
 266        "fieldConfig": {
 267          "defaults": {
 268            "color": {
 269              "mode": "thresholds"
 270            },
 271            "mappings": [
 272              {
 273                "options": {
 274                  "match": "null",
 275                  "result": {
 276                    "text": "N/A"
 277                  }
 278                },
 279                "type": "special"
 280              }
 281            ],
 282            "thresholds": {
 283              "mode": "absolute",
 284              "steps": [
 285                {
 286                  "color": "green",
 287                  "value": null
 288                },
 289                {
 290                  "color": "red",
 291                  "value": 80
 292                }
 293              ]
 294            },
 295            "unit": "short"
 296          },
 297          "overrides": []
 298        },
 299        "gridPos": {
 300          "h": 4,
 301          "w": 6,
 302          "x": 0,
 303          "y": 6
 304        },
 305        "id": 64,
 306        "links": [],
 307        "maxDataPoints": 100,
 308        "options": {
 309          "colorMode": "none",
 310          "graphMode": "none",
 311          "justifyMode": "auto",
 312          "orientation": "horizontal",
 313          "reduceOptions": {
 314            "calcs": [
 315              "lastNotNull"
 316            ],
 317            "fields": "",
 318            "values": false
 319          },
 320          "textMode": "auto"
 321        },
 322        "pluginVersion": "8.4.3",
 323        "targets": [
 324          {
 325            "expr": "internal_write_buffer_limit{job=~\"$job\", instance=~\"$instance\"}",
 326            "legendFormat": "{{output}}@{{instance}}",
 327            "refId": "A"
 328          }
 329        ],
 330        "title": "Buffer Limit",
 331        "type": "stat"
 332      },
 333      {
 334        "datasource": {
 335          "type": "prometheus",
 336          "uid": "PDD709D2516BFAE8A"
 337        },
 338        "description": "",
 339        "fieldConfig": {
 340          "defaults": {
 341            "color": {
 342              "mode": "thresholds"
 343            },
 344            "mappings": [
 345              {
 346                "options": {
 347                  "match": "null",
 348                  "result": {
 349                    "text": "N/A"
 350                  }
 351                },
 352                "type": "special"
 353              }
 354            ],
 355            "thresholds": {
 356              "mode": "absolute",
 357              "steps": [
 358                {
 359                  "color": "#299c46",
 360                  "value": null
 361                },
 362                {
 363                  "color": "rgba(237, 129, 40, 0.89)",
 364                  "value": 100
 365                },
 366                {
 367                  "color": "#d44a3a",
 368                  "value": 300
 369                }
 370              ]
 371            },
 372            "unit": "none"
 373          },
 374          "overrides": []
 375        },
 376        "gridPos": {
 377          "h": 4,
 378          "w": 6,
 379          "x": 6,
 380          "y": 6
 381        },
 382        "id": 65,
 383        "links": [],
 384        "maxDataPoints": 100,
 385        "options": {
 386          "colorMode": "value",
 387          "graphMode": "none",
 388          "justifyMode": "auto",
 389          "orientation": "horizontal",
 390          "reduceOptions": {
 391            "calcs": [
 392              "sum"
 393            ],
 394            "fields": "",
 395            "values": false
 396          },
 397          "textMode": "auto"
 398        },
 399        "pluginVersion": "8.4.3",
 400        "targets": [
 401          {
 402            "expr": "internal_write_metrics_dropped{job=~\"$job\", instance=~\"$instance\"}",
 403            "legendFormat": "",
 404            "refId": "A"
 405          }
 406        ],
 407        "title": "Total Metrics Dropped",
 408        "type": "stat"
 409      },
 410      {
 411        "datasource": {
 412          "type": "prometheus",
 413          "uid": "PDD709D2516BFAE8A"
 414        },
 415        "description": "Across all inputs",
 416        "fieldConfig": {
 417          "defaults": {
 418            "color": {
 419              "mode": "thresholds"
 420            },
 421            "mappings": [
 422              {
 423                "options": {
 424                  "match": "null",
 425                  "result": {
 426                    "text": "N/A"
 427                  }
 428                },
 429                "type": "special"
 430              }
 431            ],
 432            "thresholds": {
 433              "mode": "absolute",
 434              "steps": [
 435                {
 436                  "color": "green",
 437                  "value": null
 438                },
 439                {
 440                  "color": "red",
 441                  "value": 80
 442                }
 443              ]
 444            },
 445            "unit": "none"
 446          },
 447          "overrides": []
 448        },
 449        "gridPos": {
 450          "h": 4,
 451          "w": 6,
 452          "x": 12,
 453          "y": 6
 454        },
 455        "id": 63,
 456        "links": [],
 457        "maxDataPoints": 100,
 458        "options": {
 459          "colorMode": "none",
 460          "graphMode": "none",
 461          "justifyMode": "auto",
 462          "orientation": "horizontal",
 463          "reduceOptions": {
 464            "calcs": [
 465              "mean"
 466            ],
 467            "fields": "",
 468            "values": false
 469          },
 470          "textMode": "auto"
 471        },
 472        "pluginVersion": "8.4.3",
 473        "targets": [
 474          {
 475            "expr": "sum by (instance) (rate(internal_gather_metrics_gathered{job=~\"$job\", instance=~\"$instance\"}[$interval]))",
 476            "interval": "",
 477            "legendFormat": "{{ instance }}",
 478            "refId": "A"
 479          }
 480        ],
 481        "title": "Average Metrics Gathered per Second",
 482        "type": "stat"
 483      },
 484      {
 485        "datasource": {
 486          "type": "prometheus",
 487          "uid": "PDD709D2516BFAE8A"
 488        },
 489        "description": "Across all inputs",
 490        "fieldConfig": {
 491          "defaults": {
 492            "color": {
 493              "mode": "thresholds"
 494            },
 495            "mappings": [
 496              {
 497                "options": {
 498                  "match": "null",
 499                  "result": {
 500                    "text": "N/A"
 501                  }
 502                },
 503                "type": "special"
 504              }
 505            ],
 506            "thresholds": {
 507              "mode": "absolute",
 508              "steps": [
 509                {
 510                  "color": "green",
 511                  "value": null
 512                },
 513                {
 514                  "color": "red",
 515                  "value": 80
 516                }
 517              ]
 518            },
 519            "unit": "ns"
 520          },
 521          "overrides": []
 522        },
 523        "gridPos": {
 524          "h": 4,
 525          "w": 6,
 526          "x": 18,
 527          "y": 6
 528        },
 529        "id": 66,
 530        "links": [],
 531        "maxDataPoints": 100,
 532        "options": {
 533          "colorMode": "none",
 534          "graphMode": "none",
 535          "justifyMode": "auto",
 536          "orientation": "horizontal",
 537          "reduceOptions": {
 538            "calcs": [
 539              "mean"
 540            ],
 541            "fields": "",
 542            "values": false
 543          },
 544          "textMode": "auto"
 545        },
 546        "pluginVersion": "8.4.3",
 547        "targets": [
 548          {
 549            "expr": "avg by (instance) (rate(internal_gather_gather_time_ns{job=~\"$job\", instance=~\"$instance\"}[30m]))",
 550            "instant": false,
 551            "interval": "",
 552            "legendFormat": "{{instance}}",
 553            "refId": "A"
 554          }
 555        ],
 556        "title": "Average Metrics Gather Time",
 557        "type": "stat"
 558      },
 559      {
 560        "collapsed": true,
 561        "datasource": {
 562          "type": "prometheus",
 563          "uid": "PDD709D2516BFAE8A"
 564        },
 565        "gridPos": {
 566          "h": 1,
 567          "w": 24,
 568          "x": 0,
 569          "y": 10
 570        },
 571        "id": 14,
 572        "panels": [
 573          {
 574            "aliasColors": {},
 575            "bars": false,
 576            "dashLength": 10,
 577            "dashes": false,
 578            "datasource": {
 579              "type": "prometheus",
 580              "uid": "PDD709D2516BFAE8A"
 581            },
 582            "decimals": 2,
 583            "editable": true,
 584            "error": false,
 585            "fill": 1,
 586            "fillGradient": 0,
 587            "gridPos": {
 588              "h": 6,
 589              "w": 12,
 590              "x": 0,
 591              "y": 11
 592            },
 593            "hiddenSeries": false,
 594            "id": 8,
 595            "legend": {
 596              "alignAsTable": false,
 597              "avg": false,
 598              "current": false,
 599              "hideEmpty": false,
 600              "max": false,
 601              "min": false,
 602              "rightSide": false,
 603              "show": true,
 604              "total": false,
 605              "values": false
 606            },
 607            "lines": true,
 608            "linewidth": 1,
 609            "links": [],
 610            "nullPointMode": "null",
 611            "options": {
 612              "dataLinks": []
 613            },
 614            "percentage": false,
 615            "pointradius": 5,
 616            "points": false,
 617            "renderer": "flot",
 618            "seriesOverrides": [],
 619            "spaceLength": 10,
 620            "stack": false,
 621            "steppedLine": false,
 622            "targets": [
 623              {
 624                "expr": "irate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$interval])",
 625                "format": "time_series",
 626                "intervalFactor": 2,
 627                "legendFormat": "Irate",
 628                "metric": "prometheus_local_storage_ingested_samples_total",
 629                "refId": "A",
 630                "step": 10
 631              },
 632              {
 633                "expr": "rate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$interval])",
 634                "format": "time_series",
 635                "intervalFactor": 2,
 636                "legendFormat": "5m rate",
 637                "metric": "prometheus_local_storage_ingested_samples_total",
 638                "refId": "B",
 639                "step": 10
 640              }
 641            ],
 642            "thresholds": [],
 643            "timeRegions": [],
 644            "title": "CPU",
 645            "tooltip": {
 646              "msResolution": false,
 647              "shared": true,
 648              "sort": 0,
 649              "value_type": "individual"
 650            },
 651            "type": "graph",
 652            "xaxis": {
 653              "mode": "time",
 654              "show": true,
 655              "values": [
 656                "avg"
 657              ]
 658            },
 659            "yaxes": [
 660              {
 661                "format": "none",
 662                "logBase": 1,
 663                "min": "0",
 664                "show": true
 665              },
 666              {
 667                "format": "short",
 668                "logBase": 1,
 669                "show": true
 670              }
 671            ],
 672            "yaxis": {
 673              "align": false
 674            }
 675          },
 676          {
 677            "aliasColors": {
 678              "Allocated bytes": "#7EB26D",
 679              "Allocated bytes - 1m max": "#BF1B00",
 680              "Allocated bytes - 1m min": "#BF1B00",
 681              "Allocated bytes - 5m max": "#BF1B00",
 682              "Allocated bytes - 5m min": "#BF1B00",
 683              "Chunks": "#1F78C1",
 684              "Chunks to persist": "#508642",
 685              "Max chunks": "#052B51",
 686              "Max to persist": "#3F6833",
 687              "RSS": "#447EBC"
 688            },
 689            "bars": false,
 690            "dashLength": 10,
 691            "dashes": false,
 692            "datasource": {
 693              "type": "prometheus",
 694              "uid": "PDD709D2516BFAE8A"
 695            },
 696            "editable": true,
 697            "error": false,
 698            "fill": 0,
 699            "fillGradient": 0,
 700            "gridPos": {
 701              "h": 6,
 702              "w": 12,
 703              "x": 12,
 704              "y": 11
 705            },
 706            "hiddenSeries": false,
 707            "id": 10,
 708            "legend": {
 709              "avg": false,
 710              "current": false,
 711              "max": false,
 712              "min": false,
 713              "show": true,
 714              "total": false,
 715              "values": false
 716            },
 717            "lines": true,
 718            "linewidth": 1,
 719            "links": [],
 720            "nullPointMode": "null",
 721            "options": {
 722              "dataLinks": []
 723            },
 724            "percentage": false,
 725            "pointradius": 5,
 726            "points": false,
 727            "renderer": "flot",
 728            "seriesOverrides": [
 729              {
 730                "alias": "/-/",
 731                "fill": 0
 732              }
 733            ],
 734            "spaceLength": 10,
 735            "stack": false,
 736            "steppedLine": false,
 737            "targets": [
 738              {
 739                "expr": "process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\"}",
 740                "format": "time_series",
 741                "intervalFactor": 2,
 742                "legendFormat": "RSS",
 743                "metric": "process_resident_memory_bytes",
 744                "refId": "B",
 745                "step": 10
 746              },
 747              {
 748                "expr": "go_memstats_next_gc_bytes{job=~\"$job\", instance=~\"$instance\"}",
 749                "format": "time_series",
 750                "intervalFactor": 2,
 751                "legendFormat": "Next GC",
 752                "metric": "go_memstats_next_gc_bytes",
 753                "refId": "C",
 754                "step": 10
 755              },
 756              {
 757                "expr": "go_memstats_alloc_bytes{job=~\"$job\", instance=~\"$instance\"}",
 758                "format": "time_series",
 759                "intervalFactor": 2,
 760                "legendFormat": "Allocated",
 761                "metric": "go_memstats_alloc_bytes",
 762                "refId": "A",
 763                "step": 10
 764              }
 765            ],
 766            "thresholds": [],
 767            "timeRegions": [],
 768            "title": "Memory",
 769            "tooltip": {
 770              "msResolution": false,
 771              "shared": true,
 772              "sort": 0,
 773              "value_type": "individual"
 774            },
 775            "type": "graph",
 776            "xaxis": {
 777              "mode": "time",
 778              "show": true,
 779              "values": []
 780            },
 781            "yaxes": [
 782              {
 783                "format": "bytes",
 784                "logBase": 1,
 785                "min": "0",
 786                "show": true
 787              },
 788              {
 789                "format": "short",
 790                "logBase": 1,
 791                "show": true
 792              }
 793            ],
 794            "yaxis": {
 795              "align": false
 796            }
 797          }
 798        ],
 799        "title": "resources",
 800        "type": "row"
 801      },
 802      {
 803        "collapsed": true,
 804        "datasource": {
 805          "type": "prometheus",
 806          "uid": "PDD709D2516BFAE8A"
 807        },
 808        "gridPos": {
 809          "h": 1,
 810          "w": 24,
 811          "x": 0,
 812          "y": 11
 813        },
 814        "id": 62,
 815        "panels": [
 816          {
 817            "aliasColors": {},
 818            "bars": false,
 819            "dashLength": 10,
 820            "dashes": false,
 821            "datasource": {
 822              "type": "prometheus",
 823              "uid": "PDD709D2516BFAE8A"
 824            },
 825            "fill": 1,
 826            "fillGradient": 0,
 827            "gridPos": {
 828              "h": 6,
 829              "w": 12,
 830              "x": 0,
 831              "y": 12
 832            },
 833            "hiddenSeries": false,
 834            "id": 52,
 835            "legend": {
 836              "avg": false,
 837              "current": false,
 838              "max": false,
 839              "min": false,
 840              "show": true,
 841              "total": false,
 842              "values": false
 843            },
 844            "lines": true,
 845            "linewidth": 1,
 846            "nullPointMode": "null",
 847            "options": {
 848              "dataLinks": []
 849            },
 850            "percentage": false,
 851            "pointradius": 2,
 852            "points": false,
 853            "renderer": "flot",
 854            "seriesOverrides": [],
 855            "spaceLength": 10,
 856            "stack": false,
 857            "steppedLine": false,
 858            "targets": [
 859              {
 860                "expr": "sum by (vcenter) (internal_vsphere_connect_ns{job=~\"$job\", instance=~\"$instance\"})",
 861                "legendFormat": "{{vcenter}}",
 862                "refId": "A"
 863              }
 864            ],
 865            "thresholds": [],
 866            "timeRegions": [],
 867            "title": "Connect Time",
 868            "tooltip": {
 869              "shared": true,
 870              "sort": 0,
 871              "value_type": "individual"
 872            },
 873            "type": "graph",
 874            "xaxis": {
 875              "mode": "time",
 876              "show": true,
 877              "values": []
 878            },
 879            "yaxes": [
 880              {
 881                "format": "ns",
 882                "logBase": 1,
 883                "show": true
 884              },
 885              {
 886                "format": "short",
 887                "logBase": 1,
 888                "show": true
 889              }
 890            ],
 891            "yaxis": {
 892              "align": false
 893            }
 894          },
 895          {
 896            "aliasColors": {},
 897            "bars": false,
 898            "dashLength": 10,
 899            "dashes": false,
 900            "datasource": {
 901              "type": "prometheus",
 902              "uid": "PDD709D2516BFAE8A"
 903            },
 904            "fill": 1,
 905            "fillGradient": 0,
 906            "gridPos": {
 907              "h": 6,
 908              "w": 12,
 909              "x": 12,
 910              "y": 12
 911            },
 912            "hiddenSeries": false,
 913            "id": 54,
 914            "legend": {
 915              "avg": false,
 916              "current": false,
 917              "max": false,
 918              "min": false,
 919              "show": true,
 920              "total": false,
 921              "values": false
 922            },
 923            "lines": true,
 924            "linewidth": 1,
 925            "nullPointMode": "null",
 926            "options": {
 927              "dataLinks": []
 928            },
 929            "percentage": false,
 930            "pointradius": 2,
 931            "points": false,
 932            "renderer": "flot",
 933            "seriesOverrides": [],
 934            "spaceLength": 10,
 935            "stack": false,
 936            "steppedLine": false,
 937            "targets": [
 938              {
 939                "expr": "sum by (vcenter) (internal_vsphere_discover_ns{job=~\"$job\", instance=~\"$instance\"})",
 940                "legendFormat": "{{vcenter}}",
 941                "refId": "A"
 942              }
 943            ],
 944            "thresholds": [],
 945            "timeRegions": [],
 946            "title": "Discover Time",
 947            "tooltip": {
 948              "shared": true,
 949              "sort": 0,
 950              "value_type": "individual"
 951            },
 952            "type": "graph",
 953            "xaxis": {
 954              "mode": "time",
 955              "show": true,
 956              "values": []
 957            },
 958            "yaxes": [
 959              {
 960                "format": "ns",
 961                "logBase": 1,
 962                "show": true
 963              },
 964              {
 965                "format": "short",
 966                "logBase": 1,
 967                "show": true
 968              }
 969            ],
 970            "yaxis": {
 971              "align": false
 972            }
 973          },
 974          {
 975            "aliasColors": {},
 976            "bars": false,
 977            "dashLength": 10,
 978            "dashes": false,
 979            "datasource": {
 980              "type": "prometheus",
 981              "uid": "PDD709D2516BFAE8A"
 982            },
 983            "description": "",
 984            "fill": 1,
 985            "fillGradient": 0,
 986            "gridPos": {
 987              "h": 6,
 988              "w": 12,
 989              "x": 0,
 990              "y": 18
 991            },
 992            "hiddenSeries": false,
 993            "id": 67,
 994            "legend": {
 995              "avg": false,
 996              "current": false,
 997              "max": false,
 998              "min": false,
 999              "show": true,
1000              "total": false,
1001              "values": false
1002            },
1003            "lines": true,
1004            "linewidth": 1,
1005            "nullPointMode": "null",
1006            "options": {
1007              "dataLinks": []
1008            },
1009            "percentage": false,
1010            "pointradius": 2,
1011            "points": false,
1012            "renderer": "flot",
1013            "seriesOverrides": [],
1014            "spaceLength": 10,
1015            "stack": false,
1016            "steppedLine": false,
1017            "targets": [
1018              {
1019                "expr": "sum by (type, vcenter) (internal_vsphere_discovered_objects{job=~\"$job\", instance=~\"$instance\", type=\"host\"})",
1020                "legendFormat": "{{vcenter}}",
1021                "refId": "A"
1022              }
1023            ],
1024            "thresholds": [],
1025            "timeRegions": [],
1026            "title": "Discovered Objects - Host",
1027            "tooltip": {
1028              "shared": true,
1029              "sort": 0,
1030              "value_type": "individual"
1031            },
1032            "type": "graph",
1033            "xaxis": {
1034              "mode": "time",
1035              "show": true,
1036              "values": []
1037            },
1038            "yaxes": [
1039              {
1040                "format": "short",
1041                "logBase": 1,
1042                "show": true
1043              },
1044              {
1045                "format": "short",
1046                "logBase": 1,
1047                "show": true
1048              }
1049            ],
1050            "yaxis": {
1051              "align": false
1052            }
1053          },
1054          {
1055            "aliasColors": {},
1056            "bars": false,
1057            "dashLength": 10,
1058            "dashes": false,
1059            "datasource": {
1060              "type": "prometheus",
1061              "uid": "PDD709D2516BFAE8A"
1062            },
1063            "description": "",
1064            "fill": 1,
1065            "fillGradient": 0,
1066            "gridPos": {
1067              "h": 6,
1068              "w": 12,
1069              "x": 12,
1070              "y": 18
1071            },
1072            "hiddenSeries": false,
1073            "id": 56,
1074            "legend": {
1075              "avg": false,
1076              "current": false,
1077              "max": false,
1078              "min": false,
1079              "show": true,
1080              "total": false,
1081              "values": false
1082            },
1083            "lines": true,
1084            "linewidth": 1,
1085            "nullPointMode": "null",
1086            "options": {
1087              "dataLinks": []
1088            },
1089            "percentage": false,
1090            "pointradius": 2,
1091            "points": false,
1092            "renderer": "flot",
1093            "seriesOverrides": [],
1094            "spaceLength": 10,
1095            "stack": false,
1096            "steppedLine": false,
1097            "targets": [
1098              {
1099                "expr": "sum by (vcenter) (internal_vsphere_discovered_objects{job=~\"$job\", instance=~\"$instance\", type=\"datastore\"})",
1100                "legendFormat": "{{vcenter}} - {{type}}",
1101                "refId": "A"
1102              }
1103            ],
1104            "thresholds": [],
1105            "timeRegions": [],
1106            "title": "Discovered Objects - Datastores",
1107            "tooltip": {
1108              "shared": true,
1109              "sort": 0,
1110              "value_type": "individual"
1111            },
1112            "type": "graph",
1113            "xaxis": {
1114              "mode": "time",
1115              "show": true,
1116              "values": []
1117            },
1118            "yaxes": [
1119              {
1120                "format": "short",
1121                "logBase": 1,
1122                "show": true
1123              },
1124              {
1125                "format": "short",
1126                "logBase": 1,
1127                "show": true
1128              }
1129            ],
1130            "yaxis": {
1131              "align": false
1132            }
1133          },
1134          {
1135            "aliasColors": {},
1136            "bars": false,
1137            "dashLength": 10,
1138            "dashes": false,
1139            "datasource": {
1140              "type": "prometheus",
1141              "uid": "PDD709D2516BFAE8A"
1142            },
1143            "fill": 1,
1144            "fillGradient": 0,
1145            "gridPos": {
1146              "h": 6,
1147              "w": 12,
1148              "x": 0,
1149              "y": 24
1150            },
1151            "hiddenSeries": false,
1152            "id": 58,
1153            "legend": {
1154              "avg": false,
1155              "current": false,
1156              "max": false,
1157              "min": false,
1158              "show": true,
1159              "total": false,
1160              "values": false
1161            },
1162            "lines": true,
1163            "linewidth": 1,
1164            "nullPointMode": "null",
1165            "options": {
1166              "dataLinks": []
1167            },
1168            "percentage": false,
1169            "pointradius": 2,
1170            "points": false,
1171            "renderer": "flot",
1172            "seriesOverrides": [],
1173            "spaceLength": 10,
1174            "stack": true,
1175            "steppedLine": false,
1176            "targets": [
1177              {
1178                "expr": "sum by (vcenter) (internal_vsphere_gather_count{job=~\"$job\", instance=~\"$instance\", resourcetype=\"host\"})",
1179                "legendFormat": "{{vcenter}}",
1180                "refId": "A"
1181              }
1182            ],
1183            "thresholds": [],
1184            "timeRegions": [],
1185            "title": "Gathers - Host",
1186            "tooltip": {
1187              "shared": true,
1188              "sort": 0,
1189              "value_type": "individual"
1190            },
1191            "type": "graph",
1192            "xaxis": {
1193              "mode": "time",
1194              "show": true,
1195              "values": []
1196            },
1197            "yaxes": [
1198              {
1199                "format": "short",
1200                "logBase": 1,
1201                "show": true
1202              },
1203              {
1204                "format": "short",
1205                "logBase": 1,
1206                "show": true
1207              }
1208            ],
1209            "yaxis": {
1210              "align": false
1211            }
1212          },
1213          {
1214            "aliasColors": {},
1215            "bars": false,
1216            "dashLength": 10,
1217            "dashes": false,
1218            "datasource": {
1219              "type": "prometheus",
1220              "uid": "PDD709D2516BFAE8A"
1221            },
1222            "fill": 1,
1223            "fillGradient": 0,
1224            "gridPos": {
1225              "h": 6,
1226              "w": 12,
1227              "x": 12,
1228              "y": 24
1229            },
1230            "hiddenSeries": false,
1231            "id": 68,
1232            "legend": {
1233              "avg": false,
1234              "current": false,
1235              "max": false,
1236              "min": false,
1237              "show": true,
1238              "total": false,
1239              "values": false
1240            },
1241            "lines": true,
1242            "linewidth": 1,
1243            "nullPointMode": "null",
1244            "options": {
1245              "dataLinks": []
1246            },
1247            "percentage": false,
1248            "pointradius": 2,
1249            "points": false,
1250            "renderer": "flot",
1251            "seriesOverrides": [],
1252            "spaceLength": 10,
1253            "stack": true,
1254            "steppedLine": false,
1255            "targets": [
1256              {
1257                "expr": "sum by (vcenter) (internal_vsphere_gather_count{job=~\"$job\", instance=~\"$instance\", resourcetype=\"datastore\"})",
1258                "legendFormat": "{{vcenter}}",
1259                "refId": "A"
1260              }
1261            ],
1262            "thresholds": [],
1263            "timeRegions": [],
1264            "title": "Gathers - Datastore",
1265            "tooltip": {
1266              "shared": true,
1267              "sort": 0,
1268              "value_type": "individual"
1269            },
1270            "type": "graph",
1271            "xaxis": {
1272              "mode": "time",
1273              "show": true,
1274              "values": []
1275            },
1276            "yaxes": [
1277              {
1278                "format": "short",
1279                "logBase": 1,
1280                "show": true
1281              },
1282              {
1283                "format": "short",
1284                "logBase": 1,
1285                "show": true
1286              }
1287            ],
1288            "yaxis": {
1289              "align": false
1290            }
1291          },
1292          {
1293            "aliasColors": {},
1294            "bars": false,
1295            "dashLength": 10,
1296            "dashes": false,
1297            "datasource": {
1298              "type": "prometheus",
1299              "uid": "PDD709D2516BFAE8A"
1300            },
1301            "fill": 1,
1302            "fillGradient": 0,
1303            "gridPos": {
1304              "h": 6,
1305              "w": 12,
1306              "x": 0,
1307              "y": 30
1308            },
1309            "hiddenSeries": false,
1310            "id": 60,
1311            "legend": {
1312              "avg": false,
1313              "current": false,
1314              "max": false,
1315              "min": false,
1316              "show": true,
1317              "total": false,
1318              "values": false
1319            },
1320            "lines": true,
1321            "linewidth": 1,
1322            "nullPointMode": "null",
1323            "options": {
1324              "dataLinks": []
1325            },
1326            "percentage": false,
1327            "pointradius": 2,
1328            "points": false,
1329            "renderer": "flot",
1330            "seriesOverrides": [],
1331            "spaceLength": 10,
1332            "stack": false,
1333            "steppedLine": false,
1334            "targets": [
1335              {
1336                "expr": "sum by (vcenter) (internal_vsphere_gather_duration_ns{job=~\"$job\", instance=~\"$instance\", resourcetype=\"host\"})",
1337                "legendFormat": "{{vcenter}}",
1338                "refId": "A"
1339              }
1340            ],
1341            "thresholds": [],
1342            "timeRegions": [],
1343            "title": "Gather Time - Host",
1344            "tooltip": {
1345              "shared": true,
1346              "sort": 0,
1347              "value_type": "individual"
1348            },
1349            "type": "graph",
1350            "xaxis": {
1351              "mode": "time",
1352              "show": true,
1353              "values": []
1354            },
1355            "yaxes": [
1356              {
1357                "format": "ns",
1358                "logBase": 1,
1359                "show": true
1360              },
1361              {
1362                "format": "short",
1363                "logBase": 1,
1364                "show": true
1365              }
1366            ],
1367            "yaxis": {
1368              "align": false
1369            }
1370          },
1371          {
1372            "aliasColors": {},
1373            "bars": false,
1374            "dashLength": 10,
1375            "dashes": false,
1376            "datasource": {
1377              "type": "prometheus",
1378              "uid": "PDD709D2516BFAE8A"
1379            },
1380            "fill": 1,
1381            "fillGradient": 0,
1382            "gridPos": {
1383              "h": 6,
1384              "w": 12,
1385              "x": 12,
1386              "y": 30
1387            },
1388            "hiddenSeries": false,
1389            "id": 69,
1390            "legend": {
1391              "avg": false,
1392              "current": false,
1393              "max": false,
1394              "min": false,
1395              "show": true,
1396              "total": false,
1397              "values": false
1398            },
1399            "lines": true,
1400            "linewidth": 1,
1401            "nullPointMode": "null",
1402            "options": {
1403              "dataLinks": []
1404            },
1405            "percentage": false,
1406            "pointradius": 2,
1407            "points": false,
1408            "renderer": "flot",
1409            "seriesOverrides": [],
1410            "spaceLength": 10,
1411            "stack": false,
1412            "steppedLine": false,
1413            "targets": [
1414              {
1415                "expr": "sum by (vcenter) (internal_vsphere_gather_duration_ns{job=~\"$job\", instance=~\"$instance\", resourcetype=\"datastore\"})",
1416                "legendFormat": "{{vcenter}}",
1417                "refId": "A"
1418              }
1419            ],
1420            "thresholds": [],
1421            "timeRegions": [],
1422            "title": "Gather Time - Datastore",
1423            "tooltip": {
1424              "shared": true,
1425              "sort": 0,
1426              "value_type": "individual"
1427            },
1428            "type": "graph",
1429            "xaxis": {
1430              "mode": "time",
1431              "show": true,
1432              "values": []
1433            },
1434            "yaxes": [
1435              {
1436                "format": "ns",
1437                "logBase": 1,
1438                "show": true
1439              },
1440              {
1441                "format": "short",
1442                "logBase": 1,
1443                "show": true
1444              }
1445            ],
1446            "yaxis": {
1447              "align": false
1448            }
1449          }
1450        ],
1451        "title": "vsphere",
1452        "type": "row"
1453      },
1454      {
1455        "collapsed": true,
1456        "datasource": {
1457          "type": "prometheus",
1458          "uid": "PDD709D2516BFAE8A"
1459        },
1460        "gridPos": {
1461          "h": 1,
1462          "w": 24,
1463          "x": 0,
1464          "y": 12
1465        },
1466        "id": 28,
1467        "panels": [
1468          {
1469            "datasource": {
1470              "type": "prometheus",
1471              "uid": "PDD709D2516BFAE8A"
1472            },
1473            "description": "Across all input plugins",
1474            "gridPos": {
1475              "h": 6,
1476              "w": 12,
1477              "x": 0,
1478              "y": 13
1479            },
1480            "id": 20,
1481            "links": [],
1482            "options": {
1483              "colorMode": "value",
1484              "fieldOptions": {
1485                "calcs": [
1486                  "distinctCount"
1487                ],
1488                "defaults": {
1489                  "mappings": [
1490                    {
1491                      "id": 0,
1492                      "op": "=",
1493                      "text": "N/A",
1494                      "type": 1,
1495                      "value": "null"
1496                    }
1497                  ],
1498                  "max": 100,
1499                  "min": 0,
1500                  "nullValueMode": "connected",
1501                  "thresholds": {
1502                    "mode": "absolute",
1503                    "steps": [
1504                      {
1505                        "color": "green"
1506                      },
1507                      {
1508                        "color": "#EAB839",
1509                        "value": 1
1510                      },
1511                      {
1512                        "color": "red",
1513                        "value": 50
1514                      }
1515                    ]
1516                  },
1517                  "unit": "none"
1518                },
1519                "overrides": [],
1520                "values": false
1521              },
1522              "graphMode": "area",
1523              "justifyMode": "auto",
1524              "orientation": "horizontal"
1525            },
1526            "pluginVersion": "6.6.2",
1527            "targets": [
1528              {
1529                "expr": "internal_agent_gather_errors{job=~\"$job\", instance=~\"$instance\"}",
1530                "legendFormat": "{{instance}}",
1531                "refId": "A"
1532              }
1533            ],
1534            "title": "Total Gather Errors",
1535            "type": "stat"
1536          },
1537          {
1538            "datasource": {
1539              "type": "prometheus",
1540              "uid": "PDD709D2516BFAE8A"
1541            },
1542            "description": "Across all input plugins",
1543            "gridPos": {
1544              "h": 6,
1545              "w": 12,
1546              "x": 12,
1547              "y": 13
1548            },
1549            "id": 22,
1550            "options": {
1551              "colorMode": "value",
1552              "fieldOptions": {
1553                "calcs": [
1554                  "last"
1555                ],
1556                "defaults": {
1557                  "mappings": [],
1558                  "thresholds": {
1559                    "mode": "absolute",
1560                    "steps": [
1561                      {
1562                        "color": "green"
1563                      },
1564                      {
1565                        "color": "#EAB839",
1566                        "value": 20
1567                      },
1568                      {
1569                        "color": "red",
1570                        "value": 80
1571                      }
1572                    ]
1573                  }
1574                },
1575                "overrides": [],
1576                "values": false
1577              },
1578              "graphMode": "area",
1579              "justifyMode": "auto",
1580              "orientation": "auto"
1581            },
1582            "pluginVersion": "6.6.2",
1583            "targets": [
1584              {
1585                "expr": "internal_agent_metrics_dropped{job=~\"$job\", instance=~\"$instance\"}",
1586                "legendFormat": "{{instance}}",
1587                "refId": "A"
1588              }
1589            ],
1590            "title": "Total Metrics Dropped",
1591            "type": "stat"
1592          },
1593          {
1594            "aliasColors": {},
1595            "bars": false,
1596            "dashLength": 10,
1597            "dashes": false,
1598            "datasource": {
1599              "type": "prometheus",
1600              "uid": "PDD709D2516BFAE8A"
1601            },
1602            "description": "Across all input plugins",
1603            "fill": 1,
1604            "fillGradient": 0,
1605            "gridPos": {
1606              "h": 6,
1607              "w": 12,
1608              "x": 0,
1609              "y": 19
1610            },
1611            "hiddenSeries": false,
1612            "id": 70,
1613            "legend": {
1614              "avg": false,
1615              "current": false,
1616              "max": false,
1617              "min": false,
1618              "show": true,
1619              "total": false,
1620              "values": false
1621            },
1622            "lines": true,
1623            "linewidth": 1,
1624            "nullPointMode": "null",
1625            "options": {
1626              "dataLinks": []
1627            },
1628            "percentage": false,
1629            "pointradius": 2,
1630            "points": false,
1631            "renderer": "flot",
1632            "seriesOverrides": [],
1633            "spaceLength": 10,
1634            "stack": false,
1635            "steppedLine": false,
1636            "targets": [
1637              {
1638                "expr": "rate(internal_agent_gather_errors{job=~\"$job\", instance=~\"$instance\"}[$interval])",
1639                "legendFormat": "{{instance}}",
1640                "refId": "A"
1641              }
1642            ],
1643            "thresholds": [],
1644            "timeRegions": [],
1645            "title": "Gather Error Rate, $interval",
1646            "tooltip": {
1647              "shared": true,
1648              "sort": 0,
1649              "value_type": "individual"
1650            },
1651            "type": "graph",
1652            "xaxis": {
1653              "mode": "time",
1654              "show": true,
1655              "values": []
1656            },
1657            "yaxes": [
1658              {
1659                "format": "short",
1660                "label": "Errors /s",
1661                "logBase": 1,
1662                "show": true
1663              },
1664              {
1665                "format": "short",
1666                "logBase": 1,
1667                "show": true
1668              }
1669            ],
1670            "yaxis": {
1671              "align": false
1672            }
1673          },
1674          {
1675            "aliasColors": {},
1676            "bars": false,
1677            "dashLength": 10,
1678            "dashes": false,
1679            "datasource": {
1680              "type": "prometheus",
1681              "uid": "PDD709D2516BFAE8A"
1682            },
1683            "description": "Across all input plugins",
1684            "fill": 1,
1685            "fillGradient": 0,
1686            "gridPos": {
1687              "h": 6,
1688              "w": 12,
1689              "x": 12,
1690              "y": 19
1691            },
1692            "hiddenSeries": false,
1693            "id": 71,
1694            "legend": {
1695              "avg": false,
1696              "current": false,
1697              "max": false,
1698              "min": false,
1699              "show": true,
1700              "total": false,
1701              "values": false
1702            },
1703            "lines": true,
1704            "linewidth": 1,
1705            "nullPointMode": "null",
1706            "options": {
1707              "dataLinks": []
1708            },
1709            "percentage": false,
1710            "pointradius": 2,
1711            "points": false,
1712            "renderer": "flot",
1713            "seriesOverrides": [],
1714            "spaceLength": 10,
1715            "stack": false,
1716            "steppedLine": false,
1717            "targets": [
1718              {
1719                "expr": "rate(internal_agent_metrics_dropped{job=~\"$job\", instance=~\"$instance\"}[$interval])",
1720                "legendFormat": "{{instance}}",
1721                "refId": "A"
1722              }
1723            ],
1724            "thresholds": [],
1725            "timeRegions": [],
1726            "title": "Metrics Dropped Rate, $interval",
1727            "tooltip": {
1728              "shared": true,
1729              "sort": 0,
1730              "value_type": "individual"
1731            },
1732            "type": "graph",
1733            "xaxis": {
1734              "mode": "time",
1735              "show": true,
1736              "values": []
1737            },
1738            "yaxes": [
1739              {
1740                "format": "short",
1741                "label": "Dropped /s",
1742                "logBase": 1,
1743                "show": true
1744              },
1745              {
1746                "format": "short",
1747                "logBase": 1,
1748                "show": true
1749              }
1750            ],
1751            "yaxis": {
1752              "align": false
1753            }
1754          },
1755          {
1756            "aliasColors": {},
1757            "bars": false,
1758            "dashLength": 10,
1759            "dashes": false,
1760            "datasource": {
1761              "type": "prometheus",
1762              "uid": "PDD709D2516BFAE8A"
1763            },
1764            "description": "Across all input plugins",
1765            "fill": 1,
1766            "fillGradient": 0,
1767            "gridPos": {
1768              "h": 6,
1769              "w": 12,
1770              "x": 0,
1771              "y": 25
1772            },
1773            "hiddenSeries": false,
1774            "id": 24,
1775            "legend": {
1776              "avg": false,
1777              "current": false,
1778              "max": false,
1779              "min": false,
1780              "show": true,
1781              "total": false,
1782              "values": false
1783            },
1784            "lines": true,
1785            "linewidth": 1,
1786            "nullPointMode": "null",
1787            "options": {
1788              "dataLinks": []
1789            },
1790            "percentage": false,
1791            "pointradius": 2,
1792            "points": false,
1793            "renderer": "flot",
1794            "seriesOverrides": [],
1795            "spaceLength": 10,
1796            "stack": false,
1797            "steppedLine": false,
1798            "targets": [
1799              {
1800                "expr": "rate(internal_agent_metrics_gathered{job=~\"$job\", instance=~\"$instance\"}[$interval])",
1801                "legendFormat": "{{instance}}",
1802                "refId": "A"
1803              }
1804            ],
1805            "thresholds": [],
1806            "timeRegions": [],
1807            "title": "Total Metrics Gathered per Second",
1808            "tooltip": {
1809              "shared": true,
1810              "sort": 0,
1811              "value_type": "individual"
1812            },
1813            "type": "graph",
1814            "xaxis": {
1815              "mode": "time",
1816              "show": true,
1817              "values": []
1818            },
1819            "yaxes": [
1820              {
1821                "format": "short",
1822                "logBase": 1,
1823                "show": true
1824              },
1825              {
1826                "format": "short",
1827                "logBase": 1,
1828                "show": true
1829              }
1830            ],
1831            "yaxis": {
1832              "align": false
1833            }
1834          },
1835          {
1836            "aliasColors": {},
1837            "bars": false,
1838            "dashLength": 10,
1839            "dashes": false,
1840            "datasource": {
1841              "type": "prometheus",
1842              "uid": "PDD709D2516BFAE8A"
1843            },
1844            "fill": 1,
1845            "fillGradient": 0,
1846            "gridPos": {
1847              "h": 6,
1848              "w": 12,
1849              "x": 12,
1850              "y": 25
1851            },
1852            "hiddenSeries": false,
1853            "id": 26,
1854            "legend": {
1855              "avg": false,
1856              "current": false,
1857              "max": false,
1858              "min": false,
1859              "show": true,
1860              "total": false,
1861              "values": false
1862            },
1863            "lines": true,
1864            "linewidth": 1,
1865            "nullPointMode": "null",
1866            "options": {
1867              "dataLinks": []
1868            },
1869            "percentage": false,
1870            "pointradius": 2,
1871            "points": false,
1872            "renderer": "flot",
1873            "seriesOverrides": [],
1874            "spaceLength": 10,
1875            "stack": false,
1876            "steppedLine": false,
1877            "targets": [
1878              {
1879                "expr": "rate(internal_agent_metrics_written{job=~\"$job\", instance=~\"$instance\"}[$interval])",
1880                "legendFormat": "{{instance}}",
1881                "refId": "A"
1882              }
1883            ],
1884            "thresholds": [],
1885            "timeRegions": [],
1886            "title": "Total Metrics Written per Second",
1887            "tooltip": {
1888              "shared": true,
1889              "sort": 0,
1890              "value_type": "individual"
1891            },
1892            "type": "graph",
1893            "xaxis": {
1894              "mode": "time",
1895              "show": true,
1896              "values": []
1897            },
1898            "yaxes": [
1899              {
1900                "format": "short",
1901                "logBase": 1,
1902                "show": true
1903              },
1904              {
1905                "format": "short",
1906                "logBase": 1,
1907                "show": true
1908              }
1909            ],
1910            "yaxis": {
1911              "align": false
1912            }
1913          }
1914        ],
1915        "title": "agent",
1916        "type": "row"
1917      },
1918      {
1919        "collapsed": true,
1920        "datasource": {
1921          "type": "prometheus",
1922          "uid": "PDD709D2516BFAE8A"
1923        },
1924        "gridPos": {
1925          "h": 1,
1926          "w": 24,
1927          "x": 0,
1928          "y": 13
1929        },
1930        "id": 34,
1931        "panels": [
1932          {
1933            "aliasColors": {},
1934            "bars": false,
1935            "dashLength": 10,
1936            "dashes": false,
1937            "datasource": {
1938              "type": "prometheus",
1939              "uid": "PDD709D2516BFAE8A"
1940            },
1941            "fill": 1,
1942            "fillGradient": 0,
1943            "gridPos": {
1944              "h": 8,
1945              "w": 12,
1946              "x": 0,
1947              "y": 14
1948            },
1949            "hiddenSeries": false,
1950            "id": 30,
1951            "legend": {
1952              "avg": false,
1953              "current": false,
1954              "max": false,
1955              "min": false,
1956              "show": true,
1957              "total": false,
1958              "values": false
1959            },
1960            "lines": true,
1961            "linewidth": 1,
1962            "nullPointMode": "null",
1963            "options": {
1964              "dataLinks": []
1965            },
1966            "percentage": false,
1967            "pointradius": 2,
1968            "points": false,
1969            "renderer": "flot",
1970            "seriesOverrides": [],
1971            "spaceLength": 10,
1972            "stack": false,
1973            "steppedLine": false,
1974            "targets": [
1975              {
1976                "expr": "internal_gather_gather_time_ns{job=~\"$job\", instance=~\"$instance\"}",
1977                "legendFormat": "{{input}}",
1978                "refId": "A"
1979              }
1980            ],
1981            "thresholds": [],
1982            "timeRegions": [],
1983            "title": "Gather Time",
1984            "tooltip": {
1985              "shared": true,
1986              "sort": 0,
1987              "value_type": "individual"
1988            },
1989            "type": "graph",
1990            "xaxis": {
1991              "mode": "time",
1992              "show": true,
1993              "values": []
1994            },
1995            "yaxes": [
1996              {
1997                "format": "ns",
1998                "logBase": 1,
1999                "show": true
2000              },
2001              {
2002                "format": "short",
2003                "logBase": 1,
2004                "show": true
2005              }
2006            ],
2007            "yaxis": {
2008              "align": false
2009            }
2010          },
2011          {
2012            "aliasColors": {},
2013            "bars": false,
2014            "dashLength": 10,
2015            "dashes": false,
2016            "datasource": {
2017              "type": "prometheus",
2018              "uid": "PDD709D2516BFAE8A"
2019            },
2020            "fill": 1,
2021            "fillGradient": 0,
2022            "gridPos": {
2023              "h": 8,
2024              "w": 12,
2025              "x": 12,
2026              "y": 14
2027            },
2028            "hiddenSeries": false,
2029            "id": 32,
2030            "legend": {
2031              "avg": false,
2032              "current": false,
2033              "max": false,
2034              "min": false,
2035              "show": true,
2036              "total": false,
2037              "values": false
2038            },
2039            "lines": true,
2040            "linewidth": 1,
2041            "nullPointMode": "null",
2042            "options": {
2043              "dataLinks": []
2044            },
2045            "percentage": false,
2046            "pointradius": 2,
2047            "points": false,
2048            "renderer": "flot",
2049            "seriesOverrides": [],
2050            "spaceLength": 10,
2051            "stack": false,
2052            "steppedLine": false,
2053            "targets": [
2054              {
2055                "expr": "rate(internal_gather_metrics_gathered[$interval])",
2056                "legendFormat": "{{input}}",
2057                "refId": "A"
2058              }
2059            ],
2060            "thresholds": [],
2061            "timeRegions": [],
2062            "title": "Metrics Gathered per Second",
2063            "tooltip": {
2064              "shared": true,
2065              "sort": 0,
2066              "value_type": "individual"
2067            },
2068            "type": "graph",
2069            "xaxis": {
2070              "mode": "time",
2071              "show": true,
2072              "values": []
2073            },
2074            "yaxes": [
2075              {
2076                "format": "short",
2077                "logBase": 1,
2078                "show": true
2079              },
2080              {
2081                "format": "short",
2082                "logBase": 1,
2083                "show": true
2084              }
2085            ],
2086            "yaxis": {
2087              "align": false
2088            }
2089          }
2090        ],
2091        "title": "gather",
2092        "type": "row"
2093      },
2094      {
2095        "collapsed": true,
2096        "datasource": {
2097          "type": "prometheus",
2098          "uid": "PDD709D2516BFAE8A"
2099        },
2100        "gridPos": {
2101          "h": 1,
2102          "w": 24,
2103          "x": 0,
2104          "y": 14
2105        },
2106        "id": 50,
2107        "panels": [
2108          {
2109            "aliasColors": {},
2110            "bars": false,
2111            "dashLength": 10,
2112            "dashes": false,
2113            "datasource": {
2114              "type": "prometheus",
2115              "uid": "PDD709D2516BFAE8A"
2116            },
2117            "description": "By output",
2118            "fill": 1,
2119            "fillGradient": 0,
2120            "gridPos": {
2121              "h": 6,
2122              "w": 12,
2123              "x": 0,
2124              "y": 15
2125            },
2126            "hiddenSeries": false,
2127            "id": 36,
2128            "legend": {
2129              "avg": false,
2130              "current": false,
2131              "max": false,
2132              "min": false,
2133              "show": true,
2134              "total": false,
2135              "values": false
2136            },
2137            "lines": true,
2138            "linewidth": 1,
2139            "nullPointMode": "null",
2140            "options": {
2141              "dataLinks": []
2142            },
2143            "percentage": false,
2144            "pointradius": 2,
2145            "points": false,
2146            "renderer": "flot",
2147            "seriesOverrides": [],
2148            "spaceLength": 10,
2149            "stack": false,
2150            "steppedLine": false,
2151            "targets": [
2152              {
2153                "expr": "internal_write_buffer_limit{job=~\"$job\", instance=~\"$instance\"}",
2154                "legendFormat": "{{output}}@{{instance}}",
2155                "refId": "A"
2156              }
2157            ],
2158            "thresholds": [],
2159            "timeRegions": [],
2160            "title": "Buffer Limit",
2161            "tooltip": {
2162              "shared": true,
2163              "sort": 0,
2164              "value_type": "individual"
2165            },
2166            "type": "graph",
2167            "xaxis": {
2168              "mode": "time",
2169              "show": true,
2170              "values": []
2171            },
2172            "yaxes": [
2173              {
2174                "format": "short",
2175                "logBase": 1,
2176                "show": true
2177              },
2178              {
2179                "format": "short",
2180                "logBase": 1,
2181                "show": true
2182              }
2183            ],
2184            "yaxis": {
2185              "align": false
2186            }
2187          },
2188          {
2189            "aliasColors": {},
2190            "bars": false,
2191            "dashLength": 10,
2192            "dashes": false,
2193            "datasource": {
2194              "type": "prometheus",
2195              "uid": "PDD709D2516BFAE8A"
2196            },
2197            "description": "By output",
2198            "fill": 1,
2199            "fillGradient": 0,
2200            "gridPos": {
2201              "h": 6,
2202              "w": 12,
2203              "x": 12,
2204              "y": 15
2205            },
2206            "hiddenSeries": false,
2207            "id": 38,
2208            "legend": {
2209              "avg": false,
2210              "current": false,
2211              "max": false,
2212              "min": false,
2213              "show": true,
2214              "total": false,
2215              "values": false
2216            },
2217            "lines": true,
2218            "linewidth": 1,
2219            "nullPointMode": "null",
2220            "options": {
2221              "dataLinks": []
2222            },
2223            "percentage": false,
2224            "pointradius": 2,
2225            "points": false,
2226            "renderer": "flot",
2227            "seriesOverrides": [],
2228            "spaceLength": 10,
2229            "stack": false,
2230            "steppedLine": false,
2231            "targets": [
2232              {
2233                "expr": "internal_write_buffer_size{job=~\"$job\", instance=~\"$instance\"}",
2234                "legendFormat": "{{putput}}@{{instance}}",
2235                "refId": "A"
2236              }
2237            ],
2238            "thresholds": [],
2239            "timeRegions": [],
2240            "title": "Buffer Size",
2241            "tooltip": {
2242              "shared": true,
2243              "sort": 0,
2244              "value_type": "individual"
2245            },
2246            "type": "graph",
2247            "xaxis": {
2248              "mode": "time",
2249              "show": true,
2250              "values": []
2251            },
2252            "yaxes": [
2253              {
2254                "format": "short",
2255                "logBase": 1,
2256                "show": true
2257              },
2258              {
2259                "format": "short",
2260                "logBase": 1,
2261                "show": true
2262              }
2263            ],
2264            "yaxis": {
2265              "align": false
2266            }
2267          },
2268          {
2269            "aliasColors": {},
2270            "bars": false,
2271            "dashLength": 10,
2272            "dashes": false,
2273            "datasource": {
2274              "type": "prometheus",
2275              "uid": "PDD709D2516BFAE8A"
2276            },
2277            "description": "By output",
2278            "fill": 1,
2279            "fillGradient": 0,
2280            "gridPos": {
2281              "h": 6,
2282              "w": 12,
2283              "x": 0,
2284              "y": 21
2285            },
2286            "hiddenSeries": false,
2287            "id": 44,
2288            "legend": {
2289              "avg": false,
2290              "current": false,
2291              "max": false,
2292              "min": false,
2293              "show": true,
2294              "total": false,
2295              "values": false
2296            },
2297            "lines": true,
2298            "linewidth": 1,
2299            "nullPointMode": "null",
2300            "options": {
2301              "dataLinks": []
2302            },
2303            "percentage": false,
2304            "pointradius": 2,
2305            "points": false,
2306            "renderer": "flot",
2307            "seriesOverrides": [],
2308            "spaceLength": 10,
2309            "stack": false,
2310            "steppedLine": false,
2311            "targets": [
2312              {
2313                "expr": "internal_write_metrics_dropped{job=~\"$job\", instance=~\"$instance\"}",
2314                "legendFormat": "{{output}}@{{instance}}",
2315                "refId": "A"
2316              }
2317            ],
2318            "thresholds": [],
2319            "timeRegions": [],
2320            "title": "Metrics Dropped",
2321            "tooltip": {
2322              "shared": true,
2323              "sort": 0,
2324              "value_type": "individual"
2325            },
2326            "type": "graph",
2327            "xaxis": {
2328              "mode": "time",
2329              "show": true,
2330              "values": []
2331            },
2332            "yaxes": [
2333              {
2334                "format": "short",
2335                "logBase": 1,
2336                "show": true
2337              },
2338              {
2339                "format": "short",
2340                "logBase": 1,
2341                "show": true
2342              }
2343            ],
2344            "yaxis": {
2345              "align": false
2346            }
2347          },
2348          {
2349            "aliasColors": {},
2350            "bars": false,
2351            "dashLength": 10,
2352            "dashes": false,
2353            "datasource": {
2354              "type": "prometheus",
2355              "uid": "PDD709D2516BFAE8A"
2356            },
2357            "description": "By output",
2358            "fill": 1,
2359            "fillGradient": 0,
2360            "gridPos": {
2361              "h": 6,
2362              "w": 12,
2363              "x": 12,
2364              "y": 21
2365            },
2366            "hiddenSeries": false,
2367            "id": 46,
2368            "legend": {
2369              "avg": false,
2370              "current": false,
2371              "max": false,
2372              "min": false,
2373              "show": true,
2374              "total": false,
2375              "values": false
2376            },
2377            "lines": true,
2378            "linewidth": 1,
2379            "nullPointMode": "null",
2380            "options": {
2381              "dataLinks": []
2382            },
2383            "percentage": false,
2384            "pointradius": 2,
2385            "points": false,
2386            "renderer": "flot",
2387            "seriesOverrides": [],
2388            "spaceLength": 10,
2389            "stack": false,
2390            "steppedLine": false,
2391            "targets": [
2392              {
2393                "expr": "internal_write_metrics_filtered{job=~\"$job\", instance=~\"$instance\"}",
2394                "legendFormat": "{{output}}@{{instance}}",
2395                "refId": "A"
2396              }
2397            ],
2398            "thresholds": [],
2399            "timeRegions": [],
2400            "title": "Metrics Filtered",
2401            "tooltip": {
2402              "shared": true,
2403              "sort": 0,
2404              "value_type": "individual"
2405            },
2406            "type": "graph",
2407            "xaxis": {
2408              "mode": "time",
2409              "show": true,
2410              "values": []
2411            },
2412            "yaxes": [
2413              {
2414                "format": "short",
2415                "logBase": 1,
2416                "show": true
2417              },
2418              {
2419                "format": "short",
2420                "logBase": 1,
2421                "show": true
2422              }
2423            ],
2424            "yaxis": {
2425              "align": false
2426            }
2427          },
2428          {
2429            "aliasColors": {},
2430            "bars": false,
2431            "dashLength": 10,
2432            "dashes": false,
2433            "datasource": {
2434              "type": "prometheus",
2435              "uid": "PDD709D2516BFAE8A"
2436            },
2437            "fill": 1,
2438            "fillGradient": 0,
2439            "gridPos": {
2440              "h": 6,
2441              "w": 12,
2442              "x": 0,
2443              "y": 27
2444            },
2445            "hiddenSeries": false,
2446            "id": 40,
2447            "legend": {
2448              "avg": false,
2449              "current": false,
2450              "max": false,
2451              "min": false,
2452              "show": true,
2453              "total": false,
2454              "values": false
2455            },
2456            "lines": true,
2457            "linewidth": 1,
2458            "nullPointMode": "null",
2459            "options": {
2460              "dataLinks": []
2461            },
2462            "percentage": false,
2463            "pointradius": 2,
2464            "points": false,
2465            "renderer": "flot",
2466            "seriesOverrides": [],
2467            "spaceLength": 10,
2468            "stack": false,
2469            "steppedLine": false,
2470            "targets": [
2471              {
2472                "expr": "rate(internal_write_metrics_added{job=~\"$job\", instance=~\"$instance\"}[$interval])",
2473                "legendFormat": "{{instance}}",
2474                "refId": "A"
2475              }
2476            ],
2477            "thresholds": [],
2478            "timeRegions": [],
2479            "title": "Metrics Added per Second",
2480            "tooltip": {
2481              "shared": true,
2482              "sort": 0,
2483              "value_type": "individual"
2484            },
2485            "type": "graph",
2486            "xaxis": {
2487              "mode": "time",
2488              "show": true,
2489              "values": []
2490            },
2491            "yaxes": [
2492              {
2493                "format": "short",
2494                "logBase": 1,
2495                "show": true
2496              },
2497              {
2498                "format": "short",
2499                "logBase": 1,
2500                "show": true
2501              }
2502            ],
2503            "yaxis": {
2504              "align": false
2505            }
2506          },
2507          {
2508            "aliasColors": {},
2509            "bars": false,
2510            "dashLength": 10,
2511            "dashes": false,
2512            "datasource": {
2513              "type": "prometheus",
2514              "uid": "PDD709D2516BFAE8A"
2515            },
2516            "fill": 1,
2517            "fillGradient": 0,
2518            "gridPos": {
2519              "h": 6,
2520              "w": 12,
2521              "x": 12,
2522              "y": 27
2523            },
2524            "hiddenSeries": false,
2525            "id": 42,
2526            "legend": {
2527              "avg": false,
2528              "current": false,
2529              "max": false,
2530              "min": false,
2531              "show": true,
2532              "total": false,
2533              "values": false
2534            },
2535            "lines": true,
2536            "linewidth": 1,
2537            "nullPointMode": "null",
2538            "options": {
2539              "dataLinks": []
2540            },
2541            "percentage": false,
2542            "pointradius": 2,
2543            "points": false,
2544            "renderer": "flot",
2545            "seriesOverrides": [],
2546            "spaceLength": 10,
2547            "stack": false,
2548            "steppedLine": false,
2549            "targets": [
2550              {
2551                "expr": "rate(internal_write_metrics_written{job=~\"$job\", instance=~\"$instance\"}[$interval])",
2552                "legendFormat": "{{instance}}",
2553                "refId": "A"
2554              }
2555            ],
2556            "thresholds": [],
2557            "timeRegions": [],
2558            "title": "Metrics Written per Second",
2559            "tooltip": {
2560              "shared": true,
2561              "sort": 0,
2562              "value_type": "individual"
2563            },
2564            "type": "graph",
2565            "xaxis": {
2566              "mode": "time",
2567              "show": true,
2568              "values": []
2569            },
2570            "yaxes": [
2571              {
2572                "format": "short",
2573                "logBase": 1,
2574                "show": true
2575              },
2576              {
2577                "format": "short",
2578                "logBase": 1,
2579                "show": true
2580              }
2581            ],
2582            "yaxis": {
2583              "align": false
2584            }
2585          },
2586          {
2587            "aliasColors": {},
2588            "bars": false,
2589            "dashLength": 10,
2590            "dashes": false,
2591            "datasource": {
2592              "type": "prometheus",
2593              "uid": "PDD709D2516BFAE8A"
2594            },
2595            "description": "By output",
2596            "fill": 1,
2597            "fillGradient": 0,
2598            "gridPos": {
2599              "h": 6,
2600              "w": 12,
2601              "x": 0,
2602              "y": 33
2603            },
2604            "hiddenSeries": false,
2605            "id": 48,
2606            "legend": {
2607              "avg": false,
2608              "current": false,
2609              "max": false,
2610              "min": false,
2611              "show": true,
2612              "total": false,
2613              "values": false
2614            },
2615            "lines": true,
2616            "linewidth": 1,
2617            "nullPointMode": "null",
2618            "options": {
2619              "dataLinks": []
2620            },
2621            "percentage": false,
2622            "pointradius": 2,
2623            "points": false,
2624            "renderer": "flot",
2625            "seriesOverrides": [],
2626            "spaceLength": 10,
2627            "stack": false,
2628            "steppedLine": false,
2629            "targets": [
2630              {
2631                "expr": "internal_write_write_time_ns{job=~\"$job\", instance=~\"$instance\"}",
2632                "legendFormat": "{{output}}@{{instance}}",
2633                "refId": "A"
2634              }
2635            ],
2636            "thresholds": [],
2637            "timeRegions": [],
2638            "title": "Write Time",
2639            "tooltip": {
2640              "shared": true,
2641              "sort": 0,
2642              "value_type": "individual"
2643            },
2644            "type": "graph",
2645            "xaxis": {
2646              "mode": "time",
2647              "show": true,
2648              "values": []
2649            },
2650            "yaxes": [
2651              {
2652                "format": "ns",
2653                "logBase": 1,
2654                "show": true
2655              },
2656              {
2657                "format": "short",
2658                "logBase": 1,
2659                "show": true
2660              }
2661            ],
2662            "yaxis": {
2663              "align": false
2664            }
2665          }
2666        ],
2667        "title": "write",
2668        "type": "row"
2669      },
2670      {
2671        "collapsed": true,
2672        "datasource": {
2673          "type": "prometheus",
2674          "uid": "PDD709D2516BFAE8A"
2675        },
2676        "gridPos": {
2677          "h": 1,
2678          "w": 24,
2679          "x": 0,
2680          "y": 15
2681        },
2682        "id": 16,
2683        "panels": [
2684          {
2685            "aliasColors": {},
2686            "bars": false,
2687            "dashLength": 10,
2688            "dashes": false,
2689            "datasource": {
2690              "type": "prometheus",
2691              "uid": "PDD709D2516BFAE8A"
2692            },
2693            "description": "GC invocation durations",
2694            "fill": 1,
2695            "fillGradient": 0,
2696            "gridPos": {
2697              "h": 6,
2698              "w": 24,
2699              "x": 0,
2700              "y": 16
2701            },
2702            "hiddenSeries": false,
2703            "id": 12,
2704            "legend": {
2705              "avg": false,
2706              "current": false,
2707              "max": false,
2708              "min": false,
2709              "show": true,
2710              "total": false,
2711              "values": false
2712            },
2713            "lines": true,
2714            "linewidth": 1,
2715            "links": [],
2716            "nullPointMode": "null",
2717            "options": {
2718              "dataLinks": []
2719            },
2720            "percentage": false,
2721            "pointradius": 5,
2722            "points": false,
2723            "renderer": "flot",
2724            "seriesOverrides": [],
2725            "spaceLength": 10,
2726            "stack": false,
2727            "steppedLine": false,
2728            "targets": [
2729              {
2730                "expr": "rate(go_gc_duration_seconds_sum{job=~\"$job\", instance=~\"$instance\"}[$interval])",
2731                "format": "time_series",
2732                "intervalFactor": 2,
2733                "legendFormat": "{{instance}}",
2734                "refId": "A",
2735                "step": 2
2736              }
2737            ],
2738            "thresholds": [],
2739            "timeRegions": [],
2740            "title": "GC Rate / 2m",
2741            "tooltip": {
2742              "shared": true,
2743              "sort": 0,
2744              "value_type": "individual"
2745            },
2746            "type": "graph",
2747            "xaxis": {
2748              "mode": "time",
2749              "show": true,
2750              "values": []
2751            },
2752            "yaxes": [
2753              {
2754                "format": "short",
2755                "logBase": 1,
2756                "show": true
2757              },
2758              {
2759                "format": "short",
2760                "logBase": 1,
2761                "show": true
2762              }
2763            ],
2764            "yaxis": {
2765              "align": false
2766            }
2767          }
2768        ],
2769        "title": "gc",
2770        "type": "row"
2771      }
2772    ],
2773    "refresh": "1m",
2774    "schemaVersion": 35,
2775    "style": "dark",
2776    "tags": [
2777      "internal"
2778    ],
2779    "templating": {
2780      "list": [
2781        {
2782          "current": {
2783            "selected": false,
2784            "text": "All",
2785            "value": "$__all"
2786          },
2787          "datasource": {
2788            "type": "prometheus",
2789            "uid": "PDD709D2516BFAE8A"
2790          },
2791          "definition": "query_result(internal_agent_gather_errors)",
2792          "hide": 0,
2793          "includeAll": true,
2794          "label": "job",
2795          "multi": true,
2796          "name": "job",
2797          "options": [],
2798          "query": {
2799            "query": "query_result(internal_agent_gather_errors)",
2800            "refId": "moc-smaug-job-Variable-Query"
2801          },
2802          "refresh": 2,
2803          "regex": "/.*job=\"([^\"]+)/",
2804          "skipUrlSync": false,
2805          "sort": 0,
2806          "tagValuesQuery": "",
2807          "tagsQuery": "",
2808          "type": "query",
2809          "useTags": false
2810        },
2811        {
2812          "current": {
2813            "selected": false,
2814            "text": "All",
2815            "value": "$__all"
2816          },
2817          "datasource": {
2818            "type": "prometheus",
2819            "uid": "PDD709D2516BFAE8A"
2820          },
2821          "definition": "query_result(up{job=~\"$job\"})",
2822          "hide": 0,
2823          "includeAll": true,
2824          "multi": true,
2825          "name": "instance",
2826          "options": [],
2827          "query": {
2828            "query": "query_result(up{job=~\"$job\"})",
2829            "refId": "moc-smaug-instance-Variable-Query"
2830          },
2831          "refresh": 2,
2832          "regex": "/.*instance=\"([^\"]+).*/",
2833          "skipUrlSync": false,
2834          "sort": 2,
2835          "tagValuesQuery": "",
2836          "tagsQuery": "",
2837          "type": "query",
2838          "useTags": false
2839        },
2840        {
2841          "auto": false,
2842          "auto_count": 30,
2843          "auto_min": "10s",
2844          "current": {
2845            "selected": false,
2846            "text": "5m",
2847            "value": "5m"
2848          },
2849          "hide": 0,
2850          "label": "interval",
2851          "name": "interval",
2852          "options": [
2853            {
2854              "selected": true,
2855              "text": "5m",
2856              "value": "5m"
2857            },
2858            {
2859              "selected": false,
2860              "text": "10m",
2861              "value": "10m"
2862            },
2863            {
2864              "selected": false,
2865              "text": "15m",
2866              "value": "15m"
2867            },
2868            {
2869              "selected": false,
2870              "text": "30m",
2871              "value": "30m"
2872            },
2873            {
2874              "selected": false,
2875              "text": "1h",
2876              "value": "1h"
2877            },
2878            {
2879              "selected": false,
2880              "text": "6h",
2881              "value": "6h"
2882            },
2883            {
2884              "selected": false,
2885              "text": "12h",
2886              "value": "12h"
2887            },
2888            {
2889              "selected": false,
2890              "text": "1d",
2891              "value": "1d"
2892            },
2893            {
2894              "selected": false,
2895              "text": "7d",
2896              "value": "7d"
2897            },
2898            {
2899              "selected": false,
2900              "text": "14d",
2901              "value": "14d"
2902            },
2903            {
2904              "selected": false,
2905              "text": "30d",
2906              "value": "30d"
2907            }
2908          ],
2909          "query": "5m,10m,15m,30m,1h,6h,12h,1d,7d,14d,30d",
2910          "refresh": 2,
2911          "skipUrlSync": false,
2912          "type": "interval"
2913        }
2914      ]
2915    },
2916    "time": {
2917      "from": "now-6h",
2918      "to": "now"
2919    },
2920    "timepicker": {
2921      "refresh_intervals": [
2922        "5s",
2923        "10s",
2924        "30s",
2925        "1m",
2926        "5m",
2927        "15m",
2928        "30m",
2929        "1h",
2930        "2h",
2931        "1d"
2932      ]
2933    },
2934    "timezone": "",
2935    "title": "Telegraf Internal Stats",
2936    "uid": "mLn262TWz",
2937    "version": 1,
2938    "weekStart": ""
2939  }