Commit 86f9c9ef authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

updated idcc logo + updated metrics dashboard

parent a2da58eb
Loading
Loading
Loading
Loading
+299 −255
Original line number Diff line number Diff line
@@ -5,263 +5,67 @@
        "builtIn": 1,
        "datasource": "$datasource",
        "enable": true,
        "hide": true,
        "hide": false,
        "iconColor": "rgba(0, 211, 255, 1)",
        "limit": 100,
        "name": "Annotations & Alerts",
        "query": "SELECT event from events WHERE $timeFilter ORDER BY time desc LIMIT 100",
        "name": "Mobility Events",
        "query": "SELECT type,description from $database.autogen.events WHERE type='MOBILITY' AND $timeFilter ORDER BY time ASC LIMIT 100",
        "showIn": 0,
        "tagsColumn": "type",
        "textColumn": "",
        "type": "dashboard"
      },
      {
        "datasource": "$datasource",
        "enable": true,
        "hide": false,
        "iconColor": "#FF9830",
        "name": "Net Char Events",
        "query": "SELECT type,description from $database.autogen.events WHERE type='NETWORK-CHARACTERISTICS-UPDATE' AND $timeFilter ORDER BY time ASC LIMIT 100",
        "showIn": 0,
        "tagsColumn": "type"
      }
    ]
  },
  "editable": true,
  "gnetId": null,
  "graphTooltip": 0,
  "iteration": 1579714692210,
  "iteration": 1579876961492,
  "links": [],
  "panels": [
    {
      "aliasColors": {},
      "bars": false,
      "cacheTimeout": null,
      "dashLength": 10,
      "dashes": false,
      "datasource": "$datasource",
      "description": "Shows latency & Throughput between source & destination applications",
      "fill": 2,
      "fillGradient": 4,
      "content": "\n\n",
      "datasource": null,
      "gridPos": {
        "h": 12,
        "w": 16,
        "h": 1,
        "w": 8,
        "x": 0,
        "y": 0
      },
      "hiddenSeries": false,
      "id": 2,
      "interval": "",
      "legend": {
        "avg": false,
        "current": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": false
      },
      "lines": true,
      "linewidth": 2,
      "links": [],
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pluginVersion": "6.4.2",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "alias": "Latency",
          "groupBy": [
            {
              "params": [
                "1s"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "/^$scenario$/",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT mean(\"lat\") FROM $database.autogen.network WHERE (\"src\" =~ /^$src$/ AND \"dest\" =~ /^$dest$/) AND $timeFilter GROUP BY time(1s)",
          "rawQuery": true,
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "lat"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "src",
              "operator": "=~",
              "value": "/^$src$/"
            },
            {
              "condition": "AND",
              "key": "dest",
              "operator": "=~",
              "value": "/^$dest$/"
            }
          ]
        },
        {
          "alias": "UL Throughput",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "network",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT mean(\"ul\") FROM $database.autogen.network WHERE (\"src\" =~ /^$src$/ AND \"dest\" =~ /^$dest$/) AND $timeFilter GROUP BY time(1s)",
          "rawQuery": true,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "ul"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "src",
              "operator": "=~",
              "value": "/^$src$/"
            },
            {
              "condition": "AND",
              "key": "dest",
              "operator": "=~",
              "value": "/^$dest$/"
            }
          ]
        },
        {
          "alias": "DL Throughput",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "network",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT mean(\"dl\") FROM $database.autogen.network WHERE (\"src\" =~ /^$src$/ AND \"dest\" =~ /^$dest$/) AND $timeFilter GROUP BY time(1s)",
          "rawQuery": true,
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "dl"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "src",
              "operator": "=~",
              "value": "/^$src$/"
            },
            {
              "condition": "AND",
              "key": "dest",
              "operator": "=~",
              "value": "/^$dest$/"
            }
          ]
        }
      ],
      "thresholds": [],
      "id": 14,
      "mode": "markdown",
      "options": {},
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Latency, UL & DL Throughput",
      "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      "title": "Latency",
      "type": "text"
    },
      "yaxes": [
    {
          "format": "short",
          "label": "Latency (ms)",
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
      "content": "",
      "datasource": null,
      "gridPos": {
        "h": 1,
        "w": 16,
        "x": 8,
        "y": 0
      },
        {
          "format": "short",
          "label": "Throughput (Mbps)",
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
      "id": 12,
      "mode": "markdown",
      "options": {},
      "timeFrom": null,
      "timeShift": null,
      "title": "Throughput",
      "type": "text"
    },
    {
      "cacheTimeout": null,
@@ -284,10 +88,10 @@
        "thresholdMarkers": true
      },
      "gridPos": {
        "h": 4,
        "h": 3,
        "w": 8,
        "x": 16,
        "y": 0
        "x": 0,
        "y": 1
      },
      "id": 8,
      "interval": null,
@@ -309,7 +113,7 @@
      "options": {},
      "pluginVersion": "6.5.2",
      "postfix": " ms",
      "postfixFontSize": "80%",
      "postfixFontSize": "50%",
      "prefix": "",
      "prefixFontSize": "50%",
      "rangeMaps": [
@@ -379,9 +183,9 @@
      "thresholds": "",
      "timeFrom": null,
      "timeShift": null,
      "title": "Latency",
      "title": "RTT",
      "type": "singlestat",
      "valueFontSize": "110%",
      "valueFontSize": "100%",
      "valueMaps": [
        {
          "op": "=",
@@ -412,10 +216,10 @@
        "thresholdMarkers": true
      },
      "gridPos": {
        "h": 4,
        "h": 3,
        "w": 8,
        "x": 16,
        "y": 4
        "x": 8,
        "y": 1
      },
      "id": 10,
      "interval": null,
@@ -437,9 +241,9 @@
      "options": {},
      "pluginVersion": "6.5.2",
      "postfix": " Mbps",
      "postfixFontSize": "80%",
      "postfixFontSize": "50%",
      "prefix": "",
      "prefixFontSize": "150%",
      "prefixFontSize": "50%",
      "rangeMaps": [
        {
          "from": "null",
@@ -507,9 +311,9 @@
      "thresholds": "",
      "timeFrom": null,
      "timeShift": null,
      "title": "UL Throughput",
      "title": "UL",
      "type": "singlestat",
      "valueFontSize": "110%",
      "valueFontSize": "100%",
      "valueMaps": [
        {
          "op": "=",
@@ -540,10 +344,10 @@
        "thresholdMarkers": true
      },
      "gridPos": {
        "h": 4,
        "h": 3,
        "w": 8,
        "x": 16,
        "y": 8
        "y": 1
      },
      "id": 9,
      "interval": null,
@@ -565,7 +369,7 @@
      "options": {},
      "pluginVersion": "6.5.2",
      "postfix": " Mbps",
      "postfixFontSize": "80%",
      "postfixFontSize": "50%",
      "prefix": "",
      "prefixFontSize": "50%",
      "rangeMaps": [
@@ -635,9 +439,9 @@
      "thresholds": "",
      "timeFrom": null,
      "timeShift": null,
      "title": "DL Throughput",
      "title": "DL",
      "type": "singlestat",
      "valueFontSize": "110%",
      "valueFontSize": "100%",
      "valueMaps": [
        {
          "op": "=",
@@ -647,6 +451,246 @@
      ],
      "valueName": "current"
    },
    {
      "aliasColors": {},
      "bars": false,
      "cacheTimeout": null,
      "dashLength": 10,
      "dashes": false,
      "datasource": "$datasource",
      "description": "Shows latency & Throughput between source & destination applications",
      "fill": 2,
      "fillGradient": 4,
      "gridPos": {
        "h": 11,
        "w": 24,
        "x": 0,
        "y": 4
      },
      "hiddenSeries": false,
      "id": 2,
      "interval": "",
      "legend": {
        "avg": false,
        "current": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": false
      },
      "lines": true,
      "linewidth": 2,
      "links": [],
      "nullPointMode": "connected",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pluginVersion": "6.4.2",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "alias": "Latency",
          "groupBy": [
            {
              "params": [
                "1s"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "/^$scenario$/",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT mean(\"lat\") FROM $database.autogen.network WHERE (\"src\" =~ /^$src$/ AND \"dest\" =~ /^$dest$/) AND $timeFilter GROUP BY time(1s)",
          "rawQuery": true,
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "lat"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "src",
              "operator": "=~",
              "value": "/^$src$/"
            },
            {
              "condition": "AND",
              "key": "dest",
              "operator": "=~",
              "value": "/^$dest$/"
            }
          ]
        },
        {
          "alias": "UL Throughput",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "network",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT mean(\"ul\") FROM $database.autogen.network WHERE (\"src\" =~ /^$src$/ AND \"dest\" =~ /^$dest$/) AND $timeFilter GROUP BY time(1s)",
          "rawQuery": true,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "ul"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "src",
              "operator": "=~",
              "value": "/^$src$/"
            },
            {
              "condition": "AND",
              "key": "dest",
              "operator": "=~",
              "value": "/^$dest$/"
            }
          ]
        },
        {
          "alias": "DL Throughput",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "network",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT mean(\"dl\") FROM $database.autogen.network WHERE (\"src\" =~ /^$src$/ AND \"dest\" =~ /^$dest$/) AND $timeFilter GROUP BY time(1s)",
          "rawQuery": true,
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "dl"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "src",
              "operator": "=~",
              "value": "/^$src$/"
            },
            {
              "condition": "AND",
              "key": "dest",
              "operator": "=~",
              "value": "/^$dest$/"
            }
          ]
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Latency, UL & DL Throughput",
      "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "short",
          "label": "Latency (ms)",
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "format": "short",
          "label": "Throughput (Mbps)",
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "cacheTimeout": null,
      "columns": [],
@@ -656,7 +700,7 @@
        "h": 6,
        "w": 24,
        "x": 0,
        "y": 12
        "y": 15
      },
      "id": 4,
      "links": [],
@@ -872,5 +916,5 @@
  "timezone": "",
  "title": "Metrics Dashboard",
  "uid": "100",
  "version": 8
  "version": 4
}
 No newline at end of file
+17 −69
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.1"
   id="Layer_1"
   x="0px"
   y="0px"
   viewBox="0 0 37.799999 38"
   xml:space="preserve"
   sodipodi:docname="ID-Icon-01_kd.svg"
   width="37.799999"
   height="38"
   inkscape:version="0.92.3 (unknown)"><metadata
   id="metadata3808"><rdf:RDF><cc:Work
       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
   id="defs3806" /><sodipodi:namedview
   pagecolor="#ffffff"
   bordercolor="#666666"
   borderopacity="0"
   objecttolerance="10"
   gridtolerance="10"
   guidetolerance="10"
   inkscape:pageopacity="0"
   inkscape:pageshadow="2"
   inkscape:window-width="1920"
   inkscape:window-height="1017"
   id="namedview3804"
   showgrid="false"
   fit-margin-top="0"
   fit-margin-left="0"
   fit-margin-right="0"
   fit-margin-bottom="0"
   inkscape:pagecheckerboard="true"
   inkscape:zoom="5.8263889"
   inkscape:cx="18.9"
   inkscape:cy="19"
   inkscape:window-x="1920"
   inkscape:window-y="23"
   inkscape:window-maximized="0"
   inkscape:current-layer="Layer_1" />
<style
   type="text/css"
   id="style3795">
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
</style>
<g
   id="g3801"
   transform="translate(-53.1,-53)">
	<path
   class="st0"
   d="M 79.2,68.6 C 78.3,67.7 77,67.2 75.6,67.2 h -4.1 c -0.2,0 -0.3,0.1 -0.3,0.3 v 8.8 c 0,0.2 0.1,0.3 0.3,0.3 h 4.1 c 2.8,0 5,-2.1 5,-4.7 0,-1.2 -0.5,-2.3 -1.4,-3.3"
   id="path3797"
   inkscape:connector-curvature="0"
   style="fill:#ffffff" />
	<path
   class="st0"
   d="m 80.3,76.5 c -1.2,1.1 -2.9,1.8 -4.7,1.8 h -4.3 c -1,0 -1.8,-0.8 -1.8,-1.8 v -9.3 c 0,-0.9 0.8,-1.8 1.8,-1.8 h 4.2 c 1.8,0 3.5,0.6 4.8,1.9 1.2,1.2 2,2.8 2,4.6 0,1.8 -0.7,3.5 -2,4.6 m -15,1.8 h -0.5 c -0.6,0 -1.1,-0.5 -1.1,-1.1 V 65.6 h 0.5 c 0.6,0 1.1,0.5 1.1,1.1 z M 72,53 C 61.5,53 53.1,61.5 53.1,71.9 53.1,82.5 61.6,91 72,91 82.5,91 90.9,82.5 90.9,71.9 90.9,61.4 82.5,53 72,53"
   id="path3799"
   inkscape:connector-curvature="0"
   style="fill:#ffffff" />
</g>
<path class="st0" d="M454.13,222.35L249.63,67.49c-8.19-6.2-18.36-9.61-28.63-9.61c-7.29,0-14.59,1.72-21.12,4.96
	c-16.23,8.07-26.32,24.35-26.32,42.47c-0.01,10.88-0.36,266.5-0.36,267.03c0,19.17-15.6,34.77-34.77,34.77
	c-19.17,0-34.77-15.6-34.77-34.77c0-0.45,0.02-160.75,0.03-204.46c21.69-8.25,36.5-29.42,36.5-52.89
	c0-31.19-25.38-56.57-56.57-56.57S27.07,83.8,27.07,114.99c0,23.68,14.36,44.38,36.14,52.76c-0.01,43.54-0.03,204.13-0.03,204.59
	c0,41.5,33.77,75.27,75.27,75.27c41.5,0,75.27-33.77,75.27-75.27c0-0.74,0.36-267.02,0.36-267.02c0-2.65,1.47-5.03,3.85-6.21
	c0.96-0.47,2.02-0.72,3.09-0.72c1.5,0,2.99,0.5,4.19,1.41l204.5,154.85c1.72,1.3,2.75,3.37,2.75,5.53c0,2.16-1.03,4.23-2.75,5.53
	l-102.14,77.34c-8.89-5.48-19.04-8.36-29.59-8.36c-31.19,0-56.57,25.38-56.57,56.57c0,31.19,25.38,56.57,56.57,56.57
	c31.19,0,56.57-25.38,56.57-56.57c0-5.48-0.78-10.86-2.33-16.07l101.95-77.2c11.77-8.91,18.79-23.05,18.79-37.81
	C472.93,245.41,465.91,231.27,454.13,222.35 M83.63,135.59c-11.36,0-20.6-9.24-20.6-20.6s9.24-20.6,20.6-20.6s20.6,9.24,20.6,20.6
	S94.99,135.59,83.63,135.59 M297.96,411.84c-11.36,0-20.6-9.24-20.6-20.6s9.24-20.6,20.6-20.6c11.36,0,20.6,9.24,20.6,20.6
	S309.31,411.84,297.96,411.84"/>
</svg>