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