github.com/galamsiva2020/kubernetes-heapster-monitoring@v0.0.0-20210823134957-3c1baa7c1e70/grafana/dashboards/influxdb_withfields/cluster.json (about)

     1  {
     2    "dashboard": {
     3      "id": null,
     4      "title": "Cluster",
     5      "originalTitle": "Cluster",
     6      "tags": [],
     7      "style": "dark",
     8      "timezone": "browser",
     9      "editable": true,
    10      "hideControls": false,
    11      "sharedCrosshair": false,
    12      "rows": [
    13        {
    14          "collapse": false,
    15          "editable": true,
    16          "height": "250px",
    17          "panels": [
    18            {
    19              "aliasColors": {},
    20              "bars": false,
    21              "datasource": null,
    22              "editable": true,
    23              "error": false,
    24              "fill": 1,
    25              "grid": {
    26                "leftLogBase": 1,
    27                "leftMax": null,
    28                "leftMin": null,
    29                "rightLogBase": 1,
    30                "rightMax": null,
    31                "rightMin": null,
    32                "threshold1": null,
    33                "threshold1Color": "rgba(216, 200, 27, 0.27)",
    34                "threshold2": null,
    35                "threshold2Color": "rgba(234, 112, 112, 0.22)"
    36              },
    37              "id": 3,
    38              "isNew": true,
    39              "leftYAxisLabel": "Millicores",
    40              "legend": {
    41                "avg": false,
    42                "current": false,
    43                "max": false,
    44                "min": false,
    45                "show": true,
    46                "total": false,
    47                "values": false
    48              },
    49              "lines": true,
    50              "linewidth": 2,
    51              "links": [],
    52              "nullPointMode": "connected",
    53              "percentage": false,
    54              "pointradius": 5,
    55              "points": false,
    56              "renderer": "flot",
    57              "seriesOverrides": [],
    58              "span": 12,
    59              "stack": false,
    60              "steppedLine": false,
    61              "targets": [
    62                {
    63                  "alias": "Usage",
    64                  "dsType": "influxdb",
    65                  "groupBy": [
    66                    {
    67                      "params": [
    68                        "$interval"
    69                      ],
    70                      "type": "time"
    71                    },
    72                    {
    73                      "params": [
    74                        "null"
    75                      ],
    76                      "type": "fill"
    77                    }
    78                  ],
    79                  "measurement": "cpu",
    80                  "query": "SELECT sum(\"usage_rate\") FROM \"cpu\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
    81                  "refId": "A",
    82                  "resultFormat": "time_series",
    83                  "select": [
    84                    [
    85                      {
    86                        "params": [
    87                          "usage_rate"
    88                        ],
    89                        "type": "field"
    90                      },
    91                      {
    92                        "params": [],
    93                        "type": "sum"
    94                      }
    95                    ]
    96                  ],
    97                  "tags": [
    98                    {
    99                      "key": "type",
   100                      "operator": "=",
   101                      "value": "node"
   102                    }
   103                  ]
   104                },
   105                {
   106                  "alias": "Limit",
   107                  "dsType": "influxdb",
   108                  "groupBy": [
   109                    {
   110                      "params": [
   111                        "$interval"
   112                      ],
   113                      "type": "time"
   114                    },
   115                    {
   116                      "params": [
   117                        "null"
   118                      ],
   119                      "type": "fill"
   120                    }
   121                  ],
   122                  "measurement": "cpu",
   123                  "query": "SELECT sum(\"limit\") FROM \"cpu\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
   124                  "refId": "B",
   125                  "resultFormat": "time_series",
   126                  "select": [
   127                    [
   128                      {
   129                        "params": [
   130                          "limit"
   131                        ],
   132                        "type": "field"
   133                      },
   134                      {
   135                        "params": [],
   136                        "type": "sum"
   137                      }
   138                    ]
   139                  ],
   140                  "tags": [
   141                    {
   142                      "key": "type",
   143                      "operator": "=",
   144                      "value": "node"
   145                    }
   146                  ]
   147                },
   148                {
   149                  "alias": "Request",
   150                  "dsType": "influxdb",
   151                  "groupBy": [
   152                    {
   153                      "params": [
   154                        "$interval"
   155                      ],
   156                      "type": "time"
   157                    },
   158                    {
   159                      "params": [
   160                        "null"
   161                      ],
   162                      "type": "fill"
   163                    }
   164                  ],
   165                  "measurement": "cpu",
   166                  "query": "SELECT sum(\"request\") FROM \"cpu\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
   167                  "refId": "C",
   168                  "resultFormat": "time_series",
   169                  "select": [
   170                    [
   171                      {
   172                        "params": [
   173                          "request"
   174                        ],
   175                        "type": "field"
   176                      },
   177                      {
   178                        "params": [],
   179                        "type": "sum"
   180                      }
   181                    ]
   182                  ],
   183                  "tags": [
   184                    {
   185                      "key": "type",
   186                      "operator": "=",
   187                      "value": "node"
   188                    }
   189                  ]
   190                }
   191              ],
   192              "timeFrom": null,
   193              "timeShift": null,
   194              "title": "Overall Cluster CPU Usage",
   195              "tooltip": {
   196                "shared": true,
   197                "value_type": "cumulative"
   198              },
   199              "type": "graph",
   200              "x-axis": true,
   201              "y-axis": true,
   202              "y_formats": [
   203                "short",
   204                "short"
   205              ]
   206            }
   207          ],
   208          "title": "Row"
   209        },
   210        {
   211          "collapse": false,
   212          "editable": true,
   213          "height": "250px",
   214          "panels": [
   215            {
   216              "aliasColors": {},
   217              "bars": false,
   218              "datasource": null,
   219              "editable": true,
   220              "error": false,
   221              "fill": 1,
   222              "grid": {
   223                "leftLogBase": 1,
   224                "leftMax": null,
   225                "leftMin": null,
   226                "rightLogBase": 1,
   227                "rightMax": null,
   228                "rightMin": null,
   229                "threshold1": null,
   230                "threshold1Color": "rgba(216, 200, 27, 0.27)",
   231                "threshold2": null,
   232                "threshold2Color": "rgba(234, 112, 112, 0.22)"
   233              },
   234              "id": 4,
   235              "isNew": true,
   236              "leftYAxisLabel": "Millicores",
   237              "legend": {
   238                "avg": false,
   239                "current": false,
   240                "max": false,
   241                "min": false,
   242                "show": true,
   243                "total": false,
   244                "values": false
   245              },
   246              "lines": true,
   247              "linewidth": 2,
   248              "links": [],
   249              "nullPointMode": "connected",
   250              "percentage": false,
   251              "pointradius": 5,
   252              "points": false,
   253              "renderer": "flot",
   254              "seriesOverrides": [],
   255              "span": 12,
   256              "stack": false,
   257              "steppedLine": false,
   258              "targets": [
   259                {
   260                  "alias": "Usage $tag_nodename",
   261                  "dsType": "influxdb",
   262                  "groupBy": [
   263                    {
   264                      "params": [
   265                        "$interval"
   266                      ],
   267                      "type": "time"
   268                    },
   269                    {
   270                      "params": [
   271                        "nodename"
   272                      ],
   273                      "type": "tag"
   274                    },
   275                    {
   276                      "params": [
   277                        "null"
   278                      ],
   279                      "type": "fill"
   280                    }
   281                  ],
   282                  "measurement": "cpu",
   283                  "query": "SELECT sum(\"usage_rate\") FROM \"cpu\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   284                  "refId": "A",
   285                  "resultFormat": "time_series",
   286                  "select": [
   287                    [
   288                      {
   289                        "params": [
   290                          "usage_rate"
   291                        ],
   292                        "type": "field"
   293                      },
   294                      {
   295                        "params": [],
   296                        "type": "sum"
   297                      }
   298                    ]
   299                  ],
   300                  "tags": [
   301                    {
   302                      "key": "type",
   303                      "operator": "=",
   304                      "value": "node"
   305                    }
   306                  ]
   307                },
   308                {
   309                  "alias": "Limit $tag_nodename",
   310                  "dsType": "influxdb",
   311                  "groupBy": [
   312                    {
   313                      "params": [
   314                        "$interval"
   315                      ],
   316                      "type": "time"
   317                    },
   318                    {
   319                      "params": [
   320                        "nodename"
   321                      ],
   322                      "type": "tag"
   323                    },
   324                    {
   325                      "params": [
   326                        "null"
   327                      ],
   328                      "type": "fill"
   329                    }
   330                  ],
   331                  "measurement": "cpu",
   332                  "query": "SELECT sum(\"limit\") FROM \"cpu\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   333                  "refId": "B",
   334                  "resultFormat": "time_series",
   335                  "select": [
   336                    [
   337                      {
   338                        "params": [
   339                          "limit"
   340                        ],
   341                        "type": "field"
   342                      },
   343                      {
   344                        "params": [],
   345                        "type": "sum"
   346                      }
   347                    ]
   348                  ],
   349                  "tags": [
   350                    {
   351                      "key": "type",
   352                      "operator": "=",
   353                      "value": "node"
   354                    }
   355                  ]
   356                },
   357                {
   358                  "alias": "Request $tag_nodename",
   359                  "dsType": "influxdb",
   360                  "groupBy": [
   361                    {
   362                      "params": [
   363                        "$interval"
   364                      ],
   365                      "type": "time"
   366                    },
   367                    {
   368                      "params": [
   369                        "nodename"
   370                      ],
   371                      "type": "tag"
   372                    },
   373                    {
   374                      "params": [
   375                        "null"
   376                      ],
   377                      "type": "fill"
   378                    }
   379                  ],
   380                  "measurement": "cpu",
   381                  "query": "SELECT sum(\"request\") FROM \"cpu\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   382                  "refId": "C",
   383                  "resultFormat": "time_series",
   384                  "select": [
   385                    [
   386                      {
   387                        "params": [
   388                          "request"
   389                        ],
   390                        "type": "field"
   391                      },
   392                      {
   393                        "params": [],
   394                        "type": "sum"
   395                      }
   396                    ]
   397                  ],
   398                  "tags": [
   399                    {
   400                      "key": "type",
   401                      "operator": "=",
   402                      "value": "node"
   403                    }
   404                  ]
   405                }
   406              ],
   407              "timeFrom": null,
   408              "timeShift": null,
   409              "title": "CPU Usage by Node",
   410              "tooltip": {
   411                "shared": true,
   412                "value_type": "cumulative"
   413              },
   414              "type": "graph",
   415              "x-axis": true,
   416              "y-axis": true,
   417              "y_formats": [
   418                "short",
   419                "short"
   420              ]
   421            },
   422            {
   423              "aliasColors": {},
   424              "bars": false,
   425              "datasource": null,
   426              "editable": true,
   427              "error": false,
   428              "fill": 1,
   429              "grid": {
   430                "leftLogBase": 1,
   431                "leftMax": null,
   432                "leftMin": null,
   433                "rightLogBase": 1,
   434                "rightMax": null,
   435                "rightMin": null,
   436                "threshold1": null,
   437                "threshold1Color": "rgba(216, 200, 27, 0.27)",
   438                "threshold2": null,
   439                "threshold2Color": "rgba(234, 112, 112, 0.22)"
   440              },
   441              "id": 6,
   442              "isNew": true,
   443              "leftYAxisLabel": "Millicores",
   444              "legend": {
   445                "avg": false,
   446                "current": false,
   447                "max": false,
   448                "min": false,
   449                "show": true,
   450                "total": false,
   451                "values": false
   452              },
   453              "lines": true,
   454              "linewidth": 2,
   455              "links": [],
   456              "nullPointMode": "connected",
   457              "percentage": false,
   458              "pointradius": 5,
   459              "points": false,
   460              "renderer": "flot",
   461              "seriesOverrides": [],
   462              "span": 12,
   463              "stack": false,
   464              "steppedLine": false,
   465              "targets": [
   466                {
   467                  "alias": "Usage $tag_nodename",
   468                  "dsType": "influxdb",
   469                  "groupBy": [
   470                    {
   471                      "params": [
   472                        "$interval"
   473                      ],
   474                      "type": "time"
   475                    },
   476                    {
   477                      "params": [
   478                        "nodename"
   479                      ],
   480                      "type": "tag"
   481                    },
   482                    {
   483                      "params": [
   484                        "null"
   485                      ],
   486                      "type": "fill"
   487                    }
   488                  ],
   489                  "measurement": "cpu",
   490                  "query": "SELECT sum(\"usage_rate\") FROM \"cpu\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   491                  "refId": "A",
   492                  "resultFormat": "time_series",
   493                  "select": [
   494                    [
   495                      {
   496                        "params": [
   497                          "usage_rate"
   498                        ],
   499                        "type": "field"
   500                      },
   501                      {
   502                        "params": [],
   503                        "type": "sum"
   504                      }
   505                    ]
   506                  ],
   507                  "tags": [
   508                    {
   509                      "key": "type",
   510                      "operator": "=",
   511                      "value": "node"
   512                    },
   513                    {
   514                      "condition": "AND",
   515                      "key": "nodename",
   516                      "operator": "=~",
   517                      "value": "/$nodename$/"
   518                    }
   519                  ]
   520                },
   521                {
   522                  "alias": "Limit $tag_nodename",
   523                  "dsType": "influxdb",
   524                  "groupBy": [
   525                    {
   526                      "params": [
   527                        "$interval"
   528                      ],
   529                      "type": "time"
   530                    },
   531                    {
   532                      "params": [
   533                        "nodename"
   534                      ],
   535                      "type": "tag"
   536                    },
   537                    {
   538                      "params": [
   539                        "null"
   540                      ],
   541                      "type": "fill"
   542                    }
   543                  ],
   544                  "measurement": "cpu",
   545                  "query": "SELECT sum(\"limite\") FROM \"cpu\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   546                  "refId": "B",
   547                  "resultFormat": "time_series",
   548                  "select": [
   549                    [
   550                      {
   551                        "params": [
   552                          "limit"
   553                        ],
   554                        "type": "field"
   555                      },
   556                      {
   557                        "params": [],
   558                        "type": "sum"
   559                      }
   560                    ]
   561                  ],
   562                  "tags": [
   563                    {
   564                      "key": "type",
   565                      "operator": "=",
   566                      "value": "node"
   567                    },
   568                    {
   569                      "condition": "AND",
   570                      "key": "nodename",
   571                      "operator": "=~",
   572                      "value": "/$nodename$/"
   573                    }
   574                  ]
   575                },
   576                {
   577                  "alias": "Request $tag_nodename",
   578                  "dsType": "influxdb",
   579                  "groupBy": [
   580                    {
   581                      "params": [
   582                        "$interval"
   583                      ],
   584                      "type": "time"
   585                    },
   586                    {
   587                      "params": [
   588                        "nodename"
   589                      ],
   590                      "type": "tag"
   591                    },
   592                    {
   593                      "params": [
   594                        "null"
   595                      ],
   596                      "type": "fill"
   597                    }
   598                  ],
   599                  "measurement": "cpu",
   600                  "query": "SELECT sum(\"request\") FROM \"cpu\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   601                  "refId": "C",
   602                  "resultFormat": "time_series",
   603                  "select": [
   604                    [
   605                      {
   606                        "params": [
   607                          "request"
   608                        ],
   609                        "type": "field"
   610                      },
   611                      {
   612                        "params": [],
   613                        "type": "sum"
   614                      }
   615                    ]
   616                  ],
   617                  "tags": [
   618                    {
   619                      "key": "type",
   620                      "operator": "=",
   621                      "value": "node"
   622                    },
   623                    {
   624                      "condition": "AND",
   625                      "key": "nodename",
   626                      "operator": "=~",
   627                      "value": "/$nodename$/"
   628                    }
   629                  ]
   630                }
   631              ],
   632              "timeFrom": null,
   633              "timeShift": null,
   634              "title": "Individual CPU Usage: $nodename",
   635              "tooltip": {
   636                "shared": true,
   637                "value_type": "cumulative"
   638              },
   639              "type": "graph",
   640              "x-axis": true,
   641              "y-axis": true,
   642              "y_formats": [
   643                "short",
   644                "short"
   645              ]
   646            }
   647          ],
   648          "title": "New row"
   649        },
   650        {
   651          "collapse": false,
   652          "editable": true,
   653          "height": "250px",
   654          "panels": [
   655            {
   656              "aliasColors": {},
   657              "bars": false,
   658              "datasource": null,
   659              "editable": true,
   660              "error": false,
   661              "fill": 1,
   662              "grid": {
   663                "leftLogBase": 1,
   664                "leftMax": null,
   665                "leftMin": null,
   666                "rightLogBase": 1,
   667                "rightMax": null,
   668                "rightMin": null,
   669                "threshold1": null,
   670                "threshold1Color": "rgba(216, 200, 27, 0.27)",
   671                "threshold2": null,
   672                "threshold2Color": "rgba(234, 112, 112, 0.22)"
   673              },
   674              "id": 1,
   675              "isNew": true,
   676              "leftYAxisLabel": "bytes",
   677              "legend": {
   678                "avg": false,
   679                "current": false,
   680                "max": false,
   681                "min": false,
   682                "show": true,
   683                "total": false,
   684                "values": false
   685              },
   686              "lines": true,
   687              "linewidth": 2,
   688              "links": [],
   689              "nullPointMode": "connected",
   690              "percentage": false,
   691              "pointradius": 5,
   692              "points": false,
   693              "renderer": "flot",
   694              "seriesOverrides": [],
   695              "span": 12,
   696              "stack": false,
   697              "steppedLine": false,
   698              "targets": [
   699                {
   700                  "alias": "Usage",
   701                  "dsType": "influxdb",
   702                  "groupBy": [
   703                    {
   704                      "params": [
   705                        "$interval"
   706                      ],
   707                      "type": "time"
   708                    },
   709                    {
   710                      "params": [
   711                        "null"
   712                      ],
   713                      "type": "fill"
   714                    }
   715                  ],
   716                  "measurement": "memory",
   717                  "query": "SELECT sum(\"usage\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
   718                  "refId": "B",
   719                  "resultFormat": "time_series",
   720                  "select": [
   721                    [
   722                      {
   723                        "params": [
   724                          "usage"
   725                        ],
   726                        "type": "field"
   727                      },
   728                      {
   729                        "params": [],
   730                        "type": "sum"
   731                      }
   732                    ]
   733                  ],
   734                  "tags": [
   735                    {
   736                      "key": "type",
   737                      "operator": "=",
   738                      "value": "node"
   739                    }
   740                  ]
   741                },
   742                {
   743                  "alias": "Working Set",
   744                  "dsType": "influxdb",
   745                  "groupBy": [
   746                    {
   747                      "params": [
   748                        "$interval"
   749                      ],
   750                      "type": "time"
   751                    },
   752                    {
   753                      "params": [
   754                        "null"
   755                      ],
   756                      "type": "fill"
   757                    }
   758                  ],
   759                  "measurement": "memory",
   760                  "query": "SELECT sum(\"working_set\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
   761                  "refId": "C",
   762                  "resultFormat": "time_series",
   763                  "select": [
   764                    [
   765                      {
   766                        "params": [
   767                          "working_set"
   768                        ],
   769                        "type": "field"
   770                      },
   771                      {
   772                        "params": [],
   773                        "type": "sum"
   774                      }
   775                    ]
   776                  ],
   777                  "tags": [
   778                    {
   779                      "key": "type",
   780                      "operator": "=",
   781                      "value": "node"
   782                    }
   783                  ]
   784                },
   785                {
   786                  "alias": "Limit",
   787                  "dsType": "influxdb",
   788                  "groupBy": [
   789                    {
   790                      "params": [
   791                        "$interval"
   792                      ],
   793                      "type": "time"
   794                    },
   795                    {
   796                      "params": [
   797                        "null"
   798                      ],
   799                      "type": "fill"
   800                    }
   801                  ],
   802                  "hide": false,
   803                  "measurement": "memory",
   804                  "query": "SELECT sum(\"limit\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
   805                  "refId": "A",
   806                  "resultFormat": "time_series",
   807                  "select": [
   808                    [
   809                      {
   810                        "params": [
   811                          "limit"
   812                        ],
   813                        "type": "field"
   814                      },
   815                      {
   816                        "params": [],
   817                        "type": "sum"
   818                      }
   819                    ]
   820                  ],
   821                  "tags": [
   822                    {
   823                      "key": "type",
   824                      "operator": "=",
   825                      "value": "node"
   826                    }
   827                  ]
   828                },
   829                {
   830                  "alias": "Request",
   831                  "dsType": "influxdb",
   832                  "groupBy": [
   833                    {
   834                      "params": [
   835                        "$interval"
   836                      ],
   837                      "type": "time"
   838                    },
   839                    {
   840                      "params": [
   841                        "null"
   842                      ],
   843                      "type": "fill"
   844                    }
   845                  ],
   846                  "hide": false,
   847                  "measurement": "memory",
   848                  "query": "SELECT sum(\"request\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
   849                  "refId": "D",
   850                  "resultFormat": "time_series",
   851                  "select": [
   852                    [
   853                      {
   854                        "params": [
   855                          "request"
   856                        ],
   857                        "type": "field"
   858                      },
   859                      {
   860                        "params": [],
   861                        "type": "sum"
   862                      }
   863                    ]
   864                  ],
   865                  "tags": [
   866                    {
   867                      "key": "type",
   868                      "operator": "=",
   869                      "value": "node"
   870                    }
   871                  ]
   872                }
   873              ],
   874              "timeFrom": null,
   875              "timeShift": null,
   876              "title": "Overall Cluster Memory Usage",
   877              "tooltip": {
   878                "shared": true,
   879                "value_type": "cumulative"
   880              },
   881              "type": "graph",
   882              "x-axis": true,
   883              "y-axis": true,
   884              "y_formats": [
   885                "bytes",
   886                "short"
   887              ]
   888            },
   889            {
   890              "aliasColors": {},
   891              "bars": false,
   892              "datasource": null,
   893              "editable": true,
   894              "error": false,
   895              "fill": 1,
   896              "grid": {
   897                "leftLogBase": 1,
   898                "leftMax": null,
   899                "leftMin": null,
   900                "rightLogBase": 1,
   901                "rightMax": null,
   902                "rightMin": null,
   903                "threshold1": null,
   904                "threshold1Color": "rgba(216, 200, 27, 0.27)",
   905                "threshold2": null,
   906                "threshold2Color": "rgba(234, 112, 112, 0.22)"
   907              },
   908              "id": 2,
   909              "isNew": true,
   910              "leftYAxisLabel": "Bytes",
   911              "legend": {
   912                "avg": false,
   913                "current": false,
   914                "max": false,
   915                "min": false,
   916                "show": true,
   917                "total": false,
   918                "values": false
   919              },
   920              "lines": true,
   921              "linewidth": 2,
   922              "links": [],
   923              "nullPointMode": "connected",
   924              "percentage": false,
   925              "pointradius": 5,
   926              "points": false,
   927              "renderer": "flot",
   928              "seriesOverrides": [],
   929              "span": 12,
   930              "stack": false,
   931              "steppedLine": false,
   932              "targets": [
   933                {
   934                  "alias": "Usage $tag_nodename",
   935                  "dsType": "influxdb",
   936                  "groupBy": [
   937                    {
   938                      "params": [
   939                        "$interval"
   940                      ],
   941                      "type": "time"
   942                    },
   943                    {
   944                      "params": [
   945                        "nodename"
   946                      ],
   947                      "type": "tag"
   948                    },
   949                    {
   950                      "params": [
   951                        "null"
   952                      ],
   953                      "type": "fill"
   954                    }
   955                  ],
   956                  "measurement": "memory",
   957                  "query": "SELECT sum(\"usage\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
   958                  "refId": "B",
   959                  "resultFormat": "time_series",
   960                  "select": [
   961                    [
   962                      {
   963                        "params": [
   964                          "usage"
   965                        ],
   966                        "type": "field"
   967                      },
   968                      {
   969                        "params": [],
   970                        "type": "sum"
   971                      }
   972                    ]
   973                  ],
   974                  "tags": [
   975                    {
   976                      "key": "type",
   977                      "operator": "=",
   978                      "value": "node"
   979                    }
   980                  ]
   981                },
   982                {
   983                  "alias": "Working Set $tag_nodename",
   984                  "dsType": "influxdb",
   985                  "groupBy": [
   986                    {
   987                      "params": [
   988                        "$interval"
   989                      ],
   990                      "type": "time"
   991                    },
   992                    {
   993                      "params": [
   994                        "nodename"
   995                      ],
   996                      "type": "tag"
   997                    },
   998                    {
   999                      "params": [
  1000                        "null"
  1001                      ],
  1002                      "type": "fill"
  1003                    }
  1004                  ],
  1005                  "measurement": "memory",
  1006                  "query": "SELECT sum(\"working_set\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1007                  "refId": "A",
  1008                  "resultFormat": "time_series",
  1009                  "select": [
  1010                    [
  1011                      {
  1012                        "params": [
  1013                          "working_set"
  1014                        ],
  1015                        "type": "field"
  1016                      },
  1017                      {
  1018                        "params": [],
  1019                        "type": "sum"
  1020                      }
  1021                    ]
  1022                  ],
  1023                  "tags": [
  1024                    {
  1025                      "key": "type",
  1026                      "operator": "=",
  1027                      "value": "node"
  1028                    }
  1029                  ]
  1030                },
  1031                {
  1032                  "alias": "Limit $tag_nodename",
  1033                  "dsType": "influxdb",
  1034                  "groupBy": [
  1035                    {
  1036                      "params": [
  1037                        "$interval"
  1038                      ],
  1039                      "type": "time"
  1040                    },
  1041                    {
  1042                      "params": [
  1043                        "nodename"
  1044                      ],
  1045                      "type": "tag"
  1046                    },
  1047                    {
  1048                      "params": [
  1049                        "null"
  1050                      ],
  1051                      "type": "fill"
  1052                    }
  1053                  ],
  1054                  "measurement": "memory",
  1055                  "query": "SELECT sum(\"limit\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1056                  "refId": "C",
  1057                  "resultFormat": "time_series",
  1058                  "select": [
  1059                    [
  1060                      {
  1061                        "params": [
  1062                          "limit"
  1063                        ],
  1064                        "type": "field"
  1065                      },
  1066                      {
  1067                        "params": [],
  1068                        "type": "sum"
  1069                      }
  1070                    ]
  1071                  ],
  1072                  "tags": [
  1073                    {
  1074                      "key": "type",
  1075                      "operator": "=",
  1076                      "value": "node"
  1077                    }
  1078                  ]
  1079                },
  1080                {
  1081                  "alias": "Request $tag_nodename",
  1082                  "dsType": "influxdb",
  1083                  "groupBy": [
  1084                    {
  1085                      "params": [
  1086                        "$interval"
  1087                      ],
  1088                      "type": "time"
  1089                    },
  1090                    {
  1091                      "params": [
  1092                        "nodename"
  1093                      ],
  1094                      "type": "tag"
  1095                    },
  1096                    {
  1097                      "params": [
  1098                        "null"
  1099                      ],
  1100                      "type": "fill"
  1101                    }
  1102                  ],
  1103                  "measurement": "memory",
  1104                  "query": "SELECT sum(\"request\") FROM \"memory\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1105                  "refId": "D",
  1106                  "resultFormat": "time_series",
  1107                  "select": [
  1108                    [
  1109                      {
  1110                        "params": [
  1111                          "request"
  1112                        ],
  1113                        "type": "field"
  1114                      },
  1115                      {
  1116                        "params": [],
  1117                        "type": "sum"
  1118                      }
  1119                    ]
  1120                  ],
  1121                  "tags": [
  1122                    {
  1123                      "key": "type",
  1124                      "operator": "=",
  1125                      "value": "node"
  1126                    }
  1127                  ]
  1128                }
  1129              ],
  1130              "timeFrom": null,
  1131              "timeShift": null,
  1132              "title": "Memory Usage by Node",
  1133              "tooltip": {
  1134                "shared": true,
  1135                "value_type": "cumulative"
  1136              },
  1137              "type": "graph",
  1138              "x-axis": true,
  1139              "y-axis": true,
  1140              "y_formats": [
  1141                "bytes",
  1142                "short"
  1143              ]
  1144            }
  1145          ],
  1146          "title": "New row"
  1147        },
  1148        {
  1149          "collapse": false,
  1150          "editable": true,
  1151          "height": "250px",
  1152          "panels": [
  1153            {
  1154              "aliasColors": {},
  1155              "bars": false,
  1156              "datasource": null,
  1157              "editable": true,
  1158              "error": false,
  1159              "fill": 1,
  1160              "grid": {
  1161                "leftLogBase": 1,
  1162                "leftMax": null,
  1163                "leftMin": null,
  1164                "rightLogBase": 1,
  1165                "rightMax": null,
  1166                "rightMin": null,
  1167                "threshold1": null,
  1168                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  1169                "threshold2": null,
  1170                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  1171              },
  1172              "id": 5,
  1173              "isNew": true,
  1174              "leftYAxisLabel": "Bytes",
  1175              "legend": {
  1176                "avg": false,
  1177                "current": false,
  1178                "max": false,
  1179                "min": false,
  1180                "show": true,
  1181                "total": false,
  1182                "values": false
  1183              },
  1184              "lines": true,
  1185              "linewidth": 2,
  1186              "links": [],
  1187              "nullPointMode": "connected",
  1188              "percentage": false,
  1189              "pointradius": 5,
  1190              "points": false,
  1191              "renderer": "flot",
  1192              "seriesOverrides": [],
  1193              "span": 12,
  1194              "stack": false,
  1195              "steppedLine": false,
  1196              "targets": [
  1197                {
  1198                  "alias": "Usage $tag_nodename",
  1199                  "dsType": "influxdb",
  1200                  "groupBy": [
  1201                    {
  1202                      "params": [
  1203                        "$interval"
  1204                      ],
  1205                      "type": "time"
  1206                    },
  1207                    {
  1208                      "params": [
  1209                        "nodename"
  1210                      ],
  1211                      "type": "tag"
  1212                    },
  1213                    {
  1214                      "params": [
  1215                        "null"
  1216                      ],
  1217                      "type": "fill"
  1218                    }
  1219                  ],
  1220                  "measurement": "memory",
  1221                  "query": "SELECT sum(\"usage\") FROM \"memory\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1222                  "refId": "B",
  1223                  "resultFormat": "time_series",
  1224                  "select": [
  1225                    [
  1226                      {
  1227                        "params": [
  1228                          "usage"
  1229                        ],
  1230                        "type": "field"
  1231                      },
  1232                      {
  1233                        "params": [],
  1234                        "type": "sum"
  1235                      }
  1236                    ]
  1237                  ],
  1238                  "tags": [
  1239                    {
  1240                      "key": "type",
  1241                      "operator": "=",
  1242                      "value": "node"
  1243                    },
  1244                    {
  1245                      "condition": "AND",
  1246                      "key": "nodename",
  1247                      "operator": "=~",
  1248                      "value": "/$nodename$/"
  1249                    }
  1250                  ]
  1251                },
  1252                {
  1253                  "alias": "Working Set $tag_nodename",
  1254                  "dsType": "influxdb",
  1255                  "groupBy": [
  1256                    {
  1257                      "params": [
  1258                        "$interval"
  1259                      ],
  1260                      "type": "time"
  1261                    },
  1262                    {
  1263                      "params": [
  1264                        "nodename"
  1265                      ],
  1266                      "type": "tag"
  1267                    },
  1268                    {
  1269                      "params": [
  1270                        "null"
  1271                      ],
  1272                      "type": "fill"
  1273                    }
  1274                  ],
  1275                  "measurement": "memory",
  1276                  "query": "SELECT sum(\"working_set\") FROM \"memory\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1277                  "refId": "A",
  1278                  "resultFormat": "time_series",
  1279                  "select": [
  1280                    [
  1281                      {
  1282                        "params": [
  1283                          "working_set"
  1284                        ],
  1285                        "type": "field"
  1286                      },
  1287                      {
  1288                        "params": [],
  1289                        "type": "sum"
  1290                      }
  1291                    ]
  1292                  ],
  1293                  "tags": [
  1294                    {
  1295                      "key": "type",
  1296                      "operator": "=",
  1297                      "value": "node"
  1298                    },
  1299                    {
  1300                      "condition": "AND",
  1301                      "key": "nodename",
  1302                      "operator": "=~",
  1303                      "value": "/$nodename$/"
  1304                    }
  1305                  ]
  1306                },
  1307                {
  1308                  "alias": "Limit $tag_nodename",
  1309                  "dsType": "influxdb",
  1310                  "groupBy": [
  1311                    {
  1312                      "params": [
  1313                        "$interval"
  1314                      ],
  1315                      "type": "time"
  1316                    },
  1317                    {
  1318                      "params": [
  1319                        "nodename"
  1320                      ],
  1321                      "type": "tag"
  1322                    },
  1323                    {
  1324                      "params": [
  1325                        "null"
  1326                      ],
  1327                      "type": "fill"
  1328                    }
  1329                  ],
  1330                  "measurement": "memory",
  1331                  "query": "SELECT sum(\"limit\") FROM \"memory\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1332                  "refId": "C",
  1333                  "resultFormat": "time_series",
  1334                  "select": [
  1335                    [
  1336                      {
  1337                        "params": [
  1338                          "limit"
  1339                        ],
  1340                        "type": "field"
  1341                      },
  1342                      {
  1343                        "params": [],
  1344                        "type": "sum"
  1345                      }
  1346                    ]
  1347                  ],
  1348                  "tags": [
  1349                    {
  1350                      "key": "type",
  1351                      "operator": "=",
  1352                      "value": "node"
  1353                    },
  1354                    {
  1355                      "condition": "AND",
  1356                      "key": "nodename",
  1357                      "operator": "=~",
  1358                      "value": "/$nodename$/"
  1359                    }
  1360                  ]
  1361                },
  1362                {
  1363                  "alias": "Request $tag_nodename",
  1364                  "dsType": "influxdb",
  1365                  "groupBy": [
  1366                    {
  1367                      "params": [
  1368                        "$interval"
  1369                      ],
  1370                      "type": "time"
  1371                    },
  1372                    {
  1373                      "params": [
  1374                        "nodename"
  1375                      ],
  1376                      "type": "tag"
  1377                    },
  1378                    {
  1379                      "params": [
  1380                        "null"
  1381                      ],
  1382                      "type": "fill"
  1383                    }
  1384                  ],
  1385                  "measurement": "memory",
  1386                  "query": "SELECT sum(\"request\") FROM \"memory\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1387                  "refId": "D",
  1388                  "resultFormat": "time_series",
  1389                  "select": [
  1390                    [
  1391                      {
  1392                        "params": [
  1393                          "request"
  1394                        ],
  1395                        "type": "field"
  1396                      },
  1397                      {
  1398                        "params": [],
  1399                        "type": "sum"
  1400                      }
  1401                    ]
  1402                  ],
  1403                  "tags": [
  1404                    {
  1405                      "key": "type",
  1406                      "operator": "=",
  1407                      "value": "node"
  1408                    },
  1409                    {
  1410                      "condition": "AND",
  1411                      "key": "nodename",
  1412                      "operator": "=~",
  1413                      "value": "/$nodename$/"
  1414                    }
  1415                  ]
  1416                }
  1417              ],
  1418              "timeFrom": null,
  1419              "timeShift": null,
  1420              "title": "Individual Node Memory Usage: $nodename",
  1421              "tooltip": {
  1422                "shared": true,
  1423                "value_type": "cumulative"
  1424              },
  1425              "type": "graph",
  1426              "x-axis": true,
  1427              "y-axis": true,
  1428              "y_formats": [
  1429                "bytes",
  1430                "short"
  1431              ]
  1432            },
  1433            {
  1434              "aliasColors": {},
  1435              "bars": false,
  1436              "datasource": null,
  1437              "editable": true,
  1438              "error": false,
  1439              "fill": 1,
  1440              "grid": {
  1441                "leftLogBase": 1,
  1442                "leftMax": null,
  1443                "leftMin": null,
  1444                "rightLogBase": 1,
  1445                "rightMax": null,
  1446                "rightMin": null,
  1447                "threshold1": null,
  1448                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  1449                "threshold2": null,
  1450                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  1451              },
  1452              "id": 7,
  1453              "isNew": true,
  1454              "leftYAxisLabel": "",
  1455              "legend": {
  1456                "avg": false,
  1457                "current": false,
  1458                "max": false,
  1459                "min": false,
  1460                "show": true,
  1461                "total": false,
  1462                "values": false
  1463              },
  1464              "lines": true,
  1465              "linewidth": 2,
  1466              "links": [],
  1467              "nullPointMode": "connected",
  1468              "percentage": false,
  1469              "pointradius": 5,
  1470              "points": false,
  1471              "renderer": "flot",
  1472              "seriesOverrides": [],
  1473              "span": 12,
  1474              "stack": false,
  1475              "steppedLine": false,
  1476              "targets": [
  1477                {
  1478                  "alias": "Tx",
  1479                  "dsType": "influxdb",
  1480                  "groupBy": [
  1481                    {
  1482                      "params": [
  1483                        "$interval"
  1484                      ],
  1485                      "type": "time"
  1486                    },
  1487                    {
  1488                      "params": [
  1489                        "null"
  1490                      ],
  1491                      "type": "fill"
  1492                    }
  1493                  ],
  1494                  "measurement": "network",
  1495                  "query": "SELECT sum(\"tx_rate\") FROM \"network\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
  1496                  "refId": "A",
  1497                  "resultFormat": "time_series",
  1498                  "select": [
  1499                    [
  1500                      {
  1501                        "params": [
  1502                          "tx_rate"
  1503                        ],
  1504                        "type": "field"
  1505                      },
  1506                      {
  1507                        "params": [],
  1508                        "type": "sum"
  1509                      }
  1510                    ]
  1511                  ],
  1512                  "tags": [
  1513                    {
  1514                      "key": "type",
  1515                      "operator": "=",
  1516                      "value": "node"
  1517                    }
  1518                  ]
  1519                },
  1520                {
  1521                  "alias": "Rx",
  1522                  "dsType": "influxdb",
  1523                  "groupBy": [
  1524                    {
  1525                      "params": [
  1526                        "$interval"
  1527                      ],
  1528                      "type": "time"
  1529                    },
  1530                    {
  1531                      "params": [
  1532                        "null"
  1533                      ],
  1534                      "type": "fill"
  1535                    }
  1536                  ],
  1537                  "measurement": "network",
  1538                  "query": "SELECT sum(\"rx_rate\") FROM \"network\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
  1539                  "refId": "B",
  1540                  "resultFormat": "time_series",
  1541                  "select": [
  1542                    [
  1543                      {
  1544                        "params": [
  1545                          "rx_rate"
  1546                        ],
  1547                        "type": "field"
  1548                      },
  1549                      {
  1550                        "params": [],
  1551                        "type": "sum"
  1552                      }
  1553                    ]
  1554                  ],
  1555                  "tags": [
  1556                    {
  1557                      "key": "type",
  1558                      "operator": "=",
  1559                      "value": "node"
  1560                    }
  1561                  ]
  1562                }
  1563              ],
  1564              "timeFrom": null,
  1565              "timeShift": null,
  1566              "title": "Overall Cluster Network Usage",
  1567              "tooltip": {
  1568                "shared": true,
  1569                "value_type": "cumulative"
  1570              },
  1571              "type": "graph",
  1572              "x-axis": true,
  1573              "y-axis": true,
  1574              "y_formats": [
  1575                "Bps",
  1576                "short"
  1577              ]
  1578            },
  1579            {
  1580              "aliasColors": {},
  1581              "bars": false,
  1582              "datasource": null,
  1583              "editable": true,
  1584              "error": false,
  1585              "fill": 1,
  1586              "grid": {
  1587                "leftLogBase": 1,
  1588                "leftMax": null,
  1589                "leftMin": null,
  1590                "rightLogBase": 1,
  1591                "rightMax": null,
  1592                "rightMin": null,
  1593                "threshold1": null,
  1594                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  1595                "threshold2": null,
  1596                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  1597              },
  1598              "id": 8,
  1599              "isNew": true,
  1600              "leftYAxisLabel": "",
  1601              "legend": {
  1602                "avg": false,
  1603                "current": false,
  1604                "max": false,
  1605                "min": false,
  1606                "show": true,
  1607                "total": false,
  1608                "values": false
  1609              },
  1610              "lines": true,
  1611              "linewidth": 2,
  1612              "links": [],
  1613              "nullPointMode": "connected",
  1614              "percentage": false,
  1615              "pointradius": 5,
  1616              "points": false,
  1617              "renderer": "flot",
  1618              "seriesOverrides": [],
  1619              "span": 12,
  1620              "stack": false,
  1621              "steppedLine": false,
  1622              "targets": [
  1623                {
  1624                  "alias": "Tx $tag_nodename",
  1625                  "dsType": "influxdb",
  1626                  "groupBy": [
  1627                    {
  1628                      "params": [
  1629                        "$interval"
  1630                      ],
  1631                      "type": "time"
  1632                    },
  1633                    {
  1634                      "params": [
  1635                        "nodename"
  1636                      ],
  1637                      "type": "tag"
  1638                    },
  1639                    {
  1640                      "params": [
  1641                        "null"
  1642                      ],
  1643                      "type": "fill"
  1644                    }
  1645                  ],
  1646                  "measurement": "network",
  1647                  "query": "SELECT sum(\"tx_rate\") FROM \"network\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1648                  "rawQuery": false,
  1649                  "refId": "A",
  1650                  "resultFormat": "time_series",
  1651                  "select": [
  1652                    [
  1653                      {
  1654                        "params": [
  1655                          "tx_rate"
  1656                        ],
  1657                        "type": "field"
  1658                      },
  1659                      {
  1660                        "params": [],
  1661                        "type": "sum"
  1662                      }
  1663                    ]
  1664                  ],
  1665                  "tags": [
  1666                    {
  1667                      "key": "type",
  1668                      "operator": "=",
  1669                      "value": "node"
  1670                    }
  1671                  ]
  1672                },
  1673                {
  1674                  "alias": "Rx $tag_nodename",
  1675                  "dsType": "influxdb",
  1676                  "groupBy": [
  1677                    {
  1678                      "params": [
  1679                        "$interval"
  1680                      ],
  1681                      "type": "time"
  1682                    },
  1683                    {
  1684                      "params": [
  1685                        "nodename"
  1686                      ],
  1687                      "type": "tag"
  1688                    },
  1689                    {
  1690                      "params": [
  1691                        "null"
  1692                      ],
  1693                      "type": "fill"
  1694                    }
  1695                  ],
  1696                  "measurement": "network",
  1697                  "query": "SELECT sum(\"rx_rate\") FROM \"network\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1698                  "rawQuery": false,
  1699                  "refId": "B",
  1700                  "resultFormat": "time_series",
  1701                  "select": [
  1702                    [
  1703                      {
  1704                        "params": [
  1705                          "rx_rate"
  1706                        ],
  1707                        "type": "field"
  1708                      },
  1709                      {
  1710                        "params": [],
  1711                        "type": "sum"
  1712                      }
  1713                    ]
  1714                  ],
  1715                  "tags": [
  1716                    {
  1717                      "key": "type",
  1718                      "operator": "=",
  1719                      "value": "node"
  1720                    }
  1721                  ]
  1722                }
  1723              ],
  1724              "timeFrom": null,
  1725              "timeShift": null,
  1726              "title": "Network Usage by Node",
  1727              "tooltip": {
  1728                "shared": true,
  1729                "value_type": "cumulative"
  1730              },
  1731              "type": "graph",
  1732              "x-axis": true,
  1733              "y-axis": true,
  1734              "y_formats": [
  1735                "Bps",
  1736                "short"
  1737              ]
  1738            },
  1739            {
  1740              "aliasColors": {},
  1741              "bars": false,
  1742              "datasource": null,
  1743              "editable": true,
  1744              "error": false,
  1745              "fill": 1,
  1746              "grid": {
  1747                "leftLogBase": 1,
  1748                "leftMax": null,
  1749                "leftMin": null,
  1750                "rightLogBase": 1,
  1751                "rightMax": null,
  1752                "rightMin": null,
  1753                "threshold1": null,
  1754                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  1755                "threshold2": null,
  1756                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  1757              },
  1758              "id": 9,
  1759              "isNew": true,
  1760              "leftYAxisLabel": "",
  1761              "legend": {
  1762                "avg": false,
  1763                "current": false,
  1764                "max": false,
  1765                "min": false,
  1766                "show": true,
  1767                "total": false,
  1768                "values": false
  1769              },
  1770              "lines": true,
  1771              "linewidth": 2,
  1772              "links": [],
  1773              "nullPointMode": "connected",
  1774              "percentage": false,
  1775              "pointradius": 5,
  1776              "points": false,
  1777              "renderer": "flot",
  1778              "seriesOverrides": [],
  1779              "span": 12,
  1780              "stack": false,
  1781              "steppedLine": false,
  1782              "targets": [
  1783                {
  1784                  "alias": "Tx $tag_nodename",
  1785                  "dsType": "influxdb",
  1786                  "groupBy": [
  1787                    {
  1788                      "params": [
  1789                        "$interval"
  1790                      ],
  1791                      "type": "time"
  1792                    },
  1793                    {
  1794                      "params": [
  1795                        "nodename"
  1796                      ],
  1797                      "type": "tag"
  1798                    },
  1799                    {
  1800                      "params": [
  1801                        "null"
  1802                      ],
  1803                      "type": "fill"
  1804                    }
  1805                  ],
  1806                  "measurement": "network",
  1807                  "query": "SELECT sum(\"tx_rate\") FROM \"network\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1808                  "rawQuery": false,
  1809                  "refId": "A",
  1810                  "resultFormat": "time_series",
  1811                  "select": [
  1812                    [
  1813                      {
  1814                        "params": [
  1815                          "tx_rate"
  1816                        ],
  1817                        "type": "field"
  1818                      },
  1819                      {
  1820                        "params": [],
  1821                        "type": "sum"
  1822                      }
  1823                    ]
  1824                  ],
  1825                  "tags": [
  1826                    {
  1827                      "key": "type",
  1828                      "operator": "=",
  1829                      "value": "node"
  1830                    },
  1831                    {
  1832                      "condition": "AND",
  1833                      "key": "nodename",
  1834                      "operator": "=~",
  1835                      "value": "/$nodename$/"
  1836                    }
  1837                  ]
  1838                },
  1839                {
  1840                  "alias": "Rx $tag_nodename",
  1841                  "dsType": "influxdb",
  1842                  "groupBy": [
  1843                    {
  1844                      "params": [
  1845                        "$interval"
  1846                      ],
  1847                      "type": "time"
  1848                    },
  1849                    {
  1850                      "params": [
  1851                        "nodename"
  1852                      ],
  1853                      "type": "tag"
  1854                    },
  1855                    {
  1856                      "params": [
  1857                        "null"
  1858                      ],
  1859                      "type": "fill"
  1860                    }
  1861                  ],
  1862                  "measurement": "network",
  1863                  "query": "SELECT sum(\"rx_rate\") FROM \"network\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  1864                  "rawQuery": false,
  1865                  "refId": "B",
  1866                  "resultFormat": "time_series",
  1867                  "select": [
  1868                    [
  1869                      {
  1870                        "params": [
  1871                          "rx_rate"
  1872                        ],
  1873                        "type": "field"
  1874                      },
  1875                      {
  1876                        "params": [],
  1877                        "type": "sum"
  1878                      }
  1879                    ]
  1880                  ],
  1881                  "tags": [
  1882                    {
  1883                      "key": "type",
  1884                      "operator": "=",
  1885                      "value": "node"
  1886                    },
  1887                    {
  1888                      "condition": "AND",
  1889                      "key": "nodename",
  1890                      "operator": "=~",
  1891                      "value": "/$nodename$/"
  1892                    }
  1893                  ]
  1894                }
  1895              ],
  1896              "timeFrom": null,
  1897              "timeShift": null,
  1898              "title": "Individual Node Network Usage: $nodename",
  1899              "tooltip": {
  1900                "shared": true,
  1901                "value_type": "cumulative"
  1902              },
  1903              "type": "graph",
  1904              "x-axis": true,
  1905              "y-axis": true,
  1906              "y_formats": [
  1907                "Bps",
  1908                "short"
  1909              ]
  1910            },
  1911            {
  1912              "aliasColors": {},
  1913              "bars": false,
  1914              "datasource": null,
  1915              "editable": true,
  1916              "error": false,
  1917              "fill": 1,
  1918              "grid": {
  1919                "leftLogBase": 1,
  1920                "leftMax": null,
  1921                "leftMin": null,
  1922                "rightLogBase": 1,
  1923                "rightMax": null,
  1924                "rightMin": null,
  1925                "threshold1": null,
  1926                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  1927                "threshold2": null,
  1928                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  1929              },
  1930              "id": 10,
  1931              "isNew": true,
  1932              "leftYAxisLabel": "",
  1933              "legend": {
  1934                "avg": false,
  1935                "current": false,
  1936                "max": false,
  1937                "min": false,
  1938                "show": true,
  1939                "total": false,
  1940                "values": false
  1941              },
  1942              "lines": true,
  1943              "linewidth": 2,
  1944              "links": [],
  1945              "nullPointMode": "connected",
  1946              "percentage": false,
  1947              "pointradius": 5,
  1948              "points": false,
  1949              "renderer": "flot",
  1950              "seriesOverrides": [],
  1951              "span": 12,
  1952              "stack": false,
  1953              "steppedLine": false,
  1954              "targets": [
  1955                {
  1956                  "alias": "Usage",
  1957                  "dsType": "influxdb",
  1958                  "groupBy": [
  1959                    {
  1960                      "params": [
  1961                        "$interval"
  1962                      ],
  1963                      "type": "time"
  1964                    },
  1965                    {
  1966                      "params": [
  1967                        "null"
  1968                      ],
  1969                      "type": "fill"
  1970                    }
  1971                  ],
  1972                  "measurement": "filesystem",
  1973                  "query": "SELECT sum(\"usage\") FROM \"filesystem\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
  1974                  "refId": "A",
  1975                  "resultFormat": "time_series",
  1976                  "select": [
  1977                    [
  1978                      {
  1979                        "params": [
  1980                          "usage"
  1981                        ],
  1982                        "type": "field"
  1983                      },
  1984                      {
  1985                        "params": [],
  1986                        "type": "sum"
  1987                      }
  1988                    ]
  1989                  ],
  1990                  "tags": [
  1991                    {
  1992                      "key": "type",
  1993                      "operator": "=",
  1994                      "value": "node"
  1995                    }
  1996                  ]
  1997                },
  1998                {
  1999                  "alias": "Limit",
  2000                  "dsType": "influxdb",
  2001                  "groupBy": [
  2002                    {
  2003                      "params": [
  2004                        "$interval"
  2005                      ],
  2006                      "type": "time"
  2007                    },
  2008                    {
  2009                      "params": [
  2010                        "null"
  2011                      ],
  2012                      "type": "fill"
  2013                    }
  2014                  ],
  2015                  "measurement": "filesystem",
  2016                  "query": "SELECT sum(\"limit\") FROM \"filesystem\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval) fill(null)",
  2017                  "refId": "B",
  2018                  "resultFormat": "time_series",
  2019                  "select": [
  2020                    [
  2021                      {
  2022                        "params": [
  2023                          "limit"
  2024                        ],
  2025                        "type": "field"
  2026                      },
  2027                      {
  2028                        "params": [],
  2029                        "type": "sum"
  2030                      }
  2031                    ]
  2032                  ],
  2033                  "tags": [
  2034                    {
  2035                      "key": "type",
  2036                      "operator": "=",
  2037                      "value": "node"
  2038                    }
  2039                  ]
  2040                }
  2041              ],
  2042              "timeFrom": null,
  2043              "timeShift": null,
  2044              "title": "Overall Cluster Filesystem Usage",
  2045              "tooltip": {
  2046                "shared": true,
  2047                "value_type": "cumulative"
  2048              },
  2049              "type": "graph",
  2050              "x-axis": true,
  2051              "y-axis": true,
  2052              "y_formats": [
  2053                "bytes",
  2054                "short"
  2055              ]
  2056            },
  2057            {
  2058              "aliasColors": {},
  2059              "bars": false,
  2060              "datasource": null,
  2061              "editable": true,
  2062              "error": false,
  2063              "fill": 1,
  2064              "grid": {
  2065                "leftLogBase": 1,
  2066                "leftMax": null,
  2067                "leftMin": null,
  2068                "rightLogBase": 1,
  2069                "rightMax": null,
  2070                "rightMin": null,
  2071                "threshold1": null,
  2072                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  2073                "threshold2": null,
  2074                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  2075              },
  2076              "id": 11,
  2077              "isNew": true,
  2078              "leftYAxisLabel": "",
  2079              "legend": {
  2080                "avg": false,
  2081                "current": false,
  2082                "max": false,
  2083                "min": false,
  2084                "show": true,
  2085                "total": false,
  2086                "values": false
  2087              },
  2088              "lines": true,
  2089              "linewidth": 2,
  2090              "links": [],
  2091              "nullPointMode": "connected",
  2092              "percentage": false,
  2093              "pointradius": 5,
  2094              "points": false,
  2095              "renderer": "flot",
  2096              "seriesOverrides": [],
  2097              "span": 12,
  2098              "stack": false,
  2099              "steppedLine": false,
  2100              "targets": [
  2101                {
  2102                  "alias": "Usage $tag_nodename",
  2103                  "dsType": "influxdb",
  2104                  "groupBy": [
  2105                    {
  2106                      "params": [
  2107                        "$interval"
  2108                      ],
  2109                      "type": "time"
  2110                    },
  2111                    {
  2112                      "params": [
  2113                        "nodename"
  2114                      ],
  2115                      "type": "tag"
  2116                    },
  2117                    {
  2118                      "params": [
  2119                        "null"
  2120                      ],
  2121                      "type": "fill"
  2122                    }
  2123                  ],
  2124                  "measurement": "filesystem",
  2125                  "query": "SELECT sum(\"usage\") FROM \"filesystem\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  2126                  "refId": "A",
  2127                  "resultFormat": "time_series",
  2128                  "select": [
  2129                    [
  2130                      {
  2131                        "params": [
  2132                          "usage"
  2133                        ],
  2134                        "type": "field"
  2135                      },
  2136                      {
  2137                        "params": [],
  2138                        "type": "sum"
  2139                      }
  2140                    ]
  2141                  ],
  2142                  "tags": [
  2143                    {
  2144                      "key": "type",
  2145                      "operator": "=",
  2146                      "value": "node"
  2147                    }
  2148                  ]
  2149                },
  2150                {
  2151                  "alias": "Limit $tag_nodename",
  2152                  "dsType": "influxdb",
  2153                  "groupBy": [
  2154                    {
  2155                      "params": [
  2156                        "$interval"
  2157                      ],
  2158                      "type": "time"
  2159                    },
  2160                    {
  2161                      "params": [
  2162                        "nodename"
  2163                      ],
  2164                      "type": "tag"
  2165                    },
  2166                    {
  2167                      "params": [
  2168                        "null"
  2169                      ],
  2170                      "type": "fill"
  2171                    }
  2172                  ],
  2173                  "measurement": "filesystem",
  2174                  "query": "SELECT sum(\"limit\") FROM \"filesystem\" WHERE \"type\" = 'node' AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  2175                  "refId": "B",
  2176                  "resultFormat": "time_series",
  2177                  "select": [
  2178                    [
  2179                      {
  2180                        "params": [
  2181                          "limit"
  2182                        ],
  2183                        "type": "field"
  2184                      },
  2185                      {
  2186                        "params": [],
  2187                        "type": "sum"
  2188                      }
  2189                    ]
  2190                  ],
  2191                  "tags": [
  2192                    {
  2193                      "key": "type",
  2194                      "operator": "=",
  2195                      "value": "node"
  2196                    }
  2197                  ]
  2198                }
  2199              ],
  2200              "timeFrom": null,
  2201              "timeShift": null,
  2202              "title": "Filesystem Usage by Node",
  2203              "tooltip": {
  2204                "shared": true,
  2205                "value_type": "cumulative"
  2206              },
  2207              "type": "graph",
  2208              "x-axis": true,
  2209              "y-axis": true,
  2210              "y_formats": [
  2211                "bytes",
  2212                "short"
  2213              ]
  2214            },
  2215            {
  2216              "aliasColors": {},
  2217              "bars": false,
  2218              "datasource": null,
  2219              "editable": true,
  2220              "error": false,
  2221              "fill": 1,
  2222              "grid": {
  2223                "leftLogBase": 1,
  2224                "leftMax": null,
  2225                "leftMin": null,
  2226                "rightLogBase": 1,
  2227                "rightMax": null,
  2228                "rightMin": null,
  2229                "threshold1": null,
  2230                "threshold1Color": "rgba(216, 200, 27, 0.27)",
  2231                "threshold2": null,
  2232                "threshold2Color": "rgba(234, 112, 112, 0.22)"
  2233              },
  2234              "id": 12,
  2235              "isNew": true,
  2236              "leftYAxisLabel": "",
  2237              "legend": {
  2238                "avg": false,
  2239                "current": false,
  2240                "max": false,
  2241                "min": false,
  2242                "show": true,
  2243                "total": false,
  2244                "values": false
  2245              },
  2246              "lines": true,
  2247              "linewidth": 2,
  2248              "links": [],
  2249              "nullPointMode": "connected",
  2250              "percentage": false,
  2251              "pointradius": 5,
  2252              "points": false,
  2253              "renderer": "flot",
  2254              "seriesOverrides": [],
  2255              "span": 12,
  2256              "stack": false,
  2257              "steppedLine": false,
  2258              "targets": [
  2259                {
  2260                  "alias": "Usage $tag_nodename",
  2261                  "dsType": "influxdb",
  2262                  "groupBy": [
  2263                    {
  2264                      "params": [
  2265                        "$interval"
  2266                      ],
  2267                      "type": "time"
  2268                    },
  2269                    {
  2270                      "params": [
  2271                        "nodename"
  2272                      ],
  2273                      "type": "tag"
  2274                    },
  2275                    {
  2276                      "params": [
  2277                        "null"
  2278                      ],
  2279                      "type": "fill"
  2280                    }
  2281                  ],
  2282                  "measurement": "filesystem",
  2283                  "query": "SELECT sum(\"usage\") FROM \"filesystem\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  2284                  "refId": "A",
  2285                  "resultFormat": "time_series",
  2286                  "select": [
  2287                    [
  2288                      {
  2289                        "params": [
  2290                          "usage"
  2291                        ],
  2292                        "type": "field"
  2293                      },
  2294                      {
  2295                        "params": [],
  2296                        "type": "sum"
  2297                      }
  2298                    ]
  2299                  ],
  2300                  "tags": [
  2301                    {
  2302                      "key": "type",
  2303                      "operator": "=",
  2304                      "value": "node"
  2305                    },
  2306                    {
  2307                      "condition": "AND",
  2308                      "key": "nodename",
  2309                      "operator": "=~",
  2310                      "value": "/$nodename$/"
  2311                    }
  2312                  ]
  2313                },
  2314                {
  2315                  "alias": "Limit $tag_nodename",
  2316                  "dsType": "influxdb",
  2317                  "groupBy": [
  2318                    {
  2319                      "params": [
  2320                        "$interval"
  2321                      ],
  2322                      "type": "time"
  2323                    },
  2324                    {
  2325                      "params": [
  2326                        "nodename"
  2327                      ],
  2328                      "type": "tag"
  2329                    },
  2330                    {
  2331                      "params": [
  2332                        "null"
  2333                      ],
  2334                      "type": "fill"
  2335                    }
  2336                  ],
  2337                  "measurement": "filesystem",
  2338                  "query": "SELECT sum(\"limit\") FROM \"filesystem\" WHERE \"type\" = 'node' AND \"nodename\" =~ /$nodename$/ AND $timeFilter GROUP BY time($interval), \"nodename\" fill(null)",
  2339                  "refId": "B",
  2340                  "resultFormat": "time_series",
  2341                  "select": [
  2342                    [
  2343                      {
  2344                        "params": [
  2345                          "limit"
  2346                        ],
  2347                        "type": "field"
  2348                      },
  2349                      {
  2350                        "params": [],
  2351                        "type": "sum"
  2352                      }
  2353                    ]
  2354                  ],
  2355                  "tags": [
  2356                    {
  2357                      "key": "type",
  2358                      "operator": "=",
  2359                      "value": "node"
  2360                    },
  2361                    {
  2362                      "condition": "AND",
  2363                      "key": "nodename",
  2364                      "operator": "=~",
  2365                      "value": "/$nodename$/"
  2366                    }
  2367                  ]
  2368                }
  2369              ],
  2370              "timeFrom": null,
  2371              "timeShift": null,
  2372              "title": "Individual Filesystem Usage: $nodename",
  2373              "tooltip": {
  2374                "shared": true,
  2375                "value_type": "cumulative"
  2376              },
  2377              "type": "graph",
  2378              "x-axis": true,
  2379              "y-axis": true,
  2380              "y_formats": [
  2381                "bytes",
  2382                "short"
  2383              ]
  2384            }
  2385          ],
  2386          "title": "New row"
  2387        }
  2388      ],
  2389      "time": {
  2390        "from": "now-30m",
  2391        "to": "now"
  2392      },
  2393      "timepicker": {
  2394        "now": true,
  2395        "refresh_intervals": [
  2396          "5s",
  2397          "10s",
  2398          "30s",
  2399          "1m",
  2400          "5m",
  2401          "15m",
  2402          "30m",
  2403          "1h",
  2404          "2h",
  2405          "1d"
  2406        ],
  2407        "time_options": [
  2408          "5m",
  2409          "15m",
  2410          "1h",
  2411          "6h",
  2412          "12h",
  2413          "24h",
  2414          "2d",
  2415          "7d",
  2416          "30d"
  2417        ]
  2418      },
  2419      "templating": {
  2420        "list": [
  2421          {
  2422            "allFormat": "glob",
  2423            "current": {
  2424              "text": "kubernetes-minion-hly9",
  2425              "value": "kubernetes-minion-hly9"
  2426            },
  2427            "datasource": null,
  2428            "includeAll": false,
  2429            "multi": false,
  2430            "multiFormat": "glob",
  2431            "name": "nodename",
  2432            "options": [
  2433              {
  2434                "text": "kubernetes-minion-a7kc",
  2435                "value": "kubernetes-minion-a7kc",
  2436                "selected": false
  2437              },
  2438              {
  2439                "text": "kubernetes-minion-hly9",
  2440                "value": "kubernetes-minion-hly9",
  2441                "selected": true
  2442              },
  2443              {
  2444                "text": "kubernetes-minion-sfos",
  2445                "value": "kubernetes-minion-sfos",
  2446                "selected": false
  2447              }
  2448            ],
  2449            "query": "SHOW TAG VALUES FROM \"uptime\" WITH KEY = \"nodename\"",
  2450            "refresh": true,
  2451            "regex": "",
  2452            "type": "query"
  2453          }
  2454        ]
  2455      },
  2456      "annotations": {
  2457        "list": []
  2458      },
  2459      "refresh": false,
  2460      "schemaVersion": 8,
  2461      "version": 10,
  2462      "links": []
  2463    },
  2464    "overwrite": false
  2465  }