-
Notifications
You must be signed in to change notification settings - Fork 1
/
APM6.json
126 lines (126 loc) · 3.38 KB
/
APM6.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"description": "A language-agnostic application performance management(APM) with OpenTelemetry, Grafana, and Prometheus.",
"editable": true,
"gnetId": 19419,
"graphTooltip": 0,
"id": 1,
"iteration": 1703014014747,
"links": [],
"rows": [
{
"panels": [
{}
]
}
],
"refresh": "30s",
"schemaVersion": 22,
"style": "dark",
"tags": ["rbaumgar"],
"templating": {
"list": [
{
"current": {
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 0,
"label": "Data Source",
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"type": "datasource"
},
{
"allValue": null,
"current": {},
"datasource": "$datasource",
"definition": "label_values(calls,service_name)",
"hide": 0,
"includeAll": false,
"index": -1,
"label": "Application",
"multi": false,
"name": "app",
"options": [],
"query": {
"query": "label_values(calls, service_name)"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {},
"datasource": "$datasource",
"definition": "label_values(calls, span_name)",
"hide": 0,
"includeAll": true,
"index": -1,
"label": "Route",
"multi": true,
"name": "route",
"options": [],
"query": {
"query": "label_values(calls, span_name)"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-15m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
]
},
"timezone": "",
"title": "OpenTelemetry APM Grafana",
"uid": "opentelemetry-apm",
"version": 1
}