blob: 8a8489011c509d6d3ca62f7165a1986654815b01 [file] [log] [blame]
Scott Baker69654392021-09-17 13:50:16 -07001{
2 "dashboard": {
3 "annotations": {
4 "list": [
5 {
6 "builtIn": 1,
7 "datasource": "-- Grafana --",
8 "enable": true,
9 "hide": true,
10 "iconColor": "rgba(0, 211, 255, 1)",
11 "name": "Annotations & Alerts",
12 "type": "dashboard"
13 }
14 ]
15 },
16 "description": "",
17 "editable": false,
18 "gnetId": null,
19 "graphTooltip": 0,
20 "links": [],
21 "panels": [
22 {
23 "datasource": "datasource-$ORG",
24 "description": "",
25 "fieldConfig": {
26 "defaults": {
27 "color": {
28 "mode": "palette-classic"
29 },
30 "custom": {
31 "axisLabel": "",
32 "axisPlacement": "auto",
33 "barAlignment": 0,
34 "drawStyle": "line",
35 "fillOpacity": 0,
36 "gradientMode": "none",
37 "hideFrom": {
38 "legend": false,
39 "tooltip": false,
40 "viz": false
41 },
42 "lineInterpolation": "linear",
43 "lineWidth": 1,
44 "pointSize": 5,
45 "scaleDistribution": {
46 "type": "linear"
47 },
48 "showPoints": "auto",
49 "spanNulls": false,
50 "stacking": {
51 "group": "A",
52 "mode": "none"
53 },
54 "thresholdsStyle": {
55 "mode": "off"
56 }
57 },
58 "mappings": [],
59 "thresholds": {
60 "mode": "absolute",
61 "steps": [
62 {
63 "color": "green",
64 "value": null
65 },
66 {
67 "color": "red",
68 "value": 80
69 }
70 ]
71 }
72 },
73 "overrides": []
74 },
75 "gridPos": {
76 "h": 8,
77 "w": 12,
78 "x": 0,
79 "y": 0
80 },
81 "id": 1,
82 "links": [],
83 "options": {
84 "legend": {
85 "calcs": [],
86 "displayMode": "list",
87 "placement": "bottom"
88 },
89 "tooltip": {
90 "mode": "single"
91 }
92 },
93 "targets": [
94 {
95 "exemplar": true,
96 "expr": "vcs_jitter{vcs_id=\"$VCS\"}*1000",
97 "interval": "",
98 "legendFormat": "Jitter (µs)",
99 "refId": "A"
100 },
101 {
102 "exemplar": true,
103 "expr": "vcs_latency{vcs_id=\"$VCS\"}*1000",
104 "hide": false,
105 "interval": "",
106 "legendFormat": "Latency (µs)",
107 "refId": "B"
108 },
109 {
110 "exemplar": true,
111 "expr": "vcs_throughput{vcs_id=\"$VCS\"}",
112 "hide": false,
113 "interval": "",
114 "legendFormat": "Throughput (kb/s)",
115 "refId": "C"
116 }
117 ],
118 "title": "VCS $VCS Performance",
119 "type": "timeseries"
120 }
121 ],
122 "refresh": "",
123 "schemaVersion": 30,
124 "style": "light",
125 "tags": [],
126 "templating": {
127 "list": []
128 },
129 "time": {
130 "from": "now-15m",
131 "to": "now"
132 },
133 "timepicker": {},
134 "timezone": "",
135 "title": "VCS $VCS Performance",
136 "uid": "vcs-$VCS",
137 "version": 1
138 },
139 "folderUid": "$ORG",
140 "message": "Made changes to $ORG"
141}