Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/operations/observability/mixins/IDE/dashboards/components/browser-overview.json
2501 views
1
{
2
"annotations": {
3
"list": [
4
{
5
"builtIn": 1,
6
"datasource": {
7
"type": "grafana",
8
"uid": "-- Grafana --"
9
},
10
"enable": true,
11
"hide": true,
12
"iconColor": "rgba(0, 211, 255, 1)",
13
"name": "Annotations & Alerts",
14
"target": {
15
"limit": 100,
16
"matchAny": false,
17
"tags": [],
18
"type": "dashboard"
19
},
20
"type": "dashboard"
21
}
22
]
23
},
24
"editable": true,
25
"fiscalYearStartMonth": 0,
26
"graphTooltip": 0,
27
"id": 71,
28
"links": [],
29
"liveNow": false,
30
"panels": [
31
{
32
"datasource": {
33
"type": "prometheus",
34
"uid": "${datasource}"
35
},
36
"description": "supervisor frontend error rate [2m], including browser VSCode workbench resources load errors",
37
"fieldConfig": {
38
"defaults": {
39
"color": {
40
"mode": "palette-classic"
41
},
42
"custom": {
43
"axisCenteredZero": false,
44
"axisColorMode": "text",
45
"axisLabel": "",
46
"axisPlacement": "auto",
47
"barAlignment": 0,
48
"drawStyle": "line",
49
"fillOpacity": 0,
50
"gradientMode": "none",
51
"hideFrom": {
52
"legend": false,
53
"tooltip": false,
54
"viz": false
55
},
56
"lineInterpolation": "linear",
57
"lineStyle": {
58
"fill": "solid"
59
},
60
"lineWidth": 1,
61
"pointSize": 5,
62
"scaleDistribution": {
63
"type": "linear"
64
},
65
"showPoints": "auto",
66
"spanNulls": false,
67
"stacking": {
68
"group": "A",
69
"mode": "none"
70
},
71
"thresholdsStyle": {
72
"mode": "off"
73
}
74
},
75
"mappings": [],
76
"thresholds": {
77
"mode": "absolute",
78
"steps": [
79
{
80
"color": "green",
81
"value": null
82
},
83
{
84
"color": "red",
85
"value": 80
86
}
87
]
88
}
89
},
90
"overrides": []
91
},
92
"gridPos": {
93
"h": 7,
94
"w": 12,
95
"x": 0,
96
"y": 0
97
},
98
"id": 1,
99
"options": {
100
"legend": {
101
"calcs": [
102
"max",
103
"mean",
104
"last"
105
],
106
"displayMode": "table",
107
"placement": "bottom",
108
"showLegend": true
109
},
110
"tooltip": {
111
"mode": "multi",
112
"sort": "desc"
113
}
114
},
115
"targets": [
116
{
117
"datasource": {
118
"type": "prometheus",
119
"uid": "${datasource}"
120
},
121
"editorMode": "code",
122
"expr": "sum(rate(gitpod_supervisor_frontend_error_total{cluster=~\"$cluster\"}[2m])) by (error, resource) / sum(rate(gitpod_supervisor_frontend_client_total{cluster=~\"$cluster\"}[2m]))",
123
"hide": false,
124
"legendFormat": "{{error}} - {{resource}}",
125
"range": true,
126
"refId": "A"
127
}
128
],
129
"title": "Errors",
130
"type": "timeseries"
131
}
132
],
133
"schemaVersion": 37,
134
"style": "dark",
135
"tags": [],
136
"templating": {
137
"list": [
138
{
139
"current": {
140
"selected": false,
141
"text": "VictoriaMetrics",
142
"value": "VictoriaMetrics"
143
},
144
"hide": 0,
145
"includeAll": false,
146
"multi": false,
147
"name": "datasource",
148
"options": [],
149
"query": "prometheus",
150
"refresh": 1,
151
"regex": "",
152
"skipUrlSync": false,
153
"type": "datasource"
154
},
155
{
156
"current": {
157
"selected": true,
158
"text": [
159
"All"
160
],
161
"value": [
162
"$__all"
163
]
164
},
165
"datasource": {
166
"type": "prometheus",
167
"uid": "${datasource}"
168
},
169
"definition": "label_values(up{job=\"ide-metrics\"}, cluster)",
170
"hide": 0,
171
"includeAll": true,
172
"label": "Cluster",
173
"multi": true,
174
"name": "cluster",
175
"options": [],
176
"query": {
177
"query": "label_values(up{job=\"ide-metrics\"}, cluster)",
178
"refId": "StandardVariableQuery"
179
},
180
"refresh": 1,
181
"regex": "",
182
"skipUrlSync": false,
183
"sort": 0,
184
"type": "query"
185
}
186
]
187
},
188
"time": {
189
"from": "now-6h",
190
"to": "now"
191
},
192
"timepicker": {},
193
"timezone": "",
194
"title": "Browser Overview",
195
"uid": "2wGfMlWVz",
196
"version": 2,
197
"weekStart": ""
198
}
199
200