blob: dce01fc8d77296b5d1e98fd7c80c491f4c843f24 [file] [log] [blame]
adheli.tavaresfce51e82022-02-24 09:54:30 +00001{
2 "annotations": {
3 "list": [
4 {
5 "builtIn": 1,
6 "datasource": "-- Grafana --",
7 "enable": true,
8 "hide": true,
9 "iconColor": "rgba(0, 211, 255, 1)",
10 "limit": 100,
11 "name": "Annotations & Alerts",
12 "showIn": 0,
13 "target": {
14 "limit": 100,
15 "matchAny": false,
16 "tags": [],
17 "type": "dashboard"
18 },
19 "type": "dashboard"
20 },
21 {
22 "datasource": "dkSf71fnz",
23 "enable": true,
24 "expr": "resets(process_uptime_seconds{job=\"$job\"}[1m]) > 0",
25 "iconColor": "rgba(255, 96, 96, 1)",
26 "name": "Restart Detection",
27 "showIn": 0,
28 "step": "1m",
29 "tagKeys": "restart-tag",
30 "textFormat": "uptime reset",
31 "titleFormat": "Restart"
32 }
33 ]
34 },
35 "description": "Dashboard for JVM Basic Metrics",
36 "editable": true,
37 "fiscalYearStartMonth": 0,
38 "gnetId": 4701,
39 "graphTooltip": 1,
40 "id": 4,
41 "iteration": 1645634994099,
42 "links": [],
43 "liveNow": false,
44 "panels": [
45 {
46 "collapsed": false,
47 "gridPos": {
48 "h": 1,
49 "w": 24,
50 "x": 0,
51 "y": 0
52 },
53 "id": 125,
54 "panels": [],
55 "title": "Quick Facts",
56 "type": "row"
57 },
58 {
59 "fieldConfig": {
60 "defaults": {
61 "color": {
62 "mode": "thresholds"
63 },
64 "decimals": 1,
65 "mappings": [
66 {
67 "options": {
68 "match": "null",
69 "result": {
70 "text": "N/A"
71 }
72 },
73 "type": "special"
74 }
75 ],
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 "unit": "s"
90 },
91 "overrides": []
92 },
93 "gridPos": {
94 "h": 3,
95 "w": 3,
96 "x": 0,
97 "y": 1
98 },
99 "id": 63,
100 "links": [],
101 "maxDataPoints": 100,
102 "options": {
103 "colorMode": "value",
104 "graphMode": "none",
105 "justifyMode": "auto",
106 "orientation": "horizontal",
107 "reduceOptions": {
108 "calcs": [
109 "lastNotNull"
110 ],
111 "fields": "",
112 "values": false
113 },
114 "textMode": "auto"
115 },
116 "pluginVersion": "8.3.4",
117 "targets": [
118 {
119 "datasource": {
120 "type": "prometheus",
121 "uid": "dkSf71fnz"
122 },
123 "exemplar": true,
124 "expr": "time()-process_start_time_seconds{job=\"$job\"}",
125 "format": "time_series",
126 "interval": "",
127 "intervalFactor": 2,
128 "legendFormat": "",
129 "metric": "",
130 "refId": "A",
131 "step": 14400
132 }
133 ],
134 "title": "Uptime",
135 "type": "stat"
136 },
137 {
138 "datasource": {
139 "type": "prometheus",
140 "uid": "dkSf71fnz"
141 },
142 "fieldConfig": {
143 "defaults": {
144 "color": {
145 "mode": "thresholds"
146 },
147 "mappings": [
148 {
149 "options": {
150 "match": "null",
151 "result": {
152 "text": "N/A"
153 }
154 },
155 "type": "special"
156 }
157 ],
158 "thresholds": {
159 "mode": "absolute",
160 "steps": [
161 {
162 "color": "green",
163 "value": null
164 },
165 {
166 "color": "red",
167 "value": 80
168 }
169 ]
170 },
171 "unit": "dateTimeAsIso"
172 },
173 "overrides": []
174 },
175 "gridPos": {
176 "h": 3,
177 "w": 9,
178 "x": 3,
179 "y": 1
180 },
181 "id": 92,
182 "links": [],
183 "maxDataPoints": 100,
184 "options": {
185 "colorMode": "value",
186 "graphMode": "none",
187 "justifyMode": "auto",
188 "orientation": "horizontal",
189 "reduceOptions": {
190 "calcs": [
191 "lastNotNull"
192 ],
193 "fields": "",
194 "values": false
195 },
196 "textMode": "auto"
197 },
198 "pluginVersion": "8.3.4",
199 "targets": [
200 {
201 "expr": "process_start_time_seconds{job=\"$job\"}*1000",
202 "format": "time_series",
203 "intervalFactor": 2,
204 "legendFormat": "",
205 "metric": "",
206 "refId": "A",
207 "step": 14400
208 }
209 ],
210 "title": "Start time",
211 "type": "stat"
212 },
213 {
214 "fieldConfig": {
215 "defaults": {
216 "color": {
217 "mode": "thresholds"
218 },
219 "decimals": 2,
220 "mappings": [
221 {
222 "options": {
223 "match": "null",
224 "result": {
225 "text": "N/A"
226 }
227 },
228 "type": "special"
229 }
230 ],
231 "thresholds": {
232 "mode": "absolute",
233 "steps": [
234 {
235 "color": "rgba(50, 172, 45, 0.97)",
236 "value": null
237 },
238 {
239 "color": "rgba(237, 129, 40, 0.89)",
240 "value": 70
241 },
242 {
243 "color": "rgba(245, 54, 54, 0.9)",
244 "value": 90
245 }
246 ]
247 },
248 "unit": "percent"
249 },
250 "overrides": []
251 },
252 "gridPos": {
253 "h": 3,
254 "w": 6,
255 "x": 12,
256 "y": 1
257 },
258 "id": 65,
259 "links": [],
260 "maxDataPoints": 100,
261 "options": {
262 "colorMode": "value",
263 "graphMode": "none",
264 "justifyMode": "auto",
265 "orientation": "horizontal",
266 "reduceOptions": {
267 "calcs": [
268 "lastNotNull"
269 ],
270 "fields": "",
271 "values": false
272 },
273 "textMode": "auto"
274 },
275 "pluginVersion": "8.3.4",
276 "targets": [
277 {
278 "datasource": {
279 "type": "prometheus",
280 "uid": "dkSf71fnz"
281 },
282 "exemplar": true,
283 "expr": "sum(jvm_memory_bytes_used{job=\"$job\", area=\"heap\"})*100/sum(jvm_memory_bytes_max{job=\"$job\", area=\"heap\"})",
284 "format": "time_series",
285 "interval": "",
286 "intervalFactor": 2,
287 "legendFormat": "",
288 "refId": "A",
289 "step": 14400
290 }
291 ],
292 "title": "Heap used",
293 "type": "stat"
294 },
295 {
296 "fieldConfig": {
297 "defaults": {
298 "color": {
299 "mode": "thresholds"
300 },
301 "decimals": 2,
302 "mappings": [
303 {
304 "options": {
305 "match": "null",
306 "result": {
307 "text": "N/A"
308 }
309 },
310 "type": "special"
311 },
312 {
313 "options": {
314 "from": -1e+32,
315 "result": {
316 "text": "N/A"
317 },
318 "to": 0
319 },
320 "type": "range"
321 }
322 ],
323 "thresholds": {
324 "mode": "absolute",
325 "steps": [
326 {
327 "color": "rgba(50, 172, 45, 0.97)",
328 "value": null
329 },
330 {
331 "color": "rgba(237, 129, 40, 0.89)",
332 "value": 70
333 },
334 {
335 "color": "rgba(245, 54, 54, 0.9)",
336 "value": 90
337 }
338 ]
339 },
340 "unit": "percent"
341 },
342 "overrides": []
343 },
344 "gridPos": {
345 "h": 3,
346 "w": 6,
347 "x": 18,
348 "y": 1
349 },
350 "id": 75,
351 "links": [],
352 "maxDataPoints": 100,
353 "options": {
354 "colorMode": "value",
355 "graphMode": "none",
356 "justifyMode": "auto",
357 "orientation": "horizontal",
358 "reduceOptions": {
359 "calcs": [
360 "lastNotNull"
361 ],
362 "fields": "",
363 "values": false
364 },
365 "textMode": "auto"
366 },
367 "pluginVersion": "8.3.4",
368 "targets": [
369 {
370 "datasource": {
371 "type": "prometheus",
372 "uid": "dkSf71fnz"
373 },
374 "exemplar": true,
375 "expr": "sum(jvm_memory_bytes_used{job=\"$job\", area=\"nonheap\"})*100/sum(jvm_memory_bytes_max{job=\"$job\", area=\"nonheap\"})",
376 "format": "time_series",
377 "interval": "",
378 "intervalFactor": 2,
379 "legendFormat": "",
380 "refId": "A",
381 "step": 14400
382 }
383 ],
384 "title": "Non-Heap used",
385 "type": "stat"
386 },
387 {
388 "collapsed": false,
389 "gridPos": {
390 "h": 1,
391 "w": 24,
392 "x": 0,
393 "y": 4
394 },
395 "id": 127,
396 "panels": [],
397 "title": "JVM Memory",
398 "type": "row"
399 },
400 {
401 "fieldConfig": {
402 "defaults": {
403 "color": {
404 "mode": "palette-classic"
405 },
406 "custom": {
407 "axisLabel": "",
408 "axisPlacement": "auto",
409 "barAlignment": 0,
410 "drawStyle": "line",
411 "fillOpacity": 10,
412 "gradientMode": "none",
413 "hideFrom": {
414 "legend": false,
415 "tooltip": false,
416 "viz": false
417 },
418 "lineInterpolation": "linear",
419 "lineWidth": 1,
420 "pointSize": 5,
421 "scaleDistribution": {
422 "type": "linear"
423 },
424 "showPoints": "never",
425 "spanNulls": true,
426 "stacking": {
427 "group": "A",
428 "mode": "none"
429 },
430 "thresholdsStyle": {
431 "mode": "off"
432 }
433 },
434 "mappings": [],
435 "min": 0,
436 "thresholds": {
437 "mode": "absolute",
438 "steps": [
439 {
440 "color": "green",
441 "value": null
442 },
443 {
444 "color": "red",
445 "value": 80
446 }
447 ]
448 },
449 "unit": "bytes"
450 },
451 "overrides": []
452 },
453 "gridPos": {
454 "h": 7,
455 "w": 6,
456 "x": 0,
457 "y": 5
458 },
459 "id": 24,
460 "links": [],
461 "options": {
462 "legend": {
463 "calcs": [
464 "lastNotNull",
465 "max"
466 ],
467 "displayMode": "list",
468 "placement": "bottom"
469 },
470 "tooltip": {
471 "mode": "single"
472 }
473 },
474 "pluginVersion": "8.3.4",
475 "targets": [
476 {
477 "datasource": {
478 "type": "prometheus",
479 "uid": "dkSf71fnz"
480 },
481 "exemplar": true,
482 "expr": "sum(jvm_memory_bytes_used{job=\"$job\", area=\"heap\"})",
483 "format": "time_series",
484 "interval": "",
485 "intervalFactor": 2,
486 "legendFormat": "used",
487 "metric": "",
488 "refId": "A",
489 "step": 2400
490 },
491 {
492 "datasource": {
493 "type": "prometheus",
494 "uid": "dkSf71fnz"
495 },
496 "exemplar": true,
497 "expr": "sum(jvm_memory_bytes_committed{job=\"$job\", area=\"heap\"})",
498 "format": "time_series",
499 "interval": "",
500 "intervalFactor": 2,
501 "legendFormat": "committed",
502 "refId": "B",
503 "step": 2400
504 },
505 {
506 "datasource": {
507 "type": "prometheus",
508 "uid": "dkSf71fnz"
509 },
510 "exemplar": true,
511 "expr": "sum(jvm_memory_bytes_max{job=\"$job\", area=\"heap\"})",
512 "format": "time_series",
513 "interval": "",
514 "intervalFactor": 2,
515 "legendFormat": "max",
516 "refId": "C",
517 "step": 2400
518 }
519 ],
520 "title": "JVM Heap",
521 "type": "timeseries"
522 },
523 {
524 "fieldConfig": {
525 "defaults": {
526 "color": {
527 "mode": "palette-classic"
528 },
529 "custom": {
530 "axisLabel": "",
531 "axisPlacement": "auto",
532 "barAlignment": 0,
533 "drawStyle": "line",
534 "fillOpacity": 10,
535 "gradientMode": "none",
536 "hideFrom": {
537 "legend": false,
538 "tooltip": false,
539 "viz": false
540 },
541 "lineInterpolation": "linear",
542 "lineWidth": 1,
543 "pointSize": 5,
544 "scaleDistribution": {
545 "type": "linear"
546 },
547 "showPoints": "never",
548 "spanNulls": true,
549 "stacking": {
550 "group": "A",
551 "mode": "none"
552 },
553 "thresholdsStyle": {
554 "mode": "off"
555 }
556 },
557 "mappings": [],
558 "min": 0,
559 "thresholds": {
560 "mode": "absolute",
561 "steps": [
562 {
563 "color": "green",
564 "value": null
565 },
566 {
567 "color": "red",
568 "value": 80
569 }
570 ]
571 },
572 "unit": "bytes"
573 },
574 "overrides": []
575 },
576 "gridPos": {
577 "h": 7,
578 "w": 6,
579 "x": 6,
580 "y": 5
581 },
582 "id": 25,
583 "links": [],
584 "options": {
585 "legend": {
586 "calcs": [
587 "lastNotNull",
588 "max"
589 ],
590 "displayMode": "list",
591 "placement": "bottom"
592 },
593 "tooltip": {
594 "mode": "single"
595 }
596 },
597 "pluginVersion": "8.3.4",
598 "targets": [
599 {
600 "datasource": {
601 "type": "prometheus",
602 "uid": "dkSf71fnz"
603 },
604 "exemplar": true,
605 "expr": "sum(jvm_memory_bytes_used{job=\"$job\", area=\"nonheap\"})",
606 "format": "time_series",
607 "interval": "",
608 "intervalFactor": 2,
609 "legendFormat": "used",
610 "metric": "",
611 "refId": "A",
612 "step": 2400
613 },
614 {
615 "datasource": {
616 "type": "prometheus",
617 "uid": "dkSf71fnz"
618 },
619 "exemplar": true,
620 "expr": "sum(jvm_memory_bytes_commited{job=\"$job\", area=\"nonheap\"})",
621 "format": "time_series",
622 "interval": "",
623 "intervalFactor": 2,
624 "legendFormat": "committed",
625 "refId": "B",
626 "step": 2400
627 },
628 {
629 "datasource": {
630 "type": "prometheus",
631 "uid": "dkSf71fnz"
632 },
633 "exemplar": true,
634 "expr": "sum(jvm_memory_bytes_max{job=\"$job\", area=\"nonheap\"})",
635 "format": "time_series",
636 "interval": "",
637 "intervalFactor": 2,
638 "legendFormat": "max",
639 "refId": "C",
640 "step": 2400
641 }
642 ],
643 "title": "JVM Non-Heap",
644 "type": "timeseries"
645 },
646 {
647 "fieldConfig": {
648 "defaults": {
649 "color": {
650 "mode": "palette-classic"
651 },
652 "custom": {
653 "axisLabel": "",
654 "axisPlacement": "auto",
655 "barAlignment": 0,
656 "drawStyle": "line",
657 "fillOpacity": 10,
658 "gradientMode": "none",
659 "hideFrom": {
660 "legend": false,
661 "tooltip": false,
662 "viz": false
663 },
664 "lineInterpolation": "linear",
665 "lineWidth": 1,
666 "pointSize": 5,
667 "scaleDistribution": {
668 "type": "linear"
669 },
670 "showPoints": "never",
671 "spanNulls": true,
672 "stacking": {
673 "group": "A",
674 "mode": "none"
675 },
676 "thresholdsStyle": {
677 "mode": "off"
678 }
679 },
680 "mappings": [],
681 "min": 0,
682 "thresholds": {
683 "mode": "absolute",
684 "steps": [
685 {
686 "color": "green",
687 "value": null
688 },
689 {
690 "color": "red",
691 "value": 80
692 }
693 ]
694 },
695 "unit": "bytes"
696 },
697 "overrides": []
698 },
699 "gridPos": {
700 "h": 7,
701 "w": 6,
702 "x": 12,
703 "y": 5
704 },
705 "id": 26,
706 "links": [],
707 "options": {
708 "legend": {
709 "calcs": [
710 "lastNotNull",
711 "max"
712 ],
713 "displayMode": "list",
714 "placement": "bottom"
715 },
716 "tooltip": {
717 "mode": "single"
718 }
719 },
720 "pluginVersion": "8.3.4",
721 "targets": [
722 {
723 "datasource": {
724 "type": "prometheus",
725 "uid": "dkSf71fnz"
726 },
727 "exemplar": true,
728 "expr": "sum(jvm_memory_bytes_used{job=\"$job\"})",
729 "format": "time_series",
730 "interval": "",
731 "intervalFactor": 2,
732 "legendFormat": "used",
733 "metric": "",
734 "refId": "A",
735 "step": 2400
736 },
737 {
738 "datasource": {
739 "type": "prometheus",
740 "uid": "dkSf71fnz"
741 },
742 "exemplar": true,
743 "expr": "sum(jvm_memory_bytes_committed{job=\"$job\"})",
744 "format": "time_series",
745 "interval": "",
746 "intervalFactor": 2,
747 "legendFormat": "committed",
748 "refId": "B",
749 "step": 2400
750 },
751 {
752 "datasource": {
753 "type": "prometheus",
754 "uid": "dkSf71fnz"
755 },
756 "exemplar": true,
757 "expr": "sum(jvm_memory_bytes_max{job=\"$job\"})",
758 "format": "time_series",
759 "interval": "",
760 "intervalFactor": 2,
761 "legendFormat": "max",
762 "refId": "C",
763 "step": 2400
764 }
765 ],
766 "title": "JVM Total",
767 "type": "timeseries"
768 },
769 {
770 "fieldConfig": {
771 "defaults": {
772 "color": {
773 "mode": "palette-classic"
774 },
775 "custom": {
776 "axisLabel": "",
777 "axisPlacement": "auto",
778 "barAlignment": 0,
779 "drawStyle": "line",
780 "fillOpacity": 10,
781 "gradientMode": "none",
782 "hideFrom": {
783 "legend": false,
784 "tooltip": false,
785 "viz": false
786 },
787 "lineInterpolation": "linear",
788 "lineWidth": 1,
789 "pointSize": 5,
790 "scaleDistribution": {
791 "type": "linear"
792 },
793 "showPoints": "never",
794 "spanNulls": true,
795 "stacking": {
796 "group": "A",
797 "mode": "none"
798 },
799 "thresholdsStyle": {
800 "mode": "off"
801 }
802 },
803 "mappings": [],
804 "min": 0,
805 "thresholds": {
806 "mode": "absolute",
807 "steps": [
808 {
809 "color": "green",
810 "value": null
811 },
812 {
813 "color": "red",
814 "value": 80
815 }
816 ]
817 },
818 "unit": "bytes"
819 },
820 "overrides": []
821 },
822 "gridPos": {
823 "h": 7,
824 "w": 6,
825 "x": 18,
826 "y": 5
827 },
828 "id": 86,
829 "links": [],
830 "options": {
831 "legend": {
832 "calcs": [
833 "lastNotNull",
834 "max"
835 ],
836 "displayMode": "list",
837 "placement": "bottom"
838 },
839 "tooltip": {
840 "mode": "single"
841 }
842 },
843 "pluginVersion": "8.3.4",
844 "targets": [
845 {
846 "datasource": {
847 "type": "prometheus",
848 "uid": "dkSf71fnz"
849 },
850 "exemplar": true,
851 "expr": "process_virtual_memory_bytes{job=\"$job\"}",
852 "format": "time_series",
853 "hide": false,
854 "interval": "",
855 "intervalFactor": 2,
856 "legendFormat": "vss",
857 "metric": "",
858 "refId": "A",
859 "step": 2400
860 },
861 {
862 "datasource": {
863 "type": "prometheus",
864 "uid": "dkSf71fnz"
865 },
866 "exemplar": true,
867 "expr": "process_resident_memory_bytes{job=\"$job\"}",
868 "format": "time_series",
869 "interval": "",
870 "intervalFactor": 2,
871 "legendFormat": "rss",
872 "refId": "B"
873 },
874 {
875 "datasource": {
876 "type": "prometheus",
877 "uid": "dkSf71fnz"
878 },
879 "exemplar": true,
880 "expr": "process_resident_memory_bytes{job=\"$job\"} + process_virtual_memory_bytes{job=\"$job\"}",
881 "format": "time_series",
882 "interval": "",
883 "intervalFactor": 2,
884 "legendFormat": "total",
885 "refId": "D"
886 }
887 ],
888 "title": "JVM Process Memory",
889 "type": "timeseries"
890 },
891 {
892 "collapsed": false,
893 "gridPos": {
894 "h": 1,
895 "w": 24,
896 "x": 0,
897 "y": 12
898 },
899 "id": 128,
900 "panels": [],
901 "title": "JVM Misc",
902 "type": "row"
903 },
904 {
905 "fieldConfig": {
906 "defaults": {
907 "color": {
908 "mode": "palette-classic"
909 },
910 "custom": {
911 "axisLabel": "",
912 "axisPlacement": "auto",
913 "barAlignment": 0,
914 "drawStyle": "line",
915 "fillOpacity": 10,
916 "gradientMode": "none",
917 "hideFrom": {
918 "legend": false,
919 "tooltip": false,
920 "viz": false
921 },
922 "lineInterpolation": "linear",
923 "lineWidth": 1,
924 "pointSize": 5,
925 "scaleDistribution": {
926 "type": "linear"
927 },
928 "showPoints": "never",
929 "spanNulls": true,
930 "stacking": {
931 "group": "A",
932 "mode": "none"
933 },
934 "thresholdsStyle": {
935 "mode": "off"
936 }
937 },
938 "decimals": 1,
939 "mappings": [],
940 "max": 1,
941 "min": 0,
942 "thresholds": {
943 "mode": "absolute",
944 "steps": [
945 {
946 "color": "green",
947 "value": null
948 },
949 {
950 "color": "red",
951 "value": 80
952 }
953 ]
954 },
955 "unit": "percentunit"
956 },
957 "overrides": []
958 },
959 "gridPos": {
960 "h": 7,
961 "w": 6,
962 "x": 0,
963 "y": 13
964 },
965 "id": 106,
966 "links": [],
967 "options": {
968 "legend": {
969 "calcs": [
970 "lastNotNull",
971 "max"
972 ],
973 "displayMode": "list",
974 "placement": "bottom"
975 },
976 "tooltip": {
977 "mode": "single"
978 }
979 },
980 "pluginVersion": "8.3.4",
981 "targets": [
982 {
983 "datasource": {
984 "type": "prometheus",
985 "uid": "dkSf71fnz"
986 },
987 "exemplar": true,
988 "expr": "rate(process_cpu_seconds_total{job=\"$job\"}[5m])",
989 "format": "time_series",
990 "hide": false,
991 "interval": "",
992 "intervalFactor": 1,
993 "legendFormat": "system + process",
994 "metric": "",
995 "refId": "A",
996 "step": 2400
997 },
998 {
999 "datasource": {
1000 "type": "prometheus",
1001 "uid": "dkSf71fnz"
1002 },
1003 "exemplar": true,
1004 "expr": "avg_over_time(process_cpu_usage{job=\"$job\"}[1h])",
1005 "format": "time_series",
1006 "hide": false,
1007 "interval": "",
1008 "intervalFactor": 1,
1009 "legendFormat": "process-1h",
1010 "refId": "C"
1011 }
1012 ],
1013 "title": "CPU Usage",
1014 "type": "timeseries"
1015 },
1016 {
1017 "fieldConfig": {
1018 "defaults": {
1019 "color": {
1020 "mode": "palette-classic"
1021 },
1022 "custom": {
1023 "axisLabel": "",
1024 "axisPlacement": "auto",
1025 "barAlignment": 0,
1026 "drawStyle": "line",
1027 "fillOpacity": 10,
1028 "gradientMode": "none",
1029 "hideFrom": {
1030 "legend": false,
1031 "tooltip": false,
1032 "viz": false
1033 },
1034 "lineInterpolation": "linear",
1035 "lineWidth": 1,
1036 "pointSize": 5,
1037 "scaleDistribution": {
1038 "type": "linear"
1039 },
1040 "showPoints": "never",
1041 "spanNulls": true,
1042 "stacking": {
1043 "group": "A",
1044 "mode": "none"
1045 },
1046 "thresholdsStyle": {
1047 "mode": "off"
1048 }
1049 },
1050 "decimals": 0,
1051 "mappings": [],
1052 "min": 0,
1053 "thresholds": {
1054 "mode": "absolute",
1055 "steps": [
1056 {
1057 "color": "green",
1058 "value": null
1059 },
1060 {
1061 "color": "red",
1062 "value": 80
1063 }
1064 ]
1065 },
1066 "unit": "short"
1067 },
1068 "overrides": []
1069 },
1070 "gridPos": {
1071 "h": 7,
1072 "w": 6,
1073 "x": 6,
1074 "y": 13
1075 },
1076 "id": 61,
1077 "links": [],
1078 "options": {
1079 "legend": {
1080 "calcs": [
1081 "lastNotNull"
1082 ],
1083 "displayMode": "list",
1084 "placement": "bottom"
1085 },
1086 "tooltip": {
1087 "mode": "single"
1088 }
1089 },
1090 "pluginVersion": "8.3.4",
1091 "targets": [
1092 {
1093 "datasource": {
1094 "type": "prometheus",
1095 "uid": "dkSf71fnz"
1096 },
1097 "exemplar": true,
1098 "expr": "process_open_fds{job=\"$job\"}",
1099 "format": "time_series",
1100 "hide": false,
1101 "interval": "",
1102 "intervalFactor": 2,
1103 "legendFormat": "open",
1104 "metric": "",
1105 "refId": "A",
1106 "step": 2400
1107 },
1108 {
1109 "datasource": {
1110 "type": "prometheus",
1111 "uid": "dkSf71fnz"
1112 },
1113 "exemplar": true,
1114 "expr": "process_max_fds{job=\"$job\"}",
1115 "format": "time_series",
1116 "hide": false,
1117 "interval": "",
1118 "intervalFactor": 2,
1119 "legendFormat": "max",
1120 "metric": "",
1121 "refId": "B",
1122 "step": 2400
1123 }
1124 ],
1125 "title": "File Descriptors",
1126 "type": "timeseries"
1127 },
1128 {
1129 "fieldConfig": {
1130 "defaults": {
1131 "color": {
1132 "mode": "palette-classic"
1133 },
1134 "custom": {
1135 "axisLabel": "",
1136 "axisPlacement": "auto",
1137 "barAlignment": 0,
1138 "drawStyle": "line",
1139 "fillOpacity": 10,
1140 "gradientMode": "none",
1141 "hideFrom": {
1142 "legend": false,
1143 "tooltip": false,
1144 "viz": false
1145 },
1146 "lineInterpolation": "linear",
1147 "lineWidth": 1,
1148 "pointSize": 5,
1149 "scaleDistribution": {
1150 "type": "linear"
1151 },
1152 "showPoints": "never",
1153 "spanNulls": true,
1154 "stacking": {
1155 "group": "A",
1156 "mode": "none"
1157 },
1158 "thresholdsStyle": {
1159 "mode": "off"
1160 }
1161 },
1162 "decimals": 0,
1163 "mappings": [],
1164 "min": 0,
1165 "thresholds": {
1166 "mode": "absolute",
1167 "steps": [
1168 {
1169 "color": "green",
1170 "value": null
1171 },
1172 {
1173 "color": "red",
1174 "value": 80
1175 }
1176 ]
1177 },
1178 "unit": "short"
1179 },
1180 "overrides": []
1181 },
1182 "gridPos": {
1183 "h": 7,
1184 "w": 6,
1185 "x": 12,
1186 "y": 13
1187 },
1188 "id": 32,
1189 "links": [],
1190 "options": {
1191 "legend": {
1192 "calcs": [
1193 "lastNotNull"
1194 ],
1195 "displayMode": "list",
1196 "placement": "bottom"
1197 },
1198 "tooltip": {
1199 "mode": "single"
1200 }
1201 },
1202 "pluginVersion": "8.3.4",
1203 "targets": [
1204 {
1205 "datasource": {
1206 "type": "prometheus",
1207 "uid": "dkSf71fnz"
1208 },
1209 "exemplar": true,
1210 "expr": "jvm_threads_state{state=\"RUNNABLE\", job=\"$job\"}",
1211 "format": "time_series",
1212 "interval": "",
1213 "intervalFactor": 2,
1214 "legendFormat": "live",
1215 "metric": "",
1216 "refId": "A",
1217 "step": 2400
1218 },
1219 {
1220 "datasource": {
1221 "type": "prometheus",
1222 "uid": "dkSf71fnz"
1223 },
1224 "exemplar": true,
1225 "expr": "jvm_threads_daemon{job=\"$job\"}",
1226 "format": "time_series",
1227 "interval": "",
1228 "intervalFactor": 2,
1229 "legendFormat": "daemon",
1230 "metric": "",
1231 "refId": "B",
1232 "step": 2400
1233 },
1234 {
1235 "datasource": {
1236 "type": "prometheus",
1237 "uid": "dkSf71fnz"
1238 },
1239 "exemplar": true,
1240 "expr": "jvm_threads_peak{job=\"$job\"}",
1241 "format": "time_series",
1242 "interval": "",
1243 "intervalFactor": 2,
1244 "legendFormat": "peak",
1245 "refId": "C",
1246 "step": 2400
1247 },
1248 {
1249 "datasource": {
1250 "type": "prometheus",
1251 "uid": "dkSf71fnz"
1252 },
1253 "exemplar": true,
1254 "expr": "jvm_threads_current{job=\"$job\"}",
1255 "format": "time_series",
1256 "interval": "",
1257 "intervalFactor": 2,
1258 "legendFormat": "process",
1259 "refId": "D",
1260 "step": 2400
1261 }
1262 ],
1263 "title": "Threads",
1264 "type": "timeseries"
1265 },
1266 {
1267 "fieldConfig": {
1268 "defaults": {
1269 "color": {
1270 "mode": "palette-classic"
1271 },
1272 "custom": {
1273 "axisLabel": "",
1274 "axisPlacement": "auto",
1275 "barAlignment": 0,
1276 "drawStyle": "line",
1277 "fillOpacity": 10,
1278 "gradientMode": "none",
1279 "hideFrom": {
1280 "legend": false,
1281 "tooltip": false,
1282 "viz": false
1283 },
1284 "lineInterpolation": "linear",
1285 "lineWidth": 1,
1286 "pointSize": 5,
1287 "scaleDistribution": {
1288 "type": "linear"
1289 },
1290 "showPoints": "never",
1291 "spanNulls": true,
1292 "stacking": {
1293 "group": "A",
1294 "mode": "none"
1295 },
1296 "thresholdsStyle": {
1297 "mode": "off"
1298 }
1299 },
1300 "mappings": [],
1301 "thresholds": {
1302 "mode": "absolute",
1303 "steps": [
1304 {
1305 "color": "green",
1306 "value": null
1307 },
1308 {
1309 "color": "red",
1310 "value": 80
1311 }
1312 ]
1313 },
1314 "unit": "short"
1315 },
1316 "overrides": [
1317 {
1318 "matcher": {
1319 "id": "byName",
1320 "options": "blocked"
1321 },
1322 "properties": [
1323 {
1324 "id": "color",
1325 "value": {
1326 "fixedColor": "#bf1b00",
1327 "mode": "fixed"
1328 }
1329 }
1330 ]
1331 },
1332 {
1333 "matcher": {
1334 "id": "byName",
1335 "options": "new"
1336 },
1337 "properties": [
1338 {
1339 "id": "color",
1340 "value": {
1341 "fixedColor": "#fce2de",
1342 "mode": "fixed"
1343 }
1344 }
1345 ]
1346 },
1347 {
1348 "matcher": {
1349 "id": "byName",
1350 "options": "runnable"
1351 },
1352 "properties": [
1353 {
1354 "id": "color",
1355 "value": {
1356 "fixedColor": "#7eb26d",
1357 "mode": "fixed"
1358 }
1359 }
1360 ]
1361 },
1362 {
1363 "matcher": {
1364 "id": "byName",
1365 "options": "terminated"
1366 },
1367 "properties": [
1368 {
1369 "id": "color",
1370 "value": {
1371 "fixedColor": "#511749",
1372 "mode": "fixed"
1373 }
1374 }
1375 ]
1376 },
1377 {
1378 "matcher": {
1379 "id": "byName",
1380 "options": "timed-waiting"
1381 },
1382 "properties": [
1383 {
1384 "id": "color",
1385 "value": {
1386 "fixedColor": "#c15c17",
1387 "mode": "fixed"
1388 }
1389 }
1390 ]
1391 },
1392 {
1393 "matcher": {
1394 "id": "byName",
1395 "options": "waiting"
1396 },
1397 "properties": [
1398 {
1399 "id": "color",
1400 "value": {
1401 "fixedColor": "#eab839",
1402 "mode": "fixed"
1403 }
1404 }
1405 ]
1406 }
1407 ]
1408 },
1409 "gridPos": {
1410 "h": 7,
1411 "w": 6,
1412 "x": 18,
1413 "y": 13
1414 },
1415 "id": 124,
1416 "links": [],
1417 "options": {
1418 "legend": {
1419 "calcs": [
1420 "lastNotNull"
1421 ],
1422 "displayMode": "list",
1423 "placement": "bottom"
1424 },
1425 "tooltip": {
1426 "mode": "single"
1427 }
1428 },
1429 "pluginVersion": "8.3.4",
1430 "targets": [
1431 {
1432 "datasource": {
1433 "type": "prometheus",
1434 "uid": "dkSf71fnz"
1435 },
1436 "exemplar": true,
1437 "expr": "jvm_threads_state{job=\"$job\"}",
1438 "format": "time_series",
1439 "interval": "",
1440 "intervalFactor": 2,
1441 "legendFormat": "{{state}}",
1442 "refId": "A"
1443 }
1444 ],
1445 "title": "Thread States",
1446 "type": "timeseries"
1447 },
1448 {
1449 "collapsed": false,
1450 "gridPos": {
1451 "h": 1,
1452 "w": 24,
1453 "x": 0,
1454 "y": 20
1455 },
1456 "id": 129,
1457 "panels": [],
1458 "repeat": "persistence_counts",
1459 "title": "JVM Memory Pools (Heap)",
1460 "type": "row"
1461 },
1462 {
1463 "fieldConfig": {
1464 "defaults": {
1465 "color": {
1466 "mode": "palette-classic"
1467 },
1468 "custom": {
1469 "axisLabel": "",
1470 "axisPlacement": "auto",
1471 "barAlignment": 0,
1472 "drawStyle": "line",
1473 "fillOpacity": 10,
1474 "gradientMode": "none",
1475 "hideFrom": {
1476 "legend": false,
1477 "tooltip": false,
1478 "viz": false
1479 },
1480 "lineInterpolation": "linear",
1481 "lineWidth": 1,
1482 "pointSize": 5,
1483 "scaleDistribution": {
1484 "type": "linear"
1485 },
1486 "showPoints": "never",
1487 "spanNulls": true,
1488 "stacking": {
1489 "group": "A",
1490 "mode": "none"
1491 },
1492 "thresholdsStyle": {
1493 "mode": "off"
1494 }
1495 },
1496 "mappings": [],
1497 "min": 0,
1498 "thresholds": {
1499 "mode": "absolute",
1500 "steps": [
1501 {
1502 "color": "green",
1503 "value": null
1504 },
1505 {
1506 "color": "red",
1507 "value": 80
1508 }
1509 ]
1510 },
1511 "unit": "bytes"
1512 },
1513 "overrides": []
1514 },
1515 "gridPos": {
1516 "h": 7,
1517 "w": 8,
1518 "x": 0,
1519 "y": 21
1520 },
1521 "id": 3,
1522 "links": [],
1523 "options": {
1524 "legend": {
1525 "calcs": [
1526 "lastNotNull"
1527 ],
1528 "displayMode": "list",
1529 "placement": "bottom"
1530 },
1531 "tooltip": {
1532 "mode": "single"
1533 }
1534 },
1535 "pluginVersion": "8.3.4",
1536 "repeat": "jvm_memory_pool_heap",
1537 "targets": [
1538 {
1539 "datasource": {
1540 "type": "prometheus",
1541 "uid": "dkSf71fnz"
1542 },
1543 "exemplar": true,
1544 "expr": "sum(jvm_memory_pool_bytes_used{job=\"$job\", pool=~\"G1 Eden Space|G1 Old Gen|G1 Survivor Space\"})",
1545 "format": "time_series",
1546 "hide": false,
1547 "interval": "",
1548 "intervalFactor": 2,
1549 "legendFormat": "used",
1550 "metric": "",
1551 "refId": "A",
1552 "step": 1800
1553 },
1554 {
1555 "datasource": {
1556 "type": "prometheus",
1557 "uid": "dkSf71fnz"
1558 },
1559 "exemplar": true,
1560 "expr": "sum(jvm_memory_pool_bytes_commited{job=\"$job\", pool=~\"G1 Eden Space|G1 Old Gen|G1 Survivor Space\"})",
1561 "format": "time_series",
1562 "hide": false,
1563 "interval": "",
1564 "intervalFactor": 2,
1565 "legendFormat": "commited",
1566 "metric": "",
1567 "refId": "B",
1568 "step": 1800
1569 },
1570 {
1571 "datasource": {
1572 "type": "prometheus",
1573 "uid": "dkSf71fnz"
1574 },
1575 "exemplar": true,
1576 "expr": "sum(jvm_memory_pool_bytes_max{job=\"$job\", pool=~\"G1 Eden Space|G1 Old Gen|G1 Survivor Space\"})",
1577 "format": "time_series",
1578 "hide": false,
1579 "interval": "",
1580 "intervalFactor": 2,
1581 "legendFormat": "max",
1582 "metric": "",
1583 "refId": "C",
1584 "step": 1800
1585 }
1586 ],
1587 "title": "JVM Memory Pool heap",
1588 "type": "timeseries"
1589 },
1590 {
1591 "collapsed": false,
1592 "gridPos": {
1593 "h": 1,
1594 "w": 24,
1595 "x": 0,
1596 "y": 28
1597 },
1598 "id": 130,
1599 "panels": [],
1600 "title": "JVM Memory Pools (Non-Heap)",
1601 "type": "row"
1602 },
1603 {
1604 "fieldConfig": {
1605 "defaults": {
1606 "color": {
1607 "mode": "palette-classic"
1608 },
1609 "custom": {
1610 "axisLabel": "",
1611 "axisPlacement": "auto",
1612 "barAlignment": 0,
1613 "drawStyle": "line",
1614 "fillOpacity": 10,
1615 "gradientMode": "none",
1616 "hideFrom": {
1617 "legend": false,
1618 "tooltip": false,
1619 "viz": false
1620 },
1621 "lineInterpolation": "linear",
1622 "lineWidth": 1,
1623 "pointSize": 5,
1624 "scaleDistribution": {
1625 "type": "linear"
1626 },
1627 "showPoints": "never",
1628 "spanNulls": true,
1629 "stacking": {
1630 "group": "A",
1631 "mode": "none"
1632 },
1633 "thresholdsStyle": {
1634 "mode": "off"
1635 }
1636 },
1637 "mappings": [],
1638 "min": 0,
1639 "thresholds": {
1640 "mode": "absolute",
1641 "steps": [
1642 {
1643 "color": "green",
1644 "value": null
1645 },
1646 {
1647 "color": "red",
1648 "value": 80
1649 }
1650 ]
1651 },
1652 "unit": "bytes"
1653 },
1654 "overrides": []
1655 },
1656 "gridPos": {
1657 "h": 7,
1658 "w": 8,
1659 "x": 0,
1660 "y": 29
1661 },
1662 "id": 78,
1663 "links": [],
1664 "options": {
1665 "legend": {
1666 "calcs": [
1667 "lastNotNull"
1668 ],
1669 "displayMode": "list",
1670 "placement": "bottom"
1671 },
1672 "tooltip": {
1673 "mode": "single"
1674 }
1675 },
1676 "pluginVersion": "8.3.4",
1677 "repeat": "jvm_memory_pool_nonheap",
1678 "targets": [
1679 {
1680 "datasource": {
1681 "type": "prometheus",
1682 "uid": "dkSf71fnz"
1683 },
1684 "exemplar": true,
1685 "expr": "sum(jvm_memory_pool_bytes_used{job=\"$job\", pool=~\"CodeHeap 'non-nmethods'|Metaspace|CodeHeap 'profiled nmethods'|Compressed Class Space|CodeHeap 'non-profiled nmethods'\"})",
1686 "format": "time_series",
1687 "hide": false,
1688 "interval": "",
1689 "intervalFactor": 2,
1690 "legendFormat": "used",
1691 "metric": "",
1692 "refId": "A",
1693 "step": 1800
1694 },
1695 {
1696 "datasource": {
1697 "type": "prometheus",
1698 "uid": "dkSf71fnz"
1699 },
1700 "exemplar": true,
1701 "expr": "sum(jvm_memory_pool_bytes_committed{job=\"$job\", pool=~\"CodeHeap 'non-nmethods'|Metaspace|CodeHeap 'profiled nmethods'|Compressed Class Space|CodeHeap 'non-profiled nmethods'\"})",
1702 "format": "time_series",
1703 "hide": false,
1704 "interval": "",
1705 "intervalFactor": 2,
1706 "legendFormat": "commited",
1707 "metric": "",
1708 "refId": "B",
1709 "step": 1800
1710 },
1711 {
1712 "datasource": {
1713 "type": "prometheus",
1714 "uid": "dkSf71fnz"
1715 },
1716 "exemplar": true,
1717 "expr": "sum(jvm_memory_pool_bytes_max{job=\"$job\", pool=~\"CodeHeap 'non-nmethods'|Metaspace|CodeHeap 'profiled nmethods'|Compressed Class Space|CodeHeap 'non-profiled nmethods'\"})",
1718 "format": "time_series",
1719 "hide": false,
1720 "interval": "",
1721 "intervalFactor": 2,
1722 "legendFormat": "max",
1723 "metric": "",
1724 "refId": "C",
1725 "step": 1800
1726 }
1727 ],
1728 "title": "JVM Memory Pool nonheap",
1729 "type": "timeseries"
1730 },
1731 {
1732 "collapsed": false,
1733 "gridPos": {
1734 "h": 1,
1735 "w": 24,
1736 "x": 0,
1737 "y": 36
1738 },
1739 "id": 131,
1740 "panels": [],
1741 "title": "Garbage Collection",
1742 "type": "row"
1743 },
1744 {
1745 "fieldConfig": {
1746 "defaults": {
1747 "color": {
1748 "mode": "palette-classic"
1749 },
1750 "custom": {
1751 "axisLabel": "",
1752 "axisPlacement": "auto",
1753 "barAlignment": 0,
1754 "drawStyle": "line",
1755 "fillOpacity": 10,
1756 "gradientMode": "none",
1757 "hideFrom": {
1758 "legend": false,
1759 "tooltip": false,
1760 "viz": false
1761 },
1762 "lineInterpolation": "linear",
1763 "lineWidth": 1,
1764 "pointSize": 5,
1765 "scaleDistribution": {
1766 "type": "linear"
1767 },
1768 "showPoints": "never",
1769 "spanNulls": true,
1770 "stacking": {
1771 "group": "A",
1772 "mode": "none"
1773 },
1774 "thresholdsStyle": {
1775 "mode": "off"
1776 }
1777 },
1778 "mappings": [],
1779 "min": 0,
1780 "thresholds": {
1781 "mode": "absolute",
1782 "steps": [
1783 {
1784 "color": "green",
1785 "value": null
1786 },
1787 {
1788 "color": "red",
1789 "value": 80
1790 }
1791 ]
1792 },
1793 "unit": "ops"
1794 },
1795 "overrides": []
1796 },
1797 "gridPos": {
1798 "h": 7,
1799 "w": 8,
1800 "x": 0,
1801 "y": 37
1802 },
1803 "id": 98,
1804 "links": [],
1805 "options": {
1806 "legend": {
1807 "calcs": [
1808 "lastNotNull",
1809 "max"
1810 ],
1811 "displayMode": "list",
1812 "placement": "bottom"
1813 },
1814 "tooltip": {
1815 "mode": "single"
1816 }
1817 },
1818 "pluginVersion": "8.3.4",
1819 "targets": [
1820 {
1821 "datasource": {
1822 "type": "prometheus",
1823 "uid": "dkSf71fnz"
1824 },
1825 "exemplar": true,
1826 "expr": "sum(rate(jvm_gc_collection_seconds_count{job=\"xacml-pdp-metrics\"}[5m]))",
1827 "format": "time_series",
1828 "hide": false,
1829 "interval": "",
1830 "intervalFactor": 1,
1831 "legendFormat": "rate",
1832 "refId": "A"
1833 }
1834 ],
1835 "title": "Collections",
1836 "type": "timeseries"
1837 },
1838 {
1839 "fieldConfig": {
1840 "defaults": {
1841 "color": {
1842 "mode": "palette-classic"
1843 },
1844 "custom": {
1845 "axisLabel": "",
1846 "axisPlacement": "auto",
1847 "barAlignment": 0,
1848 "drawStyle": "line",
1849 "fillOpacity": 10,
1850 "gradientMode": "none",
1851 "hideFrom": {
1852 "legend": false,
1853 "tooltip": false,
1854 "viz": false
1855 },
1856 "lineInterpolation": "linear",
1857 "lineWidth": 1,
1858 "pointSize": 5,
1859 "scaleDistribution": {
1860 "type": "linear"
1861 },
1862 "showPoints": "never",
1863 "spanNulls": true,
1864 "stacking": {
1865 "group": "A",
1866 "mode": "none"
1867 },
1868 "thresholdsStyle": {
1869 "mode": "off"
1870 }
1871 },
1872 "mappings": [],
1873 "min": 0,
1874 "thresholds": {
1875 "mode": "absolute",
1876 "steps": [
1877 {
1878 "color": "green",
1879 "value": null
1880 },
1881 {
1882 "color": "red",
1883 "value": 80
1884 }
1885 ]
1886 },
1887 "unit": "s"
1888 },
1889 "overrides": []
1890 },
1891 "gridPos": {
1892 "h": 7,
1893 "w": 8,
1894 "x": 8,
1895 "y": 37
1896 },
1897 "id": 101,
1898 "links": [],
1899 "options": {
1900 "legend": {
1901 "calcs": [
1902 "lastNotNull",
1903 "max"
1904 ],
1905 "displayMode": "list",
1906 "placement": "bottom"
1907 },
1908 "tooltip": {
1909 "mode": "single"
1910 }
1911 },
1912 "pluginVersion": "8.3.4",
1913 "targets": [
1914 {
1915 "datasource": {
1916 "type": "prometheus",
1917 "uid": "dkSf71fnz"
1918 },
1919 "exemplar": true,
1920 "expr": "sum(rate(jvm_gc_collection_seconds_sum{job=\"$job\"}[5m]))/sum(rate(jvm_gc_collection_seconds_count{job=\"$job\"}[5m]))",
1921 "format": "time_series",
1922 "hide": false,
1923 "instant": false,
1924 "interval": "",
1925 "intervalFactor": 1,
1926 "legendFormat": "avg",
1927 "refId": "A"
1928 },
1929 {
1930 "datasource": {
1931 "type": "prometheus",
1932 "uid": "dkSf71fnz"
1933 },
1934 "expr": "jvm_gc_pause_seconds_max{job=\"$job\"}",
1935 "format": "time_series",
1936 "hide": false,
1937 "instant": false,
1938 "intervalFactor": 1,
1939 "legendFormat": "max {{action}} ({{cause}})",
1940 "refId": "B"
1941 }
1942 ],
1943 "title": "Pause Durations",
1944 "type": "timeseries"
1945 },
1946 {
1947 "fieldConfig": {
1948 "defaults": {
1949 "color": {
1950 "mode": "palette-classic"
1951 },
1952 "custom": {
1953 "axisLabel": "",
1954 "axisPlacement": "auto",
1955 "barAlignment": 0,
1956 "drawStyle": "line",
1957 "fillOpacity": 10,
1958 "gradientMode": "none",
1959 "hideFrom": {
1960 "legend": false,
1961 "tooltip": false,
1962 "viz": false
1963 },
1964 "lineInterpolation": "linear",
1965 "lineWidth": 1,
1966 "pointSize": 5,
1967 "scaleDistribution": {
1968 "type": "linear"
1969 },
1970 "showPoints": "never",
1971 "spanNulls": true,
1972 "stacking": {
1973 "group": "A",
1974 "mode": "none"
1975 },
1976 "thresholdsStyle": {
1977 "mode": "off"
1978 }
1979 },
1980 "mappings": [],
1981 "min": 0,
1982 "thresholds": {
1983 "mode": "absolute",
1984 "steps": [
1985 {
1986 "color": "green",
1987 "value": null
1988 },
1989 {
1990 "color": "red",
1991 "value": 80
1992 }
1993 ]
1994 },
1995 "unit": "Bps"
1996 },
1997 "overrides": []
1998 },
1999 "gridPos": {
2000 "h": 7,
2001 "w": 8,
2002 "x": 16,
2003 "y": 37
2004 },
2005 "id": 99,
2006 "links": [],
2007 "options": {
2008 "legend": {
2009 "calcs": [
2010 "lastNotNull",
2011 "max"
2012 ],
2013 "displayMode": "list",
2014 "placement": "bottom"
2015 },
2016 "tooltip": {
2017 "mode": "single"
2018 }
2019 },
2020 "pluginVersion": "8.3.4",
2021 "targets": [
2022 {
2023 "datasource": {
2024 "type": "prometheus",
2025 "uid": "dkSf71fnz"
2026 },
2027 "exemplar": true,
2028 "expr": "sum(rate(jvm_memory_pool_allocated_bytes_total{job=\"$job\"}[5m]))",
2029 "format": "time_series",
2030 "interval": "",
2031 "intervalFactor": 1,
2032 "legendFormat": "allocated",
2033 "refId": "A"
2034 },
2035 {
2036 "datasource": {
2037 "type": "prometheus",
2038 "uid": "dkSf71fnz"
2039 },
2040 "exemplar": true,
2041 "expr": "sum(rate(jvm_memory_pool_allocated_bytes_created{job=\"$job\"}[5m]))",
2042 "format": "time_series",
2043 "interval": "",
2044 "intervalFactor": 1,
2045 "legendFormat": "created",
2046 "refId": "B"
2047 }
2048 ],
2049 "title": "Allocated/Created",
2050 "type": "timeseries"
2051 },
2052 {
2053 "collapsed": false,
2054 "gridPos": {
2055 "h": 1,
2056 "w": 24,
2057 "x": 0,
2058 "y": 44
2059 },
2060 "id": 132,
2061 "panels": [],
2062 "title": "Classloading",
2063 "type": "row"
2064 },
2065 {
2066 "fieldConfig": {
2067 "defaults": {
2068 "color": {
2069 "mode": "palette-classic"
2070 },
2071 "custom": {
2072 "axisLabel": "",
2073 "axisPlacement": "auto",
2074 "barAlignment": 0,
2075 "drawStyle": "line",
2076 "fillOpacity": 10,
2077 "gradientMode": "none",
2078 "hideFrom": {
2079 "legend": false,
2080 "tooltip": false,
2081 "viz": false
2082 },
2083 "lineInterpolation": "linear",
2084 "lineWidth": 1,
2085 "pointSize": 5,
2086 "scaleDistribution": {
2087 "type": "linear"
2088 },
2089 "showPoints": "never",
2090 "spanNulls": true,
2091 "stacking": {
2092 "group": "A",
2093 "mode": "none"
2094 },
2095 "thresholdsStyle": {
2096 "mode": "off"
2097 }
2098 },
2099 "mappings": [],
2100 "min": 0,
2101 "thresholds": {
2102 "mode": "absolute",
2103 "steps": [
2104 {
2105 "color": "green",
2106 "value": null
2107 },
2108 {
2109 "color": "red",
2110 "value": 80
2111 }
2112 ]
2113 },
2114 "unit": "short"
2115 },
2116 "overrides": []
2117 },
2118 "gridPos": {
2119 "h": 7,
2120 "w": 12,
2121 "x": 0,
2122 "y": 45
2123 },
2124 "id": 37,
2125 "links": [],
2126 "options": {
2127 "legend": {
2128 "calcs": [
2129 "lastNotNull",
2130 "max"
2131 ],
2132 "displayMode": "list",
2133 "placement": "bottom"
2134 },
2135 "tooltip": {
2136 "mode": "single"
2137 }
2138 },
2139 "pluginVersion": "8.3.4",
2140 "targets": [
2141 {
2142 "datasource": {
2143 "type": "prometheus",
2144 "uid": "dkSf71fnz"
2145 },
2146 "exemplar": true,
2147 "expr": "jvm_classes_loaded{job=\"$job\"}",
2148 "format": "time_series",
2149 "interval": "",
2150 "intervalFactor": 2,
2151 "legendFormat": "loaded",
2152 "metric": "",
2153 "refId": "A",
2154 "step": 1200
2155 }
2156 ],
2157 "title": "Classes loaded",
2158 "type": "timeseries"
2159 },
2160 {
2161 "fieldConfig": {
2162 "defaults": {
2163 "color": {
2164 "mode": "palette-classic"
2165 },
2166 "custom": {
2167 "axisLabel": "",
2168 "axisPlacement": "auto",
2169 "barAlignment": 0,
2170 "drawStyle": "line",
2171 "fillOpacity": 10,
2172 "gradientMode": "none",
2173 "hideFrom": {
2174 "legend": false,
2175 "tooltip": false,
2176 "viz": false
2177 },
2178 "lineInterpolation": "linear",
2179 "lineWidth": 1,
2180 "pointSize": 5,
2181 "scaleDistribution": {
2182 "type": "linear"
2183 },
2184 "showPoints": "never",
2185 "spanNulls": true,
2186 "stacking": {
2187 "group": "A",
2188 "mode": "none"
2189 },
2190 "thresholdsStyle": {
2191 "mode": "off"
2192 }
2193 },
2194 "mappings": [],
2195 "thresholds": {
2196 "mode": "absolute",
2197 "steps": [
2198 {
2199 "color": "green",
2200 "value": null
2201 },
2202 {
2203 "color": "red",
2204 "value": 80
2205 }
2206 ]
2207 },
2208 "unit": "short"
2209 },
2210 "overrides": []
2211 },
2212 "gridPos": {
2213 "h": 7,
2214 "w": 12,
2215 "x": 12,
2216 "y": 45
2217 },
2218 "id": 38,
2219 "links": [],
2220 "options": {
2221 "legend": {
2222 "calcs": [
2223 "lastNotNull",
2224 "max"
2225 ],
2226 "displayMode": "list",
2227 "placement": "bottom"
2228 },
2229 "tooltip": {
2230 "mode": "single"
2231 }
2232 },
2233 "pluginVersion": "8.3.4",
2234 "targets": [
2235 {
2236 "datasource": {
2237 "type": "prometheus",
2238 "uid": "dkSf71fnz"
2239 },
2240 "exemplar": true,
2241 "expr": "delta(jvm_classes_loaded{job=\"$job\"}[5m])",
2242 "format": "time_series",
2243 "hide": false,
2244 "interval": "",
2245 "intervalFactor": 1,
2246 "legendFormat": "delta-1m",
2247 "metric": "",
2248 "refId": "A",
2249 "step": 1200
2250 }
2251 ],
2252 "title": "Class delta",
2253 "type": "timeseries"
2254 },
2255 {
2256 "collapsed": false,
2257 "gridPos": {
2258 "h": 1,
2259 "w": 24,
2260 "x": 0,
2261 "y": 52
2262 },
2263 "id": 133,
2264 "panels": [],
2265 "title": "Buffer Pools",
2266 "type": "row"
2267 },
2268 {
2269 "fieldConfig": {
2270 "defaults": {
2271 "color": {
2272 "mode": "palette-classic"
2273 },
2274 "custom": {
2275 "axisLabel": "",
2276 "axisPlacement": "auto",
2277 "barAlignment": 0,
2278 "drawStyle": "line",
2279 "fillOpacity": 10,
2280 "gradientMode": "none",
2281 "hideFrom": {
2282 "legend": false,
2283 "tooltip": false,
2284 "viz": false
2285 },
2286 "lineInterpolation": "linear",
2287 "lineWidth": 1,
2288 "pointSize": 5,
2289 "scaleDistribution": {
2290 "type": "linear"
2291 },
2292 "showPoints": "never",
2293 "spanNulls": true,
2294 "stacking": {
2295 "group": "A",
2296 "mode": "none"
2297 },
2298 "thresholdsStyle": {
2299 "mode": "off"
2300 }
2301 },
2302 "mappings": [],
2303 "min": 0,
2304 "thresholds": {
2305 "mode": "absolute",
2306 "steps": [
2307 {
2308 "color": "green",
2309 "value": null
2310 },
2311 {
2312 "color": "red",
2313 "value": 80
2314 }
2315 ]
2316 },
2317 "unit": "bytes"
2318 },
2319 "overrides": []
2320 },
2321 "gridPos": {
2322 "h": 7,
2323 "w": 6,
2324 "x": 0,
2325 "y": 53
2326 },
2327 "id": 33,
2328 "links": [],
2329 "options": {
2330 "legend": {
2331 "calcs": [
2332 "lastNotNull"
2333 ],
2334 "displayMode": "list",
2335 "placement": "bottom"
2336 },
2337 "tooltip": {
2338 "mode": "single"
2339 }
2340 },
2341 "pluginVersion": "8.3.4",
2342 "targets": [
2343 {
2344 "datasource": {
2345 "type": "prometheus",
2346 "uid": "dkSf71fnz"
2347 },
2348 "exemplar": true,
2349 "expr": "jvm_buffer_pool_used_bytes{job=\"$job\", pool=\"direct\"}",
2350 "format": "time_series",
2351 "interval": "",
2352 "intervalFactor": 2,
2353 "legendFormat": "used",
2354 "metric": "",
2355 "refId": "A",
2356 "step": 2400
2357 },
2358 {
2359 "datasource": {
2360 "type": "prometheus",
2361 "uid": "dkSf71fnz"
2362 },
2363 "exemplar": true,
2364 "expr": "jvm_buffer_pool_capacity_bytes{job=\"$job\", pool=\"direct\"}",
2365 "format": "time_series",
2366 "interval": "",
2367 "intervalFactor": 2,
2368 "legendFormat": "capacity",
2369 "metric": "",
2370 "refId": "B",
2371 "step": 2400
2372 }
2373 ],
2374 "title": "Direct Buffers",
2375 "type": "timeseries"
2376 },
2377 {
2378 "fieldConfig": {
2379 "defaults": {
2380 "color": {
2381 "mode": "palette-classic"
2382 },
2383 "custom": {
2384 "axisLabel": "",
2385 "axisPlacement": "auto",
2386 "barAlignment": 0,
2387 "drawStyle": "line",
2388 "fillOpacity": 10,
2389 "gradientMode": "none",
2390 "hideFrom": {
2391 "legend": false,
2392 "tooltip": false,
2393 "viz": false
2394 },
2395 "lineInterpolation": "linear",
2396 "lineWidth": 1,
2397 "pointSize": 5,
2398 "scaleDistribution": {
2399 "type": "linear"
2400 },
2401 "showPoints": "never",
2402 "spanNulls": true,
2403 "stacking": {
2404 "group": "A",
2405 "mode": "none"
2406 },
2407 "thresholdsStyle": {
2408 "mode": "off"
2409 }
2410 },
2411 "decimals": 0,
2412 "mappings": [],
2413 "min": 0,
2414 "thresholds": {
2415 "mode": "absolute",
2416 "steps": [
2417 {
2418 "color": "green",
2419 "value": null
2420 },
2421 {
2422 "color": "red",
2423 "value": 80
2424 }
2425 ]
2426 },
2427 "unit": "short"
2428 },
2429 "overrides": []
2430 },
2431 "gridPos": {
2432 "h": 7,
2433 "w": 6,
2434 "x": 6,
2435 "y": 53
2436 },
2437 "id": 83,
2438 "links": [],
2439 "options": {
2440 "legend": {
2441 "calcs": [
2442 "lastNotNull",
2443 "max"
2444 ],
2445 "displayMode": "list",
2446 "placement": "bottom"
2447 },
2448 "tooltip": {
2449 "mode": "single"
2450 }
2451 },
2452 "pluginVersion": "8.3.4",
2453 "targets": [
2454 {
2455 "datasource": {
2456 "type": "prometheus",
2457 "uid": "dkSf71fnz"
2458 },
2459 "exemplar": true,
2460 "expr": "jvm_buffer_pool_used_buffers{job=\"$job\", pool=\"direct\"}",
2461 "format": "time_series",
2462 "interval": "",
2463 "intervalFactor": 2,
2464 "legendFormat": "count",
2465 "metric": "",
2466 "refId": "A",
2467 "step": 2400
2468 }
2469 ],
2470 "title": "Direct Buffers",
2471 "type": "timeseries"
2472 },
2473 {
2474 "fieldConfig": {
2475 "defaults": {
2476 "color": {
2477 "mode": "palette-classic"
2478 },
2479 "custom": {
2480 "axisLabel": "",
2481 "axisPlacement": "auto",
2482 "barAlignment": 0,
2483 "drawStyle": "line",
2484 "fillOpacity": 10,
2485 "gradientMode": "none",
2486 "hideFrom": {
2487 "legend": false,
2488 "tooltip": false,
2489 "viz": false
2490 },
2491 "lineInterpolation": "linear",
2492 "lineWidth": 1,
2493 "pointSize": 5,
2494 "scaleDistribution": {
2495 "type": "linear"
2496 },
2497 "showPoints": "never",
2498 "spanNulls": true,
2499 "stacking": {
2500 "group": "A",
2501 "mode": "none"
2502 },
2503 "thresholdsStyle": {
2504 "mode": "off"
2505 }
2506 },
2507 "mappings": [],
2508 "min": 0,
2509 "thresholds": {
2510 "mode": "absolute",
2511 "steps": [
2512 {
2513 "color": "green",
2514 "value": null
2515 },
2516 {
2517 "color": "red",
2518 "value": 80
2519 }
2520 ]
2521 },
2522 "unit": "bytes"
2523 },
2524 "overrides": []
2525 },
2526 "gridPos": {
2527 "h": 7,
2528 "w": 6,
2529 "x": 12,
2530 "y": 53
2531 },
2532 "id": 85,
2533 "links": [],
2534 "options": {
2535 "legend": {
2536 "calcs": [
2537 "lastNotNull",
2538 "max"
2539 ],
2540 "displayMode": "list",
2541 "placement": "bottom"
2542 },
2543 "tooltip": {
2544 "mode": "single"
2545 }
2546 },
2547 "pluginVersion": "8.3.4",
2548 "targets": [
2549 {
2550 "datasource": {
2551 "type": "prometheus",
2552 "uid": "dkSf71fnz"
2553 },
2554 "exemplar": true,
2555 "expr": "jvm_buffer_pool_used_bytes{job=\"$job\", pool=\"mapped\"}",
2556 "format": "time_series",
2557 "interval": "",
2558 "intervalFactor": 2,
2559 "legendFormat": "used",
2560 "metric": "",
2561 "refId": "A",
2562 "step": 2400
2563 },
2564 {
2565 "datasource": {
2566 "type": "prometheus",
2567 "uid": "dkSf71fnz"
2568 },
2569 "exemplar": true,
2570 "expr": "jvm_buffer_pool_capacity_bytes{job=\"$job\", pool=\"mapped\"}",
2571 "format": "time_series",
2572 "interval": "",
2573 "intervalFactor": 2,
2574 "legendFormat": "capacity",
2575 "metric": "",
2576 "refId": "B",
2577 "step": 2400
2578 }
2579 ],
2580 "title": "Mapped Buffers",
2581 "type": "timeseries"
2582 },
2583 {
2584 "fieldConfig": {
2585 "defaults": {
2586 "color": {
2587 "mode": "palette-classic"
2588 },
2589 "custom": {
2590 "axisLabel": "",
2591 "axisPlacement": "auto",
2592 "barAlignment": 0,
2593 "drawStyle": "line",
2594 "fillOpacity": 10,
2595 "gradientMode": "none",
2596 "hideFrom": {
2597 "legend": false,
2598 "tooltip": false,
2599 "viz": false
2600 },
2601 "lineInterpolation": "linear",
2602 "lineWidth": 1,
2603 "pointSize": 5,
2604 "scaleDistribution": {
2605 "type": "linear"
2606 },
2607 "showPoints": "never",
2608 "spanNulls": true,
2609 "stacking": {
2610 "group": "A",
2611 "mode": "none"
2612 },
2613 "thresholdsStyle": {
2614 "mode": "off"
2615 }
2616 },
2617 "decimals": 0,
2618 "mappings": [],
2619 "min": 0,
2620 "thresholds": {
2621 "mode": "absolute",
2622 "steps": [
2623 {
2624 "color": "green",
2625 "value": null
2626 },
2627 {
2628 "color": "red",
2629 "value": 80
2630 }
2631 ]
2632 },
2633 "unit": "short"
2634 },
2635 "overrides": []
2636 },
2637 "gridPos": {
2638 "h": 7,
2639 "w": 6,
2640 "x": 18,
2641 "y": 53
2642 },
2643 "id": 84,
2644 "links": [],
2645 "options": {
2646 "legend": {
2647 "calcs": [
2648 "lastNotNull",
2649 "max"
2650 ],
2651 "displayMode": "list",
2652 "placement": "bottom"
2653 },
2654 "tooltip": {
2655 "mode": "single"
2656 }
2657 },
2658 "pluginVersion": "8.3.4",
2659 "targets": [
2660 {
2661 "datasource": {
2662 "type": "prometheus",
2663 "uid": "dkSf71fnz"
2664 },
2665 "exemplar": true,
2666 "expr": "jvm_buffer_pool_used_buffers{job=\"$job\", pool=\"mapped\"}",
2667 "format": "time_series",
2668 "interval": "",
2669 "intervalFactor": 2,
2670 "legendFormat": "count",
2671 "metric": "",
2672 "refId": "A",
2673 "step": 2400
2674 }
2675 ],
2676 "title": "Mapped Buffers",
2677 "type": "timeseries"
2678 }
2679 ],
2680 "refresh": "30s",
2681 "schemaVersion": 34,
2682 "style": "dark",
2683 "tags": [],
2684 "templating": {
2685 "list": [
2686 {
2687 "current": {
2688 "selected": false,
2689 "text": "apex-pdp-metrics",
2690 "value": "apex-pdp-metrics"
2691 },
2692 "datasource": {
2693 "type": "prometheus",
2694 "uid": "dkSf71fnz"
2695 },
2696 "definition": "label_values(job)",
2697 "hide": 0,
2698 "includeAll": false,
2699 "label": "Job",
2700 "multi": false,
2701 "name": "job",
2702 "options": [],
2703 "query": {
2704 "query": "label_values(job)",
2705 "refId": "StandardVariableQuery"
2706 },
2707 "refresh": 2,
2708 "regex": "",
2709 "skipUrlSync": false,
2710 "sort": 1,
2711 "tagValuesQuery": "",
2712 "tagsQuery": "",
2713 "type": "query",
2714 "useTags": false
2715 }
2716 ]
2717 },
2718 "time": {
2719 "from": "now-24h",
2720 "to": "now"
2721 },
2722 "timepicker": {
2723 "now": true,
2724 "refresh_intervals": [
2725 "5s",
2726 "10s",
2727 "30s",
2728 "1m",
2729 "5m",
2730 "15m",
2731 "30m",
2732 "1h",
2733 "2h",
2734 "1d"
2735 ],
2736 "time_options": [
2737 "5m",
2738 "15m",
2739 "1h",
2740 "6h",
2741 "12h",
2742 "24h",
2743 "2d",
2744 "7d",
2745 "30d"
2746 ]
2747 },
2748 "timezone": "browser",
2749 "title": "JVM Basic Metrics",
2750 "uid": "SLdKRfB7z",
2751 "version": 1,
2752 "weekStart": ""
2753}