Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/docker/grafana-dashboard-jvm-metrics.json
401 views
1
{
2
"annotations": {
3
"list": [
4
{
5
"builtIn": 1,
6
"datasource": {
7
"type": "datasource",
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
"description": "Dashboard for JVM metrics with OpenTelemetry instrumentation",
25
"editable": true,
26
"fiscalYearStartMonth": 0,
27
"gnetId": 18812,
28
"graphTooltip": 0,
29
"links": [
30
{
31
"asDropdown": false,
32
"icon": "info",
33
"includeVars": false,
34
"keepTime": false,
35
"tags": [],
36
"targetBlank": false,
37
"title": "Semantic Conventions: 1.20.0 - 1.22.0",
38
"tooltip": "multiple versions of the semantic conventions are supported using 'or' and regex queries",
39
"type": "link",
40
"url": "https://github.com/open-telemetry/semantic-conventions/blob/main/schemas/1.20.0"
41
}
42
],
43
"liveNow": false,
44
"panels": [
45
{
46
"datasource": {
47
"type": "prometheus",
48
"uid": "${datasource}"
49
},
50
"description": "HTTP server request rate",
51
"fieldConfig": {
52
"defaults": {
53
"color": {
54
"mode": "palette-classic"
55
},
56
"custom": {
57
"axisBorderShow": false,
58
"axisCenteredZero": false,
59
"axisColorMode": "text",
60
"axisLabel": "",
61
"axisPlacement": "auto",
62
"barAlignment": 0,
63
"drawStyle": "line",
64
"fillOpacity": 25,
65
"gradientMode": "none",
66
"hideFrom": {
67
"legend": false,
68
"tooltip": false,
69
"viz": false
70
},
71
"insertNulls": false,
72
"lineInterpolation": "linear",
73
"lineWidth": 1,
74
"pointSize": 5,
75
"scaleDistribution": {
76
"type": "linear"
77
},
78
"showPoints": "auto",
79
"spanNulls": false,
80
"stacking": {
81
"group": "A",
82
"mode": "none"
83
},
84
"thresholdsStyle": {
85
"mode": "off"
86
}
87
},
88
"mappings": [],
89
"thresholds": {
90
"mode": "absolute",
91
"steps": [
92
{
93
"color": "green",
94
"value": null
95
},
96
{
97
"color": "red",
98
"value": 80
99
}
100
]
101
},
102
"unit": "reqps"
103
},
104
"overrides": []
105
},
106
"gridPos": {
107
"h": 8,
108
"w": 4,
109
"x": 0,
110
"y": 0
111
},
112
"id": 51,
113
"options": {
114
"legend": {
115
"calcs": [],
116
"displayMode": "list",
117
"placement": "bottom",
118
"showLegend": true
119
},
120
"tooltip": {
121
"mode": "single",
122
"sort": "none"
123
}
124
},
125
"targets": [
126
{
127
"datasource": {
128
"type": "prometheus",
129
"uid": "${datasource}"
130
},
131
"editorMode": "code",
132
"expr": "sum by (instance) (rate({__name__=~\"http_server_request_duration_seconds_count|http_server_request_duration_count|http_server_duration_seconds_count|http_server_duration_count|http_server_duration_milliseconds_count|http_server_requests_milliseconds_count|http_server_requests_count|http_server_requests_seconds_count\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))",
133
"instant": false,
134
"legendFormat": "__auto",
135
"range": true,
136
"refId": "A"
137
}
138
],
139
"title": "Rate",
140
"type": "timeseries"
141
},
142
{
143
"datasource": {
144
"type": "prometheus",
145
"uid": "${datasource}"
146
},
147
"description": "HTTP server error ratio - ratio of requests that return 5xx",
148
"fieldConfig": {
149
"defaults": {
150
"color": {
151
"mode": "palette-classic"
152
},
153
"custom": {
154
"axisBorderShow": false,
155
"axisCenteredZero": false,
156
"axisColorMode": "text",
157
"axisLabel": "",
158
"axisPlacement": "auto",
159
"barAlignment": 0,
160
"drawStyle": "line",
161
"fillOpacity": 25,
162
"gradientMode": "none",
163
"hideFrom": {
164
"legend": false,
165
"tooltip": false,
166
"viz": false
167
},
168
"insertNulls": false,
169
"lineInterpolation": "linear",
170
"lineWidth": 1,
171
"pointSize": 5,
172
"scaleDistribution": {
173
"type": "linear"
174
},
175
"showPoints": "auto",
176
"spanNulls": false,
177
"stacking": {
178
"group": "A",
179
"mode": "none"
180
},
181
"thresholdsStyle": {
182
"mode": "off"
183
}
184
},
185
"mappings": [],
186
"thresholds": {
187
"mode": "absolute",
188
"steps": [
189
{
190
"color": "green",
191
"value": null
192
},
193
{
194
"color": "red",
195
"value": 80
196
}
197
]
198
},
199
"unit": "percentunit"
200
},
201
"overrides": []
202
},
203
"gridPos": {
204
"h": 8,
205
"w": 5,
206
"x": 4,
207
"y": 0
208
},
209
"id": 50,
210
"options": {
211
"legend": {
212
"calcs": [],
213
"displayMode": "list",
214
"placement": "bottom",
215
"showLegend": true
216
},
217
"tooltip": {
218
"mode": "single",
219
"sort": "none"
220
}
221
},
222
"targets": [
223
{
224
"datasource": {
225
"type": "prometheus",
226
"uid": "${datasource}"
227
},
228
"editorMode": "code",
229
"expr": "(sum by (instance)(rate({__name__=~\"http_server_request_duration_seconds_count|http_server_request_duration_count\", job=~\"$job\", instance=~\"$instance\", http_response_status_code=~\"5.*\"}[$__rate_interval]))) / on (instance) (sum by (instance)(rate({__name__=~\"http_server_request_duration_seconds_count|http_server_request_duration_count\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])))\nor\n(sum by (instance)(rate({__name__=~\"http_server_duration_milliseconds_count|http_server_duration_seconds_count|http_server_duration_count\", job=~\"$job\", instance=~\"$instance\", http_status_code=~\"5.*\"}[$__rate_interval]))) / on (instance) (sum by (instance)(rate({__name__=~\"http_server_duration_milliseconds_count|http_server_duration_seconds_count|http_server_duration_count\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])))\nor\n(sum by (instance)(rate({__name__=~\"http_server_requests_milliseconds_count|http_server_requests_count|http_server_requests_seconds_count\", job=~\"$job\", instance=~\"$instance\", outcome=\"SERVER_ERROR\"}[$__rate_interval]))) / on (instance) (sum by (instance)(rate({__name__=~\"http_server_requests_milliseconds_count|http_server_requests_count|http_server_requests_seconds_count\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])))\n",
230
"instant": false,
231
"legendFormat": "__auto",
232
"range": true,
233
"refId": "A"
234
}
235
],
236
"title": "Error %",
237
"type": "timeseries"
238
},
239
{
240
"datasource": {
241
"type": "prometheus",
242
"uid": "${datasource}"
243
},
244
"description": "95th percentile of HTTP server request duration in seconds",
245
"fieldConfig": {
246
"defaults": {
247
"color": {
248
"mode": "palette-classic"
249
},
250
"custom": {
251
"axisBorderShow": false,
252
"axisCenteredZero": false,
253
"axisColorMode": "text",
254
"axisLabel": "",
255
"axisPlacement": "auto",
256
"barAlignment": 0,
257
"drawStyle": "line",
258
"fillOpacity": 25,
259
"gradientMode": "none",
260
"hideFrom": {
261
"legend": false,
262
"tooltip": false,
263
"viz": false
264
},
265
"insertNulls": false,
266
"lineInterpolation": "linear",
267
"lineWidth": 1,
268
"pointSize": 5,
269
"scaleDistribution": {
270
"type": "linear"
271
},
272
"showPoints": "auto",
273
"spanNulls": false,
274
"stacking": {
275
"group": "A",
276
"mode": "none"
277
},
278
"thresholdsStyle": {
279
"mode": "off"
280
}
281
},
282
"mappings": [],
283
"thresholds": {
284
"mode": "absolute",
285
"steps": [
286
{
287
"color": "green",
288
"value": null
289
},
290
{
291
"color": "red",
292
"value": 80
293
}
294
]
295
},
296
"unit": "s"
297
},
298
"overrides": []
299
},
300
"gridPos": {
301
"h": 8,
302
"w": 5,
303
"x": 9,
304
"y": 0
305
},
306
"id": 52,
307
"options": {
308
"legend": {
309
"calcs": [],
310
"displayMode": "list",
311
"placement": "bottom",
312
"showLegend": true
313
},
314
"tooltip": {
315
"mode": "single",
316
"sort": "none"
317
}
318
},
319
"targets": [
320
{
321
"datasource": {
322
"type": "prometheus",
323
"uid": "${datasource}"
324
},
325
"editorMode": "code",
326
"expr": "(histogram_quantile(0.95, sum by(le, instance) (rate({__name__=~\"http_server_request_duration_seconds_bucket|http_server_request_duration_bucket|http_server_duration_seconds_bucket|http_server_duration_bucket|http_server_requests_seconds_bucket\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))))\nor\n(histogram_quantile(0.95, sum by(le, instance) (rate({__name__=~\"http_server_duration_milliseconds_bucket|http_server_requests_milliseconds_bucket|http_server_requests_bucket\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))) / 1000)\n",
327
"instant": false,
328
"legendFormat": "{{instance}}",
329
"range": true,
330
"refId": "A"
331
}
332
],
333
"title": "Duration (95%)",
334
"type": "timeseries"
335
},
336
{
337
"datasource": {
338
"type": "prometheus",
339
"uid": "${datasource}"
340
},
341
"description": "CPU utilization for the whole system",
342
"fieldConfig": {
343
"defaults": {
344
"color": {
345
"mode": "palette-classic"
346
},
347
"custom": {
348
"axisBorderShow": false,
349
"axisCenteredZero": false,
350
"axisColorMode": "text",
351
"axisLabel": "",
352
"axisPlacement": "auto",
353
"barAlignment": 0,
354
"drawStyle": "line",
355
"fillOpacity": 25,
356
"gradientMode": "none",
357
"hideFrom": {
358
"legend": false,
359
"tooltip": false,
360
"viz": false
361
},
362
"insertNulls": false,
363
"lineInterpolation": "linear",
364
"lineWidth": 1,
365
"pointSize": 5,
366
"scaleDistribution": {
367
"type": "linear"
368
},
369
"showPoints": "auto",
370
"spanNulls": false,
371
"stacking": {
372
"group": "A",
373
"mode": "none"
374
},
375
"thresholdsStyle": {
376
"mode": "off"
377
}
378
},
379
"mappings": [],
380
"thresholds": {
381
"mode": "absolute",
382
"steps": [
383
{
384
"color": "green",
385
"value": null
386
},
387
{
388
"color": "red",
389
"value": 80
390
}
391
]
392
},
393
"unit": "percentunit"
394
},
395
"overrides": []
396
},
397
"gridPos": {
398
"h": 7,
399
"w": 7,
400
"x": 0,
401
"y": 8
402
},
403
"id": 38,
404
"options": {
405
"legend": {
406
"calcs": [],
407
"displayMode": "list",
408
"placement": "bottom",
409
"showLegend": true
410
},
411
"tooltip": {
412
"mode": "multi",
413
"sort": "desc"
414
}
415
},
416
"targets": [
417
{
418
"datasource": {
419
"type": "prometheus",
420
"uid": "${datasource}"
421
},
422
"editorMode": "code",
423
"expr": "{__name__=~\"jvm_cpu_recent_utilization|jvm_cpu_recent_utilization_ratio|process_runtime_jvm_system_cpu_utilization|process_runtime_jvm_system_cpu_utilization_ratio|system_cpu_usage\", job=~\"$job\", instance=~\"$instance\"}",
424
"legendFormat": "{{instance}}",
425
"range": true,
426
"refId": "A"
427
}
428
],
429
"title": "CPU utilization",
430
"type": "timeseries"
431
},
432
{
433
"datasource": {
434
"type": "prometheus",
435
"uid": "${datasource}"
436
},
437
"description": "Used heap memory / heap memory limit ",
438
"fieldConfig": {
439
"defaults": {
440
"color": {
441
"mode": "palette-classic"
442
},
443
"custom": {
444
"axisBorderShow": false,
445
"axisCenteredZero": false,
446
"axisColorMode": "text",
447
"axisLabel": "",
448
"axisPlacement": "auto",
449
"barAlignment": 0,
450
"drawStyle": "line",
451
"fillOpacity": 25,
452
"gradientMode": "none",
453
"hideFrom": {
454
"legend": false,
455
"tooltip": false,
456
"viz": false
457
},
458
"insertNulls": false,
459
"lineInterpolation": "linear",
460
"lineWidth": 1,
461
"pointSize": 5,
462
"scaleDistribution": {
463
"type": "linear"
464
},
465
"showPoints": "auto",
466
"spanNulls": false,
467
"stacking": {
468
"group": "A",
469
"mode": "none"
470
},
471
"thresholdsStyle": {
472
"mode": "off"
473
}
474
},
475
"mappings": [],
476
"thresholds": {
477
"mode": "absolute",
478
"steps": [
479
{
480
"color": "green",
481
"value": null
482
},
483
{
484
"color": "red",
485
"value": 80
486
}
487
]
488
},
489
"unit": "percentunit"
490
},
491
"overrides": []
492
},
493
"gridPos": {
494
"h": 7,
495
"w": 7,
496
"x": 7,
497
"y": 8
498
},
499
"id": 30,
500
"options": {
501
"legend": {
502
"calcs": [],
503
"displayMode": "list",
504
"placement": "bottom",
505
"showLegend": true
506
},
507
"tooltip": {
508
"mode": "multi",
509
"sort": "none"
510
}
511
},
512
"targets": [
513
{
514
"datasource": {
515
"type": "prometheus",
516
"uid": "${datasource}"
517
},
518
"editorMode": "code",
519
"expr": "(sum by (instance) ({__name__=~\"jvm_memory_used|jvm_memory_used_bytes\",job=~\"$job\",jvm_memory_type=\"heap\", instance=~\"$instance\"}) / on(instance) sum by (instance) ({__name__=~\"jvm_memory_limit|jvm_memory_limit_bytes\",job=~\"$job\",jvm_memory_type=\"heap\", instance=~\"$instance\"}))\nor\n(sum by (instance) ({__name__=~\"process_runtime_jvm_memory_usage|process_runtime_jvm_memory_usage_bytes\",job=~\"$job\",type=\"heap\", instance=~\"$instance\"}) / on(instance) sum by (instance) ({__name__=~\"process_runtime_jvm_memory_limit|process_runtime_jvm_memory_limit_bytes\",job=~\"$job\",type=\"heap\", instance=~\"$instance\"}))\nor\n(sum by (instance) ({__name__=~\"jvm_memory_used|jvm_memory_used_bytes\",job=~\"$job\",area=\"heap\", instance=~\"$instance\"}) / on(instance) sum by (instance) ({__name__=~\"jvm_memory_max|jvm_memory_max_bytes\",job=~\"$job\",area=\"heap\", instance=~\"$instance\"}))",
520
"legendFormat": "{{instance}}",
521
"range": true,
522
"refId": "A"
523
}
524
],
525
"title": "Heap Memory utilization",
526
"type": "timeseries"
527
},
528
{
529
"datasource": {
530
"type": "prometheus",
531
"uid": "${datasource}"
532
},
533
"description": "Percentage of time spend for garbage collection pauses",
534
"fieldConfig": {
535
"defaults": {
536
"color": {
537
"mode": "palette-classic"
538
},
539
"custom": {
540
"axisBorderShow": false,
541
"axisCenteredZero": false,
542
"axisColorMode": "text",
543
"axisLabel": "",
544
"axisPlacement": "auto",
545
"barAlignment": 0,
546
"drawStyle": "line",
547
"fillOpacity": 25,
548
"gradientMode": "none",
549
"hideFrom": {
550
"legend": false,
551
"tooltip": false,
552
"viz": false
553
},
554
"insertNulls": false,
555
"lineInterpolation": "linear",
556
"lineWidth": 1,
557
"pointSize": 5,
558
"scaleDistribution": {
559
"type": "linear"
560
},
561
"showPoints": "auto",
562
"spanNulls": false,
563
"stacking": {
564
"group": "A",
565
"mode": "none"
566
},
567
"thresholdsStyle": {
568
"mode": "off"
569
}
570
},
571
"mappings": [],
572
"thresholds": {
573
"mode": "absolute",
574
"steps": [
575
{
576
"color": "green",
577
"value": null
578
}
579
]
580
},
581
"unit": "percentunit"
582
},
583
"overrides": []
584
},
585
"gridPos": {
586
"h": 7,
587
"w": 4,
588
"x": 0,
589
"y": 15
590
},
591
"id": 46,
592
"options": {
593
"legend": {
594
"calcs": [],
595
"displayMode": "list",
596
"placement": "bottom",
597
"showLegend": true
598
},
599
"tooltip": {
600
"mode": "single",
601
"sort": "none"
602
}
603
},
604
"targets": [
605
{
606
"datasource": {
607
"type": "prometheus",
608
"uid": "${datasource}"
609
},
610
"editorMode": "code",
611
"expr": "(sum by(instance) (rate({__name__=~\"jvm_gc_duration_sum|jvm_gc_duration_seconds_sum|process_runtime_jvm_gc_duration_sum|process_runtime_jvm_gc_duration_seconds_sum|jvm_gc_pause_sum|jvm_gc_pause_seconds_sum\",job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])))\nor\n(sum by(instance) (rate(jvm_gc_pause_milliseconds_sum{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) / 1000)",
612
"hide": false,
613
"legendFormat": "__auto",
614
"range": true,
615
"refId": "B"
616
}
617
],
618
"title": "Garbage Collection",
619
"type": "timeseries"
620
},
621
{
622
"datasource": {
623
"type": "prometheus",
624
"uid": "${datasource}"
625
},
626
"description": "Number of currently loaded classes",
627
"fieldConfig": {
628
"defaults": {
629
"color": {
630
"mode": "palette-classic"
631
},
632
"custom": {
633
"axisBorderShow": false,
634
"axisCenteredZero": false,
635
"axisColorMode": "text",
636
"axisLabel": "",
637
"axisPlacement": "auto",
638
"barAlignment": 0,
639
"drawStyle": "line",
640
"fillOpacity": 25,
641
"gradientMode": "none",
642
"hideFrom": {
643
"legend": false,
644
"tooltip": false,
645
"viz": false
646
},
647
"insertNulls": false,
648
"lineInterpolation": "linear",
649
"lineWidth": 1,
650
"pointSize": 5,
651
"scaleDistribution": {
652
"type": "linear"
653
},
654
"showPoints": "auto",
655
"spanNulls": false,
656
"stacking": {
657
"group": "A",
658
"mode": "none"
659
},
660
"thresholdsStyle": {
661
"mode": "off"
662
}
663
},
664
"mappings": [],
665
"thresholds": {
666
"mode": "absolute",
667
"steps": [
668
{
669
"color": "green",
670
"value": null
671
},
672
{
673
"color": "red",
674
"value": 80
675
}
676
]
677
},
678
"unit": "none"
679
},
680
"overrides": []
681
},
682
"gridPos": {
683
"h": 7,
684
"w": 5,
685
"x": 4,
686
"y": 15
687
},
688
"id": 33,
689
"options": {
690
"legend": {
691
"calcs": [],
692
"displayMode": "list",
693
"placement": "bottom",
694
"showLegend": true
695
},
696
"tooltip": {
697
"mode": "multi",
698
"sort": "none"
699
}
700
},
701
"targets": [
702
{
703
"datasource": {
704
"type": "prometheus",
705
"uid": "${datasource}"
706
},
707
"editorMode": "code",
708
"expr": "{__name__=~\"jvm_class_count|process_runtime_jvm_classes_current_loaded|jvm_classes_loaded\",job=~\"$job\", instance=~\"$instance\"}",
709
"legendFormat": "{{instance}}",
710
"range": true,
711
"refId": "A"
712
}
713
],
714
"title": "Classes",
715
"type": "timeseries"
716
},
717
{
718
"datasource": {
719
"type": "prometheus",
720
"uid": "${datasource}"
721
},
722
"description": "Number of currently executing (also called \"live\") threads",
723
"fieldConfig": {
724
"defaults": {
725
"color": {
726
"mode": "palette-classic"
727
},
728
"custom": {
729
"axisBorderShow": false,
730
"axisCenteredZero": false,
731
"axisColorMode": "text",
732
"axisLabel": "",
733
"axisPlacement": "auto",
734
"barAlignment": 0,
735
"drawStyle": "line",
736
"fillOpacity": 25,
737
"gradientMode": "none",
738
"hideFrom": {
739
"legend": false,
740
"tooltip": false,
741
"viz": false
742
},
743
"insertNulls": false,
744
"lineInterpolation": "linear",
745
"lineWidth": 1,
746
"pointSize": 5,
747
"scaleDistribution": {
748
"type": "linear"
749
},
750
"showPoints": "auto",
751
"spanNulls": false,
752
"stacking": {
753
"group": "A",
754
"mode": "none"
755
},
756
"thresholdsStyle": {
757
"mode": "off"
758
}
759
},
760
"mappings": [],
761
"thresholds": {
762
"mode": "absolute",
763
"steps": [
764
{
765
"color": "green",
766
"value": null
767
},
768
{
769
"color": "red",
770
"value": 80
771
}
772
]
773
},
774
"unit": "none"
775
},
776
"overrides": []
777
},
778
"gridPos": {
779
"h": 7,
780
"w": 5,
781
"x": 9,
782
"y": 15
783
},
784
"id": 42,
785
"options": {
786
"legend": {
787
"calcs": [],
788
"displayMode": "list",
789
"placement": "bottom",
790
"showLegend": true
791
},
792
"tooltip": {
793
"mode": "single",
794
"sort": "none"
795
}
796
},
797
"targets": [
798
{
799
"datasource": {
800
"type": "prometheus",
801
"uid": "${datasource}"
802
},
803
"editorMode": "code",
804
"expr": "sum({__name__=~\"jvm_thread_count|process_runtime_jvm_threads_count|jvm_threads_live\",job=~\"$job\", instance=~\"$instance\"}) by (instance)",
805
"legendFormat": "{{instance}}",
806
"range": true,
807
"refId": "A"
808
}
809
],
810
"title": "Threads",
811
"type": "timeseries"
812
}
813
],
814
"refresh": "",
815
"schemaVersion": 38,
816
"tags": [
817
"JVM",
818
"open-telemetry",
819
"Java",
820
"otel",
821
"opentelemetry",
822
"otlp"
823
],
824
"templating": {
825
"list": [
826
{
827
"current": {
828
"selected": false,
829
"text": "Prometheus",
830
"value": "prometheus"
831
},
832
"description": "Choose a Prometheus data source",
833
"hide": 0,
834
"includeAll": false,
835
"label": "Data source",
836
"multi": false,
837
"name": "datasource",
838
"options": [],
839
"query": "prometheus",
840
"queryValue": "",
841
"refresh": 1,
842
"regex": "",
843
"skipUrlSync": false,
844
"type": "datasource"
845
},
846
{
847
"allValue": ".+",
848
"current": {
849
"selected": false,
850
"text": "All",
851
"value": "$__all"
852
},
853
"datasource": {
854
"type": "prometheus",
855
"uid": "${datasource}"
856
},
857
"definition": "label_values({__name__=~\"jvm_class_count|process_runtime_jvm_classes_current_loaded|jvm_classes_loaded\"},job)",
858
"hide": 0,
859
"includeAll": true,
860
"label": "Job",
861
"multi": true,
862
"name": "job",
863
"options": [],
864
"query": {
865
"query": "label_values({__name__=~\"jvm_class_count|process_runtime_jvm_classes_current_loaded|jvm_classes_loaded\"},job)",
866
"refId": "PrometheusVariableQueryEditor-VariableQuery"
867
},
868
"refresh": 2,
869
"regex": "",
870
"skipUrlSync": false,
871
"sort": 1,
872
"tagValuesQuery": "",
873
"tagsQuery": "",
874
"type": "query",
875
"useTags": false
876
},
877
{
878
"allValue": ".+",
879
"current": {
880
"selected": false,
881
"text": "All",
882
"value": "$__all"
883
},
884
"datasource": {
885
"type": "prometheus",
886
"uid": "${datasource}"
887
},
888
"definition": "label_values({__name__=~\"(jvm_class_count|process_runtime_jvm_classes_current_loaded|jvm_classes_loaded)\", job=~\"$job\"},instance)",
889
"description": "The instance of the application, e.g. pod1",
890
"hide": 0,
891
"includeAll": true,
892
"label": "Instance",
893
"multi": true,
894
"name": "instance",
895
"options": [],
896
"query": {
897
"query": "label_values({__name__=~\"(jvm_class_count|process_runtime_jvm_classes_current_loaded|jvm_classes_loaded)\", job=~\"$job\"},instance)",
898
"refId": "PrometheusVariableQueryEditor-VariableQuery"
899
},
900
"refresh": 2,
901
"regex": "",
902
"skipUrlSync": false,
903
"sort": 1,
904
"tagValuesQuery": "",
905
"tagsQuery": "",
906
"type": "query",
907
"useTags": false
908
}
909
]
910
},
911
"time": {
912
"from": "now-1h",
913
"to": "now"
914
},
915
"timepicker": {
916
"refresh_intervals": [
917
"5s",
918
"10s",
919
"30s",
920
"1m",
921
"5m",
922
"15m",
923
"30m",
924
"1h",
925
"2h",
926
"1d"
927
],
928
"time_options": [
929
"5m",
930
"15m",
931
"1h",
932
"6h",
933
"12h",
934
"24h",
935
"2d",
936
"7d",
937
"30d"
938
]
939
},
940
"timezone": "",
941
"title": "JVM Overview (OpenTelemetry)",
942
"uid": "b91844d7-121e-4d0a-93b8-a9c1a05703b3",
943
"version": 1,
944
"weekStart": ""
945
}
946
947