cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

envoy-gateway-global.json (103233B)


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