-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbering-runtime-dashboard.json
More file actions
70 lines (70 loc) · 2.93 KB
/
bering-runtime-dashboard.json
File metadata and controls
70 lines (70 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"annotations": {"list": []},
"editable": true,
"panels": [
{
"datasource": {"type": "prometheus", "uid": "${DS_PROMETHEUS}"},
"fieldConfig": {"defaults": {"unit": "ops"}, "overrides": []},
"gridPos": {"h": 8, "w": 12, "x": 0, "y": 0},
"id": 1,
"options": {"legend": {"displayMode": "list", "placement": "bottom"}, "tooltip": {"mode": "single"}},
"targets": [
{"expr": "rate(spans_ingested_total[5m])", "legendFormat": "ingested/s", "refId": "A"},
{"expr": "rate(spans_dropped_total[5m])", "legendFormat": "dropped/s", "refId": "B"}
],
"title": "Span Throughput",
"type": "timeseries"
},
{
"datasource": {"type": "prometheus", "uid": "${DS_PROMETHEUS}"},
"fieldConfig": {"defaults": {"unit": "none"}, "overrides": []},
"gridPos": {"h": 8, "w": 12, "x": 12, "y": 0},
"id": 2,
"options": {"legend": {"displayMode": "table", "placement": "bottom"}, "tooltip": {"mode": "single"}},
"targets": [
{"expr": "current_services", "legendFormat": "services", "refId": "A"},
{"expr": "current_edges", "legendFormat": "edges", "refId": "B"},
{"expr": "current_endpoints", "legendFormat": "endpoints", "refId": "C"}
],
"title": "Current Topology Size",
"type": "timeseries"
},
{
"datasource": {"type": "prometheus", "uid": "${DS_PROMETHEUS}"},
"fieldConfig": {"defaults": {"unit": "s"}, "overrides": []},
"gridPos": {"h": 8, "w": 12, "x": 0, "y": 8},
"id": 3,
"options": {"legend": {"displayMode": "list", "placement": "bottom"}, "tooltip": {"mode": "single"}},
"targets": [
{"expr": "snapshot_age_seconds", "legendFormat": "snapshot age", "refId": "A"},
{"expr": "window_lag_seconds", "legendFormat": "window lag", "refId": "B"}
],
"title": "Runtime Lag",
"type": "timeseries"
},
{
"datasource": {"type": "prometheus", "uid": "${DS_PROMETHEUS}"},
"fieldConfig": {"defaults": {"unit": "none"}, "overrides": []},
"gridPos": {"h": 8, "w": 12, "x": 12, "y": 8},
"id": 4,
"options": {"legend": {"displayMode": "table", "placement": "bottom"}, "tooltip": {"mode": "single"}},
"targets": [
{"expr": "diff_added_services", "legendFormat": "added services", "refId": "A"},
{"expr": "diff_removed_services", "legendFormat": "removed services", "refId": "B"},
{"expr": "diff_added_edges + diff_removed_edges", "legendFormat": "edge drift", "refId": "C"},
{"expr": "diff_added_endpoints + diff_removed_endpoints", "legendFormat": "endpoint drift", "refId": "D"}
],
"title": "Topology Drift",
"type": "timeseries"
}
],
"refresh": "15s",
"schemaVersion": 39,
"style": "dark",
"tags": ["bering", "topology", "runtime"],
"templating": {"list": []},
"time": {"from": "now-6h", "to": "now"},
"timezone": "browser",
"title": "Bering Runtime Health",
"version": 1
}