<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta name="viewport" content="width=device-width"/><meta name="theme-color" content="#000"/><title>Grafana</title><base href="/"/><link rel="preload" href="public/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2" as="font" crossorigin/><link rel="icon" type="image/png" href="public/img/fav32.png"/><link rel="apple-touch-icon" sizes="180x180" href="public/img/apple-touch-icon.png"/><link rel="mask-icon" href="public/img/grafana_mask_icon.svg" color="#F05A28"/><link rel="stylesheet" href="public/build/grafana.dark.9bbe0d0659ea1972fbcf.css"/><script nonce="">performance.mark('frontend_boot_css_time_seconds');</script><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><meta name="msapplication-TileColor" content="#2b5797"/><meta name="msapplication-config" content="public/img/browserconfig.xml"/></head><body class="theme-dark app-grafana"><style>.preloader {
        height: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .preloader__enter {
        opacity: 0;
        animation-name: preloader-fade-in;
        animation-iteration-count: 1;
        animation-duration: 0.9s;
        animation-delay: 1.35s;
        animation-fill-mode: forwards;
      }

      .preloader__bounce {
        text-align: center;
        animation-name: preloader-bounce;
        animation-duration: 0.9s;
        animation-iteration-count: infinite;
      }

      .preloader__logo {
        display: inline-block;
        animation-name: preloader-squash;
        animation-duration: 0.9s;
        animation-iteration-count: infinite;
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('public/img/grafana_icon.svg');
      }

      .preloader__text {
        margin-top: 16px;
        font-weight: 500;
        font-size: 14px;
        font-family: Sans-serif;
        opacity: 0;
        animation-name: preloader-fade-in;
        animation-duration: 0.9s;
        animation-delay: 1.8s;
        animation-fill-mode: forwards;
      }

      .theme-light .preloader__text {
        color: #52545c;
      }

      .theme-dark .preloader__text {
        color: #d8d9da;
      }

      @keyframes preloader-fade-in {
        0% {
          opacity: 0;
           
          animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
        }
        100% {
          opacity: 1;
        }
      }

      @keyframes preloader-bounce {
        from,
        to {
          transform: translateY(0px);
          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
        }
        50% {
          transform: translateY(-50px);
          animation-timing-function: cubic-bezier(0.9, 0, 0.7, 1);
        }
      }

      @keyframes preloader-squash {
        0% {
          transform: scaleX(1.3) scaleY(0.8);
          animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
          transform-origin: bottom center;
        }
        15% {
          transform: scaleX(0.75) scaleY(1.25);
          animation-timing-function: cubic-bezier(0, 0, 0.7, 0.75);
          transform-origin: bottom center;
        }
        55% {
          transform: scaleX(1.05) scaleY(0.95);
          animation-timing-function: cubic-bezier(0.9, 0, 1, 1);
          transform-origin: top center;
        }
        95% {
          transform: scaleX(0.75) scaleY(1.25);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
          transform-origin: bottom center;
        }
        100% {
          transform: scaleX(1.3) scaleY(0.8);
          transform-origin: bottom center;
          animation-timing-function: cubic-bezier(0, 0, 0.7, 1);
        }
      }

       
      .preloader__text--fail {
        display: none;
      }

       
      .preloader--done .preloader__bounce,
      .preloader--done .preloader__logo {
        animation-name: none;
        display: none;
      }

      .preloader--done .preloader__logo,
      .preloader--done .preloader__text {
        display: none;
        color: #ff5705 !important;
        font-size: 15px;
      }

      .preloader--done .preloader__text--fail {
        display: block;
      }

      [ng\:cloak],
      [ng-cloak],
      .ng-cloak {
        display: none !important;
      }</style><div class="preloader"><div class="preloader__enter"><div class="preloader__bounce"><div class="preloader__logo"></div></div></div><div class="preloader__text">Loading Grafana</div><div class="preloader__text preloader__text--fail"><p><strong>If you're seeing this Grafana has failed to load its application files</strong><br/><br/></p><p>1. This could be caused by your reverse proxy settings.<br/><br/>2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.<br/><br/>3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build<br/><br/>4. Sometimes restarting grafana-server can help<br/><br/>5. Check if you are using a non-supported browser. For more information, refer to the list of <a href="https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers">supported browsers</a>.</p></div><script nonce="">
        
        function checkBrowserCompatibility() {
          var isIE = navigator.userAgent.indexOf('MSIE') > -1;
          var isEdge = navigator.userAgent.indexOf('Edge/') > -1 || navigator.userAgent.indexOf('Edg/') > -1;
          var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
          var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);

          

          var isEdgeVersion = /Edge\/([0-9.]+)/.exec(navigator.userAgent);

          if (isIE && parseFloat(/Trident\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 7) {
            return false;
          } else if (
            isEdge &&
            ((isEdgeVersion && parseFloat(isEdgeVersion[1]) <= 16) ||
              parseFloat(/Edg\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 16)
          ) {
            return false;
          } else if (isFirefox && parseFloat(/Firefox\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 64) {
            return false;
          } else if (isChrome && parseFloat(/Chrome\/([0-9.]+)/.exec(navigator.userAgent)[1]) <= 54) {
            return false;
          }

          return true;
        }

        if (!checkBrowserCompatibility()) {
          alert('Your browser is not fully supported, please try newer version.');
        }</script></div><div id="reactRoot"></div><script nonce="">window.grafanaBootData = {
        user: {"isSignedIn":false,"id":0,"login":"","email":"","name":"","lightTheme":false,"orgCount":0,"orgId":0,"orgName":"","orgRole":"","isGrafanaAdmin":false,"gravatarUrl":"","timezone":"browser","locale":"en-US","helpFlags1":0,"hasEditPermissionInFolders":false},
        settings: {"alertingEnabled":true,"alertingErrorOrTimeout":"alerting","alertingMinInterval":1,"alertingNoDataOrNullValues":"no_data","allowOrgCreate":false,"appSubUrl":"","appUrl":"https://grafana.wattness.com/","applicationInsightsConnectionString":"","applicationInsightsEndpointUrl":"","authProxyEnabled":false,"autoAssignOrg":false,"awsAllowedAuthProviders":["default","keys","credentials"],"awsAssumeRoleEnabled":true,"azure":{"cloud":"AzureCloud","managedIdentityEnabled":false},"buildInfo":{"buildstamp":1637234752,"commit":"5deb37bbf8","edition":"Open Source","env":"production","hasUpdate":false,"hideVersion":false,"isEnterprise":false,"latestVersion":"","version":"8.2.5"},"caching":{"enabled":true},"datasources":{"-- Dashboard --":{"meta":{"type":"datasource","name":"-- Dashboard --","id":"dashboard","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-datasource.svg","large":"public/img/icn-datasource.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/dashboard/module","baseUrl":"public/app/plugins/datasource/dashboard","category":"","preload":false,"signature":"internal","Root":null,"annotations":false,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"builtIn":true,"routes":null,"streaming":false},"name":"-- Dashboard --","type":"datasource"},"-- Grafana --":{"id":-1,"meta":{"type":"datasource","name":"-- Grafana --","id":"grafana","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-datasource.svg","large":"public/img/icn-datasource.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/grafana/module","baseUrl":"public/app/plugins/datasource/grafana","category":"","preload":false,"signature":"internal","Root":null,"annotations":true,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"builtIn":true,"routes":null,"streaming":false},"name":"-- Grafana --","type":"datasource","uid":"grafana"},"-- Mixed --":{"meta":{"type":"datasource","name":"-- Mixed --","id":"mixed","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-datasource.svg","large":"public/img/icn-datasource.svg"},"build":{},"screenshots":null,"version":"","updated":""},"dependencies":{"grafanaVersion":"*","plugins":[]},"includes":null,"module":"app/plugins/datasource/mixed/module","baseUrl":"public/app/plugins/datasource/mixed","category":"","preload":false,"signature":"internal","Root":null,"annotations":false,"metrics":true,"alerting":false,"explore":false,"tables":false,"logs":false,"tracing":false,"queryOptions":{"minInterval":true},"builtIn":true,"mixed":true,"routes":null,"streaming":false},"name":"-- Mixed --","type":"datasource"}},"dateFormats":{"fullDate":"YYYY-MM-DD HH:mm:ss","useBrowserLocale":false,"interval":{"second":"HH:mm:ss","minute":"HH:mm","hour":"MM/DD HH:mm","day":"MM/DD","month":"YYYY-MM","year":"YYYY"},"defaultTimezone":"browser"},"defaultDatasource":"-- Grafana --","disableLoginForm":false,"disableSanitizeHtml":false,"disableUserSignUp":true,"editorsCanAdmin":false,"exploreEnabled":true,"expressionsEnabled":true,"externalUserMngInfo":"","externalUserMngLinkName":"","externalUserMngLinkUrl":"","featureToggles":{},"googleAnalyticsId":"","http2Enabled":false,"ldapEnabled":false,"licenseInfo":{"edition":"Open Source","expiry":0,"hasLicense":false,"hasValidLicense":false,"licenseUrl":"https://grafana.com/oss/grafana?utm_source=grafana_footer","stateInfo":""},"liveEnabled":true,"loginHint":"email or username","minRefreshInterval":"5s","oauth":{},"panels":{"alertlist":{"baseUrl":"public/app/plugins/panel/alertlist","hideFromList":false,"id":"alertlist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Shows list of alerts and their current status","links":null,"logos":{"small":"public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg","large":"public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/alertlist/module","name":"Alert list","signature":"internal","skipDataQuery":true,"sort":15,"state":""},"alexanderzobnin-zabbix-triggers-panel":{"baseUrl":"public/plugins/alexanderzobnin-zabbix-app","hideFromList":false,"id":"alexanderzobnin-zabbix-triggers-panel","info":{"author":{"name":"Alexander Zobnin","url":"https://github.com/alexanderzobnin/grafana-zabbix"},"description":"","links":null,"logos":{"small":"public/plugins/alexanderzobnin-zabbix-triggers-panel/img/icn-zabbix-problems-panel.svg","large":"public/plugins/alexanderzobnin-zabbix-triggers-panel/img/icn-zabbix-problems-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"plugins/alexanderzobnin-zabbix-app/panel-triggers/module","name":"Zabbix Problems","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"annolist":{"baseUrl":"public/app/plugins/panel/annolist","hideFromList":false,"id":"annolist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"List annotations","links":null,"logos":{"small":"public/app/plugins/panel/annolist/img/icn-annolist-panel.svg","large":"public/app/plugins/panel/annolist/img/icn-annolist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/annolist/module","name":"Annotations list","signature":"internal","skipDataQuery":true,"sort":100,"state":""},"barchart":{"baseUrl":"public/app/plugins/panel/barchart","hideFromList":false,"id":"barchart","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Categorical charts with group support","links":null,"logos":{"small":"public/app/plugins/panel/barchart/img/barchart.svg","large":"public/app/plugins/panel/barchart/img/barchart.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/barchart/module","name":"Bar chart","signature":"internal","skipDataQuery":false,"sort":2,"state":"beta"},"bargauge":{"baseUrl":"public/app/plugins/panel/bargauge","hideFromList":false,"id":"bargauge","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Horizontal and vertical gauges","links":null,"logos":{"small":"public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg","large":"public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/bargauge/module","name":"Bar gauge","signature":"internal","skipDataQuery":false,"sort":5,"state":""},"blackmirror1-singlestat-math-panel":{"baseUrl":"public/plugins/blackmirror1-singlestat-math-panel","hideFromList":false,"id":"blackmirror1-singlestat-math-panel","info":{"author":{"name":"Sandeep","url":"https://github.com/black-mirror-1/singlestat-math"},"description":"Single Stat panel with math.","links":null,"logos":{"small":"public/plugins/blackmirror1-singlestat-math-panel/img/icn-singlestatmath-panel.svg","large":"public/plugins/blackmirror1-singlestat-math-panel/img/icn-singlestatmath-panel.svg"},"build":{},"screenshots":null,"version":"1.1.8","updated":"2018-10-24"},"module":"plugins/blackmirror1-singlestat-math-panel/module","name":"Singlestat Math","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"briangann-gauge-panel":{"baseUrl":"public/plugins/briangann-gauge-panel","hideFromList":false,"id":"briangann-gauge-panel","info":{"author":{"name":"Brian Gann (bkgann@gmail.com)","url":"https://github.com/briangann"},"description":"D3-based Gauge panel for Grafana","links":[{"name":"Project site","url":"https://github.com/briangann/grafana-gauge-panel"},{"name":"MIT License","url":"https://github.com/briangann/grafana-gauge-panel/blob/master/LICENSE"}],"logos":{"small":"public/plugins/briangann-gauge-panel/img/Logo_D3.svg","large":"public/plugins/briangann-gauge-panel/img/Logo_D3.svg"},"build":{},"screenshots":[{"path":"public/plugins/briangann-gauge-panel/screenshots/default-gauge-w-threshold.png","name":"Showcase"},{"path":"public/plugins/briangann-gauge-panel/screenshots/options.png","name":"Options"},{"path":"public/plugins/briangann-gauge-panel/screenshots/radialmetrics.png","name":"Radial Metrics"},{"path":"public/plugins/briangann-gauge-panel/screenshots/thresholding.png","name":"Thresholding"}],"version":"0.0.9","updated":"2021-04-22"},"module":"plugins/briangann-gauge-panel/module","name":"D3 Gauge","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"dashlist":{"baseUrl":"public/app/plugins/panel/dashlist","hideFromList":false,"id":"dashlist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"List of dynamic links to other dashboards","links":null,"logos":{"small":"public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg","large":"public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/dashlist/module","name":"Dashboard list","signature":"internal","skipDataQuery":true,"sort":16,"state":""},"flant-statusmap-panel":{"baseUrl":"public/plugins/flant-statusmap-panel","hideFromList":false,"id":"flant-statusmap-panel","info":{"author":{"name":"Flant JSC","url":"http://flant.com"},"description":"Statusmap panel for grafana","links":[{"name":"Github","url":"https://github.com/flant/grafana-statusmap"},{"name":"MIT Licence","url":"https://github.com/flant/grafana-statusmap/blob/master/LICENSE"},{"name":"Developer","url":"https://flant.com"}],"logos":{"small":"public/plugins/flant-statusmap-panel/img/logo.svg","large":"public/plugins/flant-statusmap-panel/img/logo.svg"},"build":{},"screenshots":[{"path":"public/plugins/flant-statusmap-panel/img/flant-statusmap-panel.png","name":"Panel with light theme"},{"path":"public/plugins/flant-statusmap-panel/img/flant-statusmap-panel-dark.png","name":"Panel with dark theme"},{"path":"public/plugins/flant-statusmap-panel/img/color-mapping.png","name":"Color mapping"},{"path":"public/plugins/flant-statusmap-panel/img/queries-example.png","name":"Queries example"}],"version":"0.4.1","updated":"2021-02-18"},"module":"plugins/flant-statusmap-panel/module","name":"Statusmap","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"gauge":{"baseUrl":"public/app/plugins/panel/gauge","hideFromList":false,"id":"gauge","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Standard gauge visualization","links":null,"logos":{"small":"public/app/plugins/panel/gauge/img/icon_gauge.svg","large":"public/app/plugins/panel/gauge/img/icon_gauge.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/gauge/module","name":"Gauge","signature":"internal","skipDataQuery":false,"sort":4,"state":""},"geomap":{"baseUrl":"public/app/plugins/panel/geomap","hideFromList":false,"id":"geomap","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Geomap panel","links":null,"logos":{"small":"public/app/plugins/panel/geomap/img/icn-geomap.svg","large":"public/app/plugins/panel/geomap/img/icn-geomap.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/geomap/module","name":"Geomap","signature":"internal","skipDataQuery":false,"sort":100,"state":"beta"},"gettingstarted":{"baseUrl":"public/app/plugins/panel/gettingstarted","hideFromList":true,"id":"gettingstarted","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"","links":null,"logos":{"small":"public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg","large":"public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/gettingstarted/module","name":"Getting Started","signature":"internal","skipDataQuery":true,"sort":100,"state":""},"grafana-clock-panel":{"baseUrl":"public/plugins/grafana-clock-panel","hideFromList":false,"id":"grafana-clock-panel","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Clock panel for grafana","links":[{"name":"Project site","url":"https://github.com/grafana/clock-panel"},{"name":"MIT License","url":"https://github.com/grafana/clock-panel/blob/master/LICENSE"}],"logos":{"small":"public/plugins/grafana-clock-panel/img/clock.svg","large":"public/plugins/grafana-clock-panel/img/clock.svg"},"build":{"time":1632737780795,"repo":"https://github.com/grafana/clock-panel","branch":"master","hash":"602a90f36d73ed6696b5696b988d1ed5fa1a3a7c"},"screenshots":[{"path":"public/plugins/grafana-clock-panel/img/screenshot-showcase.png","name":"Showcase"},{"path":"public/plugins/grafana-clock-panel/img/screenshot-clock-options.png","name":"Options"}],"version":"1.2.0","updated":"2021-09-27"},"module":"plugins/grafana-clock-panel/module","name":"Clock","signature":"valid","skipDataQuery":true,"sort":100,"state":""},"grafana-piechart-panel":{"baseUrl":"public/plugins/grafana-piechart-panel","hideFromList":false,"id":"grafana-piechart-panel","info":{"author":{"name":"Grafana Labs","url":"http://grafana.com"},"description":"Pie chart panel for grafana","links":[{"name":"Project site","url":"https://github.com/grafana/piechart-panel"},{"name":"Blog Post","url":"https://blog.raintank.io/friends-dont-let-friends-abuse-pie-charts/"},{"name":"MIT License","url":"https://github.com/grafana/piechart-panel/blob/master/LICENSE"}],"logos":{"small":"public/plugins/grafana-piechart-panel/img/piechart_logo_small.svg","large":"public/plugins/grafana-piechart-panel/img/piechart_logo_large.svg"},"build":{"time":1600286584067,"repo":"git@github.com:grafana/piechart-panel.git","branch":"v1.6.x","hash":"9cc257f74cbb133f6573805e372ed1d79f35896b"},"screenshots":[{"path":"public/plugins/grafana-piechart-panel/img/piechart-donut.png","name":"Donut!"},{"path":"public/plugins/grafana-piechart-panel/img/piechart-legend-on-graph.png","name":"Legend on the graph"},{"path":"public/plugins/grafana-piechart-panel/img/piechart-legend-rhs.png","name":"Legend to the right"},{"path":"public/plugins/grafana-piechart-panel/img/piechart-legend-under.png","name":"Legend underneath"},{"path":"public/plugins/grafana-piechart-panel/img/piechart-options.png","name":"Piechart options"}],"version":"1.6.2","updated":"2020-09-16"},"module":"plugins/grafana-piechart-panel/module","name":"Pie Chart (old)","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"grafana-worldmap-panel":{"baseUrl":"public/plugins/raintank-worldping-app","hideFromList":false,"id":"grafana-worldmap-panel","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"World Map panel for Grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.","links":[{"name":"Project site","url":"https://github.com/grafana/worldmap-panel"},{"name":"MIT License","url":"https://github.com/grafana/worldmap-panel/blob/master/LICENSE"}],"logos":{"small":"public/plugins/grafana-worldmap-panel/images/worldmap_logo.svg","large":"public/plugins/grafana-worldmap-panel/images/worldmap_logo.svg"},"build":{"time":1589680271873,"repo":"git@github.com:grafana/worldmap-panel.git","branch":"v0.3.x","hash":"74af3ec645c42fed014b62900c008dfcec1657c2"},"screenshots":[{"path":"public/plugins/grafana-worldmap-panel/images/worldmap-world.png","name":"World"},{"path":"public/plugins/grafana-worldmap-panel/images/worldmap-usa.png","name":"USA"},{"path":"public/plugins/grafana-worldmap-panel/images/worldmap-light-theme.png","name":"Light Theme"}],"version":"0.3.2","updated":"Sun May 17 01:50:53 UTC 2020"},"module":"plugins/raintank-worldping-app/grafana-worldmap-panel/module","name":"Worldmap Panel","signature":"unsigned","skipDataQuery":false,"sort":100,"state":""},"graph":{"baseUrl":"public/app/plugins/panel/graph","hideFromList":false,"id":"graph","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"The old default graph panel","links":null,"logos":{"small":"public/app/plugins/panel/graph/img/icn-graph-panel.svg","large":"public/app/plugins/panel/graph/img/icn-graph-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/graph/module","name":"Graph (old)","signature":"internal","skipDataQuery":false,"sort":13,"state":""},"heatmap":{"baseUrl":"public/app/plugins/panel/heatmap","hideFromList":false,"id":"heatmap","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Like a histogram over time","links":[{"name":"Brendan Gregg - Heatmaps","url":"http://www.brendangregg.com/heatmaps.html"},{"name":"Brendan Gregg - Latency Heatmaps","url":" http://www.brendangregg.com/HeatMaps/latency.html"}],"logos":{"small":"public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg","large":"public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/heatmap/module","name":"Heatmap","signature":"internal","skipDataQuery":false,"sort":10,"state":""},"histogram":{"baseUrl":"public/app/plugins/panel/histogram","hideFromList":false,"id":"histogram","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"","links":null,"logos":{"small":"public/app/plugins/panel/histogram/img/histogram.svg","large":"public/app/plugins/panel/histogram/img/histogram.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/histogram/module","name":"Histogram","signature":"internal","skipDataQuery":false,"sort":12,"state":"beta"},"jdbranham-diagram-panel":{"baseUrl":"public/plugins/jdbranham-diagram-panel","hideFromList":false,"id":"jdbranham-diagram-panel","info":{"author":{"name":"Jeremy Branham","url":"https://savantly.net"},"description":"Display diagrams and charts with colored metric indicators","links":[{"name":"Project site","url":"https://github.com/jdbranham/grafana-diagram"},{"name":"Apache License","url":"https://github.com/jdbranham/grafana-diagram/blob/master/LICENSE"}],"logos":{"small":"public/plugins/jdbranham-diagram-panel/img/logo.svg","large":"public/plugins/jdbranham-diagram-panel/img/logo.svg"},"build":{},"screenshots":[{"path":"public/plugins/jdbranham-diagram-panel/img/default.png","name":"diagram"},{"path":"public/plugins/jdbranham-diagram-panel/img/simple.png","name":"simple"},{"path":"public/plugins/jdbranham-diagram-panel/img/field_options.png","name":"field options"},{"path":"public/plugins/jdbranham-diagram-panel/img/field_overrides.png","name":"field override"},{"path":"public/plugins/jdbranham-diagram-panel/img/composites.png","name":"composites"},{"path":"public/plugins/jdbranham-diagram-panel/img/theme_dark.png","name":"dark"},{"path":"public/plugins/jdbranham-diagram-panel/img/theme_custom.png","name":"custom"}],"version":"1.7.3","updated":"2021-06-05"},"module":"plugins/jdbranham-diagram-panel/module","name":"Diagram","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"logs":{"baseUrl":"public/app/plugins/panel/logs","hideFromList":false,"id":"logs","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"","links":null,"logos":{"small":"public/app/plugins/panel/logs/img/icn-logs-panel.svg","large":"public/app/plugins/panel/logs/img/icn-logs-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/logs/module","name":"Logs","signature":"internal","skipDataQuery":false,"sort":100,"state":""},"natel-discrete-panel":{"baseUrl":"public/plugins/natel-discrete-panel","hideFromList":false,"id":"natel-discrete-panel","info":{"author":{"name":"Natel Energy","url":""},"description":"Discrete Events grafana","links":[{"name":"Project site","url":"https://github.com/NatelEnergy/grafana-discrete-panel"},{"name":"MIT License","url":"https://github.com/NatelEnergy/grafana-discrete-panel/blob/master/LICENSE"},{"name":"Natel Energy","url":"http://www.natelenergy.com/"}],"logos":{"small":"public/plugins/natel-discrete-panel/img/discrete_logo.svg","large":"public/plugins/natel-discrete-panel/img/discrete_logo.svg"},"build":{},"screenshots":[{"path":"public/plugins/natel-discrete-panel/img/screenshot-single-1.png","name":"Single State"},{"path":"public/plugins/natel-discrete-panel/img/screenshot-single-2.png","name":"Tooltips"},{"path":"public/plugins/natel-discrete-panel/img/screenshot-single-3.png","name":"Summary Tooltips"},{"path":"public/plugins/natel-discrete-panel/img/screenshot-single-4.png","name":"Show all values"},{"path":"public/plugins/natel-discrete-panel/img/screenshot-multiple.png","name":"Multiple Results"},{"path":"public/plugins/natel-discrete-panel/img/screenshot-options-1.png","name":"Options"},{"path":"public/plugins/natel-discrete-panel/img/screenshot-options-2.png","name":"Legend"}],"version":"0.1.1","updated":"2020-11-19"},"module":"plugins/natel-discrete-panel/module","name":"Discrete","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"natel-plotly-panel":{"baseUrl":"public/plugins/natel-plotly-panel","hideFromList":false,"id":"natel-plotly-panel","info":{"author":{"name":"Natel Energy","url":""},"description":"Scatter plots and more","links":[{"name":"Plot.ly","url":"https://plot.ly/javascript/"},{"name":"Project Page","url":"https://github.com/NatelEnergy/grafana-plotly-panel"},{"name":"Natel Energy","url":"http://www.natelenergy.com/"}],"logos":{"small":"public/plugins/natel-plotly-panel/img/plotly_logo.svg","large":"public/plugins/natel-plotly-panel/img/plotly_logo.svg"},"build":{},"screenshots":[{"path":"public/plugins/natel-plotly-panel/img/screenshot-scatter.png","name":"Scatter"},{"path":"public/plugins/natel-plotly-panel/img/screenshot-scatter-1.png","name":"Scatter 2D"},{"path":"public/plugins/natel-plotly-panel/img/screenshot-scatter-3d.png","name":"Scatter 3D"},{"path":"public/plugins/natel-plotly-panel/img/screenshot-options.png","name":"Options"}],"version":"0.0.5","updated":"2018-05-03"},"module":"plugins/natel-plotly-panel/module","name":"Plotly","signature":"unsigned","skipDataQuery":false,"sort":100,"state":""},"news":{"baseUrl":"public/app/plugins/panel/news","hideFromList":false,"id":"news","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"RSS feed reader","links":null,"logos":{"small":"public/app/plugins/panel/news/img/news.svg","large":"public/app/plugins/panel/news/img/news.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/news/module","name":"News","signature":"internal","skipDataQuery":true,"sort":17,"state":"beta"},"nodeGraph":{"baseUrl":"public/app/plugins/panel/nodeGraph","hideFromList":false,"id":"nodeGraph","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"","links":null,"logos":{"small":"public/app/plugins/panel/nodeGraph/img/icn-node-graph.svg","large":"public/app/plugins/panel/nodeGraph/img/icn-node-graph.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/nodeGraph/module","name":"Node Graph","signature":"internal","skipDataQuery":false,"sort":100,"state":"beta"},"petrslavotinek-carpetplot-panel":{"baseUrl":"public/plugins/petrslavotinek-carpetplot-panel","hideFromList":false,"id":"petrslavotinek-carpetplot-panel","info":{"author":{"name":"Petr Slavotinek - ENESA a.s.","url":"http://www.enesa.cz"},"description":"Carpet plot panel plugin for grafana","links":null,"logos":{"small":"public/plugins/petrslavotinek-carpetplot-panel/src/img/logo.svg","large":"public/plugins/petrslavotinek-carpetplot-panel/src/img/logo.svg"},"build":{},"screenshots":null,"version":"0.1.2","updated":"2017-12-16"},"module":"plugins/petrslavotinek-carpetplot-panel/module","name":"Carpet plot","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"piechart":{"baseUrl":"public/app/plugins/panel/piechart","hideFromList":false,"id":"piechart","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"The new core pie chart visualization","links":null,"logos":{"small":"public/app/plugins/panel/piechart/img/icon_piechart.svg","large":"public/app/plugins/panel/piechart/img/icon_piechart.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/piechart/module","name":"Pie chart","signature":"internal","skipDataQuery":false,"sort":8,"state":""},"pluginlist":{"baseUrl":"public/app/plugins/panel/pluginlist","hideFromList":false,"id":"pluginlist","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Plugin List for Grafana","links":null,"logos":{"small":"public/app/plugins/panel/pluginlist/img/icn-dashlist-panel.svg","large":"public/app/plugins/panel/pluginlist/img/icn-dashlist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/pluginlist/module","name":"Plugin list","signature":"internal","skipDataQuery":true,"sort":100,"state":""},"ryantxu-ajax-panel":{"baseUrl":"public/plugins/ryantxu-ajax-panel","hideFromList":false,"id":"ryantxu-ajax-panel","info":{"author":{"name":"Ryan McKinley","url":"https://github.com/ryantxu"},"description":"AJAX panel for grafana","links":[{"name":"Project site","url":"https://github.com/ryantxu/ajax-panel"},{"name":"MIT License","url":"https://github.com/ryantxu/ajax-panel/blob/master/LICENSE"}],"logos":{"small":"public/plugins/ryantxu-ajax-panel/img/ajax_panel_logo.svg","large":"public/plugins/ryantxu-ajax-panel/img/ajax_panel_logo.svg"},"build":{},"screenshots":[{"path":"public/plugins/ryantxu-ajax-panel/img/screenshot-ajax-options.png","name":"Options"}],"version":"0.1.0","updated":"2020-11-19"},"module":"plugins/ryantxu-ajax-panel/module","name":"AJAX","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"stat":{"baseUrl":"public/app/plugins/panel/stat","hideFromList":false,"id":"stat","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Big stat values \u0026 sparklines","links":null,"logos":{"small":"public/app/plugins/panel/stat/img/icn-singlestat-panel.svg","large":"public/app/plugins/panel/stat/img/icn-singlestat-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/stat/module","name":"Stat","signature":"internal","skipDataQuery":false,"sort":3,"state":""},"state-timeline":{"baseUrl":"public/app/plugins/panel/state-timeline","hideFromList":false,"id":"state-timeline","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"State changes and durations","links":null,"logos":{"small":"public/app/plugins/panel/state-timeline/img/timeline.svg","large":"public/app/plugins/panel/state-timeline/img/timeline.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/state-timeline/module","name":"State timeline","signature":"internal","skipDataQuery":false,"sort":9,"state":"beta"},"status-history":{"baseUrl":"public/app/plugins/panel/status-history","hideFromList":false,"id":"status-history","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Periodic status history","links":null,"logos":{"small":"public/app/plugins/panel/status-history/img/status.svg","large":"public/app/plugins/panel/status-history/img/status.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/status-history/module","name":"Status history","signature":"internal","skipDataQuery":false,"sort":11,"state":"beta"},"table":{"baseUrl":"public/app/plugins/panel/table","hideFromList":false,"id":"table","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Supports many column styles","links":null,"logos":{"small":"public/app/plugins/panel/table/img/icn-table-panel.svg","large":"public/app/plugins/panel/table/img/icn-table-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/table/module","name":"Table","signature":"internal","skipDataQuery":false,"sort":6,"state":""},"table-old":{"baseUrl":"public/app/plugins/panel/table-old","hideFromList":false,"id":"table-old","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Table Panel for Grafana","links":null,"logos":{"small":"public/app/plugins/panel/table-old/img/icn-table-panel.svg","large":"public/app/plugins/panel/table-old/img/icn-table-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/table-old/module","name":"Table (old)","signature":"internal","skipDataQuery":false,"sort":100,"state":"deprecated"},"text":{"baseUrl":"public/app/plugins/panel/text","hideFromList":false,"id":"text","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Supports markdown and html content","links":null,"logos":{"small":"public/app/plugins/panel/text/img/icn-text-panel.svg","large":"public/app/plugins/panel/text/img/icn-text-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/text/module","name":"Text","signature":"internal","skipDataQuery":true,"sort":14,"state":""},"timeseries":{"baseUrl":"public/app/plugins/panel/timeseries","hideFromList":false,"id":"timeseries","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"Time based line, area and bar charts","links":null,"logos":{"small":"public/app/plugins/panel/timeseries/img/icn-timeseries-panel.svg","large":"public/app/plugins/panel/timeseries/img/icn-timeseries-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/timeseries/module","name":"Time series","signature":"internal","skipDataQuery":false,"sort":1,"state":""},"vonage-status-panel":{"baseUrl":"public/plugins/vonage-status-panel","hideFromList":false,"id":"vonage-status-panel","info":{"author":{"name":"Tomer Amir","url":"https://github.com/Vonage"},"description":"Status Panel for Grafana","links":[{"name":"Github","url":"https://github.com/Vonage/Grafana_Status_panel"}],"logos":{"small":"public/plugins/vonage-status-panel/img/icon_status_panel.svg","large":"public/plugins/vonage-status-panel/img/icon_status_panel.svg"},"build":{},"screenshots":[{"path":"public/plugins/vonage-status-panel/img/environment_snapshot.png","name":"Environment Snapshot"},{"path":"public/plugins/vonage-status-panel/img/ok.png","name":"Ok State"},{"path":"public/plugins/vonage-status-panel/img/warning.png","name":"Warning State"},{"path":"public/plugins/vonage-status-panel/img/error.png","name":"Critical State"}],"version":"1.0.11","updated":"2020-09-03"},"module":"plugins/vonage-status-panel/module","name":"Status Panel","signature":"valid","skipDataQuery":false,"sort":100,"state":""},"welcome":{"baseUrl":"public/app/plugins/panel/welcome","hideFromList":true,"id":"welcome","info":{"author":{"name":"Grafana Labs","url":"https://grafana.com"},"description":"","links":null,"logos":{"small":"public/app/plugins/panel/welcome/img/icn-dashlist-panel.svg","large":"public/app/plugins/panel/welcome/img/icn-dashlist-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"app/plugins/panel/welcome/module","name":"Welcome","signature":"internal","skipDataQuery":true,"sort":100,"state":""},"worldping-cta":{"baseUrl":"public/plugins/raintank-worldping-app","hideFromList":false,"id":"worldping-cta","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-panel.svg","large":"public/img/icn-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"plugins/raintank-worldping-app/panels/call-to-action/module","name":"worldPing CTA","signature":"unsigned","skipDataQuery":false,"sort":100,"state":""},"worldping-endpoint-list":{"baseUrl":"public/plugins/raintank-worldping-app","hideFromList":false,"id":"worldping-endpoint-list","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-panel.svg","large":"public/img/icn-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"plugins/raintank-worldping-app/panels/endpoint-list/module","name":"worldPing Endpoint List","signature":"unsigned","skipDataQuery":false,"sort":100,"state":""},"worldping-endpoint-nav":{"baseUrl":"public/plugins/raintank-worldping-app","hideFromList":false,"id":"worldping-endpoint-nav","info":{"author":{"name":"","url":""},"description":"","links":null,"logos":{"small":"public/img/icn-panel.svg","large":"public/img/icn-panel.svg"},"build":{},"screenshots":null,"version":"","updated":""},"module":"plugins/raintank-worldping-app/panels/nav-panel/module","name":"worldPing Endpoint Nav","signature":"unsigned","skipDataQuery":false,"sort":100,"state":""}},"passwordHint":"password","pluginAdminEnabled":true,"pluginAdminExternalManageEnabled":false,"pluginCatalogURL":"https://grafana.com/grafana/plugins/","pluginsToPreload":[],"rendererAvailable":true,"rendererVersion":"3.3.0","rudderstackDataPlaneUrl":"","rudderstackWriteKey":"","samlEnabled":false,"sentry":{"enabled":false,"dsn":"","customEndpoint":"/log","sampleRate":1},"sigV4AuthEnabled":false,"unifiedAlertingEnabled":false,"verifyEmailEnabled":false,"viewersCanEdit":false},
        navTree: [{"id":"dashboards","text":"Dashboards","subTitle":"Manage dashboards and folders","icon":"apps","url":"/","sortWeight":-1900,"children":[{"id":"home","text":"Home","icon":"home-alt","url":"/","hideFromTabs":true},{"id":"divider","text":"Divider","divider":true,"hideFromTabs":true},{"id":"manage-dashboards","text":"Manage","icon":"sitemap","url":"/dashboards"},{"id":"playlists","text":"Playlists","icon":"presentation-play","url":"/playlists"}]},{"id":"alerting","text":"Alerting","subTitle":"Alert rules and notifications","icon":"bell","url":"/alerting/list","sortWeight":-1600,"children":[{"id":"alert-list","text":"Alert rules","icon":"list-ul","url":"/alerting/list"}]},{"id":"help","text":"Help","subTitle":"Grafana v8.2.5 (5deb37bbf8)","icon":"question-circle","url":"#","sortWeight":-1200,"hideFromMenu":true}],
        themePaths: {
          light: 'public/build/grafana.light.9bbe0d0659ea1972fbcf.css',
          dark: 'public/build/grafana.dark.9bbe0d0659ea1972fbcf.css'
        }
      };

      window.__grafana_load_failed = function() {
        var preloader = document.getElementsByClassName("preloader");
        if (preloader.length) {
          preloader[0].className = "preloader preloader--done";
        }
      }

      
      window.onload = function() {
        if (window.__grafana_app_bundle_loaded) {
          return;
        }
        window.__grafana_load_failed();
      };

      
      </script><script nonce="" src="public/build/runtime.9bbe0d0659ea1972fbcf.js"></script><script nonce="" src="public/build/6695.9bbe0d0659ea1972fbcf.js"></script><script nonce="" src="public/build/1762.9bbe0d0659ea1972fbcf.js"></script><script nonce="" src="public/build/8529.9bbe0d0659ea1972fbcf.js"></script><script nonce="" src="public/build/8966.9bbe0d0659ea1972fbcf.js"></script><script nonce="" src="public/build/app.9bbe0d0659ea1972fbcf.js"></script><script nonce="">performance.mark('frontend_boot_js_done_time_seconds');</script></body></html>