mirror of
				https://github.com/ItsDrike/network-monitor.git
				synced 2025-11-04 04:16:35 +00:00 
			
		
		
		
	Add jitter gauge
This commit is contained in:
		
							parent
							
								
									ecce1679a8
								
							
						
					
					
						commit
						f312dbca95
					
				
					 1 changed files with 89 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,6 @@
 | 
			
		|||
  "editable": true,
 | 
			
		||||
  "gnetId": null,
 | 
			
		||||
  "graphTooltip": 0,
 | 
			
		||||
  "id": 1,
 | 
			
		||||
  "links": [],
 | 
			
		||||
  "panels": [
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			@ -239,7 +238,7 @@
 | 
			
		|||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 9,
 | 
			
		||||
        "w": 12,
 | 
			
		||||
        "w": 6,
 | 
			
		||||
        "x": 12,
 | 
			
		||||
        "y": 0
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -275,6 +274,92 @@
 | 
			
		|||
      "title": "Speedtest Ping",
 | 
			
		||||
      "type": "gauge"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "cacheTimeout": null,
 | 
			
		||||
      "datasource": "prometheus",
 | 
			
		||||
      "fieldConfig": {
 | 
			
		||||
        "defaults": {
 | 
			
		||||
          "color": {
 | 
			
		||||
            "mode": "thresholds"
 | 
			
		||||
          },
 | 
			
		||||
          "decimals": 2,
 | 
			
		||||
          "mappings": [
 | 
			
		||||
            {
 | 
			
		||||
              "options": {
 | 
			
		||||
                "match": "null",
 | 
			
		||||
                "result": {
 | 
			
		||||
                  "text": "N/A"
 | 
			
		||||
                }
 | 
			
		||||
              },
 | 
			
		||||
              "type": "special"
 | 
			
		||||
            }
 | 
			
		||||
          ],
 | 
			
		||||
          "max": 20,
 | 
			
		||||
          "min": 0,
 | 
			
		||||
          "thresholds": {
 | 
			
		||||
            "mode": "absolute",
 | 
			
		||||
            "steps": [
 | 
			
		||||
              {
 | 
			
		||||
                "color": "dark-green",
 | 
			
		||||
                "value": null
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "color": "yellow",
 | 
			
		||||
                "value": 3
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "color": "orange",
 | 
			
		||||
                "value": 8
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "color": "red",
 | 
			
		||||
                "value": 15
 | 
			
		||||
              }
 | 
			
		||||
            ]
 | 
			
		||||
          },
 | 
			
		||||
          "unit": "ms"
 | 
			
		||||
        },
 | 
			
		||||
        "overrides": []
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 9,
 | 
			
		||||
        "w": 6,
 | 
			
		||||
        "x": 18,
 | 
			
		||||
        "y": 0
 | 
			
		||||
      },
 | 
			
		||||
      "id": 15,
 | 
			
		||||
      "interval": null,
 | 
			
		||||
      "links": [],
 | 
			
		||||
      "maxDataPoints": 50000,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "orientation": "horizontal",
 | 
			
		||||
        "reduceOptions": {
 | 
			
		||||
          "calcs": [
 | 
			
		||||
            "mean"
 | 
			
		||||
          ],
 | 
			
		||||
          "fields": "",
 | 
			
		||||
          "values": false
 | 
			
		||||
        },
 | 
			
		||||
        "showThresholdLabels": false,
 | 
			
		||||
        "showThresholdMarkers": true,
 | 
			
		||||
        "text": {}
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "8.0.4",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "exemplar": true,
 | 
			
		||||
          "expr": "speedtest_jitter_latency_milliseconds",
 | 
			
		||||
          "format": "time_series",
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "interval": "",
 | 
			
		||||
          "intervalFactor": 1,
 | 
			
		||||
          "legendFormat": "",
 | 
			
		||||
          "refId": "A"
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Speedtest Jitter",
 | 
			
		||||
      "type": "gauge"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": "prometheus",
 | 
			
		||||
      "fieldConfig": {
 | 
			
		||||
| 
						 | 
				
			
			@ -566,7 +651,7 @@
 | 
			
		|||
    "list": []
 | 
			
		||||
  },
 | 
			
		||||
  "time": {
 | 
			
		||||
    "from": "now-12h",
 | 
			
		||||
    "from": "now-5m",
 | 
			
		||||
    "to": "now"
 | 
			
		||||
  },
 | 
			
		||||
  "timepicker": {
 | 
			
		||||
| 
						 | 
				
			
			@ -597,5 +682,5 @@
 | 
			
		|||
  "timezone": "browser",
 | 
			
		||||
  "title": "Internet connection",
 | 
			
		||||
  "uid": "NLDu4qznk",
 | 
			
		||||
  "version": 3
 | 
			
		||||
  "version": 1
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue