blob: e94d91dcbf1c7665cb62433fc59f38ccdcdbc80b [file] [log] [blame]
adheli.tavares1c98f1f2022-06-16 09:21:46 +01001{
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 "name": "Annotations & Alerts",
11 "target": {
12 "limit": 100,
13 "matchAny": false,
14 "tags": [],
15 "type": "dashboard"
16 },
17 "type": "dashboard"
18 }
19 ]
20 },
21 "description": "Dashboard for Service Level Agreeements",
22 "editable": true,
23 "fiscalYearStartMonth": 0,
24 "gnetId": 14430,
25 "graphTooltip": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +000026 "id": 3,
27 "iteration": 1673599566103,
adheli.tavares1c98f1f2022-06-16 09:21:46 +010028 "links": [],
29 "liveNow": false,
30 "panels": [
31 {
32 "collapsed": false,
33 "gridPos": {
34 "h": 1,
35 "w": 24,
36 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +000037 "y": 0
adheli.tavares1c98f1f2022-06-16 09:21:46 +010038 },
39 "id": 54,
40 "panels": [],
41 "title": "Basic Statistics",
42 "type": "row"
43 },
44 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +010045 "fieldConfig": {
46 "defaults": {
47 "color": {
48 "mode": "thresholds"
49 },
50 "decimals": 1,
51 "mappings": [
52 {
53 "options": {
54 "match": "null",
55 "result": {
56 "text": "N/A"
57 }
58 },
59 "type": "special"
60 }
61 ],
62 "thresholds": {
63 "mode": "absolute",
64 "steps": [
65 {
66 "color": "green",
67 "value": null
68 },
69 {
70 "color": "red",
71 "value": 80
72 }
73 ]
74 },
75 "unit": "s"
76 },
77 "overrides": []
78 },
79 "gridPos": {
80 "h": 6,
81 "w": 6,
82 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +000083 "y": 1
adheli.tavares1c98f1f2022-06-16 09:21:46 +010084 },
85 "id": 52,
86 "links": [],
87 "maxDataPoints": 100,
88 "options": {
89 "colorMode": "value",
90 "graphMode": "none",
91 "justifyMode": "auto",
92 "orientation": "horizontal",
93 "reduceOptions": {
94 "calcs": [
95 "lastNotNull"
96 ],
97 "fields": "",
98 "values": false
99 },
100 "textMode": "auto"
101 },
102 "pluginVersion": "8.3.4",
103 "targets": [
104 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000105 "datasource": {
106 "type": "prometheus",
107 "uid": "dkSf71fnz"
108 },
109 "exemplar": true,
110 "expr": "process_uptime_seconds",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100111 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000112 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100113 "intervalFactor": 2,
adheli.tavares57328ba2022-12-15 10:15:08 +0000114 "legendFormat": "{{job}}",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100115 "metric": "",
116 "refId": "A",
117 "step": 14400
118 }
119 ],
120 "title": "Uptime",
121 "type": "stat"
122 },
123 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100124 "fieldConfig": {
125 "defaults": {
126 "color": {
127 "mode": "thresholds"
128 },
129 "mappings": [
130 {
131 "options": {
132 "match": "null",
133 "result": {
134 "text": "N/A"
135 }
136 },
137 "type": "special"
138 }
139 ],
140 "thresholds": {
141 "mode": "absolute",
142 "steps": [
143 {
144 "color": "green",
145 "value": null
146 },
147 {
148 "color": "red",
149 "value": 80
150 }
151 ]
152 },
153 "unit": "dateTimeAsIso"
154 },
155 "overrides": []
156 },
157 "gridPos": {
158 "h": 6,
159 "w": 6,
160 "x": 6,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000161 "y": 1
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100162 },
163 "id": 56,
164 "links": [],
165 "maxDataPoints": 100,
166 "options": {
167 "colorMode": "value",
168 "graphMode": "none",
169 "justifyMode": "auto",
170 "orientation": "horizontal",
171 "reduceOptions": {
172 "calcs": [
173 "lastNotNull"
174 ],
175 "fields": "",
176 "values": false
177 },
178 "textMode": "auto"
179 },
180 "pluginVersion": "8.3.4",
181 "targets": [
182 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000183 "datasource": {
184 "type": "prometheus",
185 "uid": "dkSf71fnz"
186 },
187 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000188 "expr": "process_start_time_seconds{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\"}*1000",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100189 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000190 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100191 "intervalFactor": 2,
adheli.tavares57328ba2022-12-15 10:15:08 +0000192 "legendFormat": "{{instance}}",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100193 "metric": "",
194 "refId": "A",
195 "step": 14400
196 }
197 ],
198 "title": "Start time",
199 "type": "stat"
200 },
201 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100202 "fieldConfig": {
203 "defaults": {
204 "color": {
205 "mode": "thresholds"
206 },
207 "decimals": 1,
208 "mappings": [
209 {
210 "options": {
211 "match": "null",
212 "result": {
213 "text": "N/A"
214 }
215 },
216 "type": "special"
217 }
218 ],
219 "max": 100,
220 "min": 0,
221 "thresholds": {
222 "mode": "absolute",
223 "steps": [
224 {
225 "color": "rgba(50, 172, 45, 0.97)",
226 "value": null
227 },
228 {
229 "color": "rgba(237, 129, 40, 0.89)",
230 "value": 70
231 },
232 {
233 "color": "rgba(245, 54, 54, 0.9)",
234 "value": 90
235 }
236 ]
237 },
238 "unit": "percent"
239 },
240 "overrides": []
241 },
242 "gridPos": {
243 "h": 6,
244 "w": 6,
adheli.tavares57328ba2022-12-15 10:15:08 +0000245 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000246 "y": 7
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100247 },
248 "id": 58,
249 "links": [],
250 "maxDataPoints": 100,
251 "options": {
252 "orientation": "horizontal",
253 "reduceOptions": {
254 "calcs": [
255 "lastNotNull"
256 ],
257 "fields": "",
258 "values": false
259 },
260 "showThresholdLabels": false,
261 "showThresholdMarkers": true
262 },
263 "pluginVersion": "8.3.4",
264 "targets": [
265 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000266 "datasource": {
267 "type": "prometheus",
268 "uid": "dkSf71fnz"
269 },
270 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000271 "expr": "sum(jvm_memory_used_bytes{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\", area=\"heap\"})*100/sum(jvm_memory_max_bytes{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\", area=\"heap\"})",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100272 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000273 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100274 "intervalFactor": 1,
275 "legendFormat": "",
276 "refId": "A",
277 "step": 14400
278 }
279 ],
280 "title": "Heap Used",
281 "type": "gauge"
282 },
283 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100284 "fieldConfig": {
285 "defaults": {
286 "color": {
287 "mode": "thresholds"
288 },
289 "decimals": 1,
290 "mappings": [
291 {
292 "options": {
293 "match": "null",
294 "result": {
295 "text": "N/A"
296 }
297 },
298 "type": "special"
299 },
300 {
301 "options": {
302 "from": -1e+32,
303 "result": {
304 "text": "N/A"
305 },
306 "to": 0
307 },
308 "type": "range"
309 }
310 ],
311 "max": 100,
312 "min": 0,
313 "thresholds": {
314 "mode": "absolute",
315 "steps": [
316 {
317 "color": "rgba(50, 172, 45, 0.97)",
318 "value": null
319 },
320 {
321 "color": "rgba(237, 129, 40, 0.89)",
322 "value": 70
323 },
324 {
325 "color": "rgba(245, 54, 54, 0.9)",
326 "value": 90
327 }
328 ]
329 },
330 "unit": "percent"
331 },
332 "overrides": []
333 },
334 "gridPos": {
335 "h": 6,
336 "w": 6,
adheli.tavares57328ba2022-12-15 10:15:08 +0000337 "x": 6,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000338 "y": 7
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100339 },
340 "id": 60,
341 "links": [],
342 "maxDataPoints": 100,
343 "options": {
344 "orientation": "horizontal",
345 "reduceOptions": {
346 "calcs": [
347 "lastNotNull"
348 ],
349 "fields": "",
350 "values": false
351 },
352 "showThresholdLabels": false,
353 "showThresholdMarkers": true
354 },
355 "pluginVersion": "8.3.4",
356 "targets": [
357 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000358 "datasource": {
359 "type": "prometheus",
360 "uid": "dkSf71fnz"
361 },
362 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000363 "expr": "sum(jvm_memory_used_bytes{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\", area=\"nonheap\"})*100/sum(jvm_memory_max_bytes{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\", area=\"nonheap\"})",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100364 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000365 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100366 "intervalFactor": 2,
367 "legendFormat": "",
368 "refId": "A",
369 "step": 14400
370 }
371 ],
372 "title": "Non-Heap Used",
373 "type": "gauge"
374 },
375 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000376 "fieldConfig": {
377 "defaults": {
378 "color": {
379 "mode": "palette-classic"
380 },
381 "custom": {
382 "axisLabel": "",
383 "axisPlacement": "auto",
384 "barAlignment": 0,
385 "drawStyle": "line",
386 "fillOpacity": 10,
387 "gradientMode": "none",
388 "hideFrom": {
389 "legend": false,
390 "tooltip": false,
391 "viz": false
392 },
393 "lineInterpolation": "linear",
394 "lineWidth": 1,
395 "pointSize": 5,
396 "scaleDistribution": {
397 "type": "linear"
398 },
399 "showPoints": "never",
400 "spanNulls": true,
401 "stacking": {
402 "group": "A",
403 "mode": "none"
404 },
405 "thresholdsStyle": {
406 "mode": "off"
407 }
408 },
409 "links": [],
410 "mappings": [],
411 "thresholds": {
412 "mode": "absolute",
413 "steps": [
414 {
415 "color": "green",
416 "value": null
417 },
418 {
419 "color": "red",
420 "value": 80
421 }
422 ]
423 },
424 "unit": "short"
425 },
426 "overrides": []
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100427 },
adheli.tavares57328ba2022-12-15 10:15:08 +0000428 "gridPos": {
429 "h": 8,
430 "w": 12,
431 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000432 "y": 13
adheli.tavares57328ba2022-12-15 10:15:08 +0000433 },
434 "id": 96,
435 "links": [],
436 "options": {
437 "legend": {
438 "calcs": [
439 "mean",
440 "lastNotNull",
441 "max",
442 "min"
443 ],
444 "displayMode": "table",
445 "placement": "bottom"
446 },
447 "tooltip": {
448 "mode": "single"
449 }
450 },
451 "pluginVersion": "8.3.4",
452 "targets": [
453 {
454 "datasource": {
455 "type": "prometheus",
456 "uid": "dkSf71fnz"
457 },
458 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000459 "expr": "avg(system_load_average_1m{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\"})",
adheli.tavares57328ba2022-12-15 10:15:08 +0000460 "format": "time_series",
461 "interval": "",
462 "intervalFactor": 1,
463 "legendFormat": "Load Average [1m] ",
464 "refId": "A"
465 },
466 {
467 "datasource": {
468 "type": "prometheus",
469 "uid": "dkSf71fnz"
470 },
471 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000472 "expr": "avg(system_cpu_count{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\"})",
adheli.tavares57328ba2022-12-15 10:15:08 +0000473 "format": "time_series",
474 "interval": "",
475 "intervalFactor": 1,
476 "legendFormat": "CPU Core Size",
477 "refId": "B"
478 }
479 ],
480 "title": "Load Average",
481 "type": "timeseries"
482 },
483 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100484 "fieldConfig": {
485 "defaults": {
486 "color": {
487 "mode": "palette-classic"
488 },
489 "custom": {
490 "axisLabel": "",
491 "axisPlacement": "auto",
492 "barAlignment": 0,
493 "drawStyle": "line",
494 "fillOpacity": 10,
495 "gradientMode": "none",
496 "hideFrom": {
497 "legend": false,
498 "tooltip": false,
499 "viz": false
500 },
501 "lineInterpolation": "linear",
502 "lineWidth": 1,
503 "pointSize": 5,
504 "scaleDistribution": {
505 "type": "linear"
506 },
507 "showPoints": "never",
508 "spanNulls": true,
509 "stacking": {
510 "group": "A",
511 "mode": "none"
512 },
513 "thresholdsStyle": {
514 "mode": "off"
515 }
516 },
517 "links": [],
518 "mappings": [],
519 "thresholds": {
520 "mode": "absolute",
521 "steps": [
522 {
523 "color": "green",
524 "value": null
525 },
526 {
527 "color": "red",
528 "value": 80
529 }
530 ]
531 },
532 "unit": "percentunit"
533 },
534 "overrides": []
535 },
536 "gridPos": {
537 "h": 7,
538 "w": 12,
539 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000540 "y": 21
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100541 },
542 "id": 95,
543 "links": [],
544 "options": {
545 "legend": {
546 "calcs": [
547 "mean",
548 "lastNotNull",
549 "max",
550 "min"
551 ],
552 "displayMode": "table",
553 "placement": "bottom"
554 },
555 "tooltip": {
556 "mode": "single"
557 }
558 },
559 "pluginVersion": "8.3.4",
560 "targets": [
561 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000562 "datasource": {
563 "type": "prometheus",
564 "uid": "dkSf71fnz"
565 },
566 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000567 "expr": "avg(system_cpu_usage{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\"})",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100568 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000569 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100570 "intervalFactor": 1,
571 "legendFormat": "System CPU Usage",
572 "refId": "A"
573 },
574 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000575 "datasource": {
576 "type": "prometheus",
577 "uid": "dkSf71fnz"
578 },
579 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000580 "expr": "avg(process_cpu_usage{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\"})",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100581 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000582 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100583 "intervalFactor": 1,
584 "legendFormat": "Process CPU Usage",
585 "refId": "B"
586 }
587 ],
588 "title": "CPU Usage",
589 "type": "timeseries"
590 },
591 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100592 "fieldConfig": {
593 "defaults": {
594 "color": {
595 "mode": "palette-classic"
596 },
597 "custom": {
598 "axisLabel": "",
599 "axisPlacement": "auto",
600 "barAlignment": 0,
601 "drawStyle": "line",
602 "fillOpacity": 0,
603 "gradientMode": "none",
604 "hideFrom": {
605 "legend": false,
606 "tooltip": false,
607 "viz": false
608 },
609 "lineInterpolation": "linear",
610 "lineWidth": 1,
611 "pointSize": 5,
612 "scaleDistribution": {
613 "type": "linear"
614 },
615 "showPoints": "auto",
616 "spanNulls": false,
617 "stacking": {
618 "group": "A",
619 "mode": "none"
620 },
621 "thresholdsStyle": {
622 "mode": "off"
623 }
624 },
625 "mappings": [],
626 "thresholds": {
627 "mode": "absolute",
628 "steps": [
629 {
630 "color": "green",
631 "value": null
632 },
633 {
634 "color": "red",
635 "value": 80
636 }
637 ]
638 },
639 "unit": "decbytes"
640 },
641 "overrides": []
642 },
643 "gridPos": {
644 "h": 8,
645 "w": 12,
646 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000647 "y": 28
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100648 },
649 "id": 113,
650 "options": {
651 "legend": {
652 "calcs": [
653 "lastNotNull",
654 "min",
655 "max"
656 ],
657 "displayMode": "table",
658 "placement": "right"
659 },
660 "tooltip": {
661 "mode": "single"
662 }
663 },
664 "targets": [
665 {
666 "datasource": {
667 "type": "prometheus",
668 "uid": "dkSf71fnz"
669 },
670 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000671 "expr": "avg by (id) (jvm_memory_used_bytes{job=~\"api-metrics|acm-metrics|pap-metrics|apex-pdp-metrics\"})",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100672 "interval": "",
673 "legendFormat": "{{id}}",
674 "refId": "A"
675 }
676 ],
677 "title": "Memory Usage",
678 "type": "timeseries"
679 },
680 {
681 "collapsed": false,
682 "gridPos": {
683 "h": 1,
684 "w": 24,
685 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000686 "y": 36
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100687 },
688 "id": 18,
689 "panels": [],
690 "title": "HTTP Statistics",
691 "type": "row"
692 },
693 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100694 "fieldConfig": {
695 "defaults": {
696 "color": {
697 "mode": "palette-classic"
698 },
699 "custom": {
700 "axisLabel": "",
701 "axisPlacement": "auto",
702 "barAlignment": 0,
703 "drawStyle": "line",
704 "fillOpacity": 10,
705 "gradientMode": "none",
706 "hideFrom": {
707 "legend": false,
708 "tooltip": false,
709 "viz": false
710 },
711 "lineInterpolation": "linear",
712 "lineWidth": 1,
713 "pointSize": 5,
714 "scaleDistribution": {
715 "type": "linear"
716 },
717 "showPoints": "never",
718 "spanNulls": true,
719 "stacking": {
720 "group": "A",
721 "mode": "none"
722 },
723 "thresholdsStyle": {
724 "mode": "off"
725 }
726 },
727 "links": [],
728 "mappings": [],
729 "thresholds": {
730 "mode": "absolute",
731 "steps": [
732 {
733 "color": "green",
734 "value": null
735 },
736 {
737 "color": "red",
738 "value": 80
739 }
740 ]
741 },
742 "unit": "none"
743 },
744 "overrides": []
745 },
746 "gridPos": {
adheli.tavares57328ba2022-12-15 10:15:08 +0000747 "h": 10,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000748 "w": 23,
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100749 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000750 "y": 37
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100751 },
752 "id": 4,
753 "links": [],
754 "options": {
755 "legend": {
adheli.tavares57328ba2022-12-15 10:15:08 +0000756 "calcs": [
757 "lastNotNull",
758 "sum"
759 ],
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100760 "displayMode": "table",
761 "placement": "right"
762 },
763 "tooltip": {
764 "mode": "single"
765 }
766 },
767 "pluginVersion": "8.3.4",
768 "targets": [
769 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000770 "datasource": {
771 "type": "prometheus",
772 "uid": "dkSf71fnz"
773 },
774 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000775 "expr": "rate(http_server_requests_seconds_count{uri!~\".*metrics.*|.*prometheus.*\"}[5m])",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100776 "format": "time_series",
777 "interval": "",
778 "intervalFactor": 1,
adheli.tavares57328ba2022-12-15 10:15:08 +0000779 "legendFormat": "{{method}} [{{status}}] - {{instance}}{{uri}}",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100780 "refId": "A"
781 }
782 ],
783 "title": "Request Count",
784 "type": "timeseries"
785 },
786 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100787 "fieldConfig": {
788 "defaults": {
789 "color": {
790 "mode": "palette-classic"
791 },
792 "custom": {
793 "axisLabel": "",
794 "axisPlacement": "auto",
795 "barAlignment": 0,
796 "drawStyle": "line",
797 "fillOpacity": 10,
798 "gradientMode": "none",
799 "hideFrom": {
800 "legend": false,
801 "tooltip": false,
802 "viz": false
803 },
804 "lineInterpolation": "linear",
805 "lineWidth": 1,
806 "pointSize": 5,
807 "scaleDistribution": {
808 "type": "linear"
809 },
810 "showPoints": "never",
811 "spanNulls": true,
812 "stacking": {
813 "group": "A",
814 "mode": "none"
815 },
816 "thresholdsStyle": {
817 "mode": "off"
818 }
819 },
820 "links": [],
821 "mappings": [],
822 "thresholds": {
823 "mode": "absolute",
824 "steps": [
825 {
826 "color": "green",
827 "value": null
828 },
829 {
830 "color": "red",
831 "value": 80
832 }
833 ]
834 },
835 "unit": "s"
836 },
837 "overrides": []
838 },
839 "gridPos": {
840 "h": 10,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000841 "w": 23,
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100842 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000843 "y": 47
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100844 },
845 "id": 2,
846 "links": [],
847 "options": {
848 "legend": {
849 "calcs": [
850 "mean",
851 "max",
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000852 "min",
853 "lastNotNull"
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100854 ],
855 "displayMode": "table",
856 "placement": "right"
857 },
858 "tooltip": {
859 "mode": "single"
860 }
861 },
862 "pluginVersion": "8.3.4",
863 "targets": [
864 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000865 "datasource": {
866 "type": "prometheus",
867 "uid": "dkSf71fnz"
868 },
869 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000870 "expr": "irate(http_server_requests_seconds_sum{job=~\"api-metrics|acm-metrics|pap-metrics\", exception=\"None\", uri!~\".*metrics.*|.*prometheus.*\"}[5m]) / irate(http_server_requests_seconds_count{job=~\"api-metrics|acm-metrics|pap-metrics\", exception=\"None\", uri!~\".*metrics.*|.*prometheus.*\"}[5m])",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100871 "format": "time_series",
adheli.tavares57328ba2022-12-15 10:15:08 +0000872 "interval": "",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100873 "intervalFactor": 1,
adheli.tavares57328ba2022-12-15 10:15:08 +0000874 "legendFormat": "{{method}} [{{status}}] - {{instance}}{{uri}}",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100875 "refId": "A"
876 }
877 ],
878 "title": "Response Time",
879 "type": "timeseries"
880 },
881 {
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100882 "fieldConfig": {
883 "defaults": {
884 "color": {
885 "mode": "palette-classic"
886 },
887 "custom": {
888 "axisLabel": "",
889 "axisPlacement": "auto",
890 "barAlignment": 0,
891 "drawStyle": "line",
892 "fillOpacity": 10,
893 "gradientMode": "none",
894 "hideFrom": {
895 "legend": false,
896 "tooltip": false,
897 "viz": false
898 },
899 "lineInterpolation": "linear",
900 "lineWidth": 1,
901 "pointSize": 5,
902 "scaleDistribution": {
903 "type": "linear"
904 },
905 "showPoints": "never",
906 "spanNulls": true,
907 "stacking": {
908 "group": "A",
909 "mode": "none"
910 },
911 "thresholdsStyle": {
912 "mode": "off"
913 }
914 },
915 "links": [],
916 "mappings": [],
917 "thresholds": {
918 "mode": "absolute",
919 "steps": [
920 {
921 "color": "green",
922 "value": null
923 },
924 {
925 "color": "red",
926 "value": 80
927 }
928 ]
929 },
930 "unit": "locale"
931 },
932 "overrides": []
933 },
934 "gridPos": {
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000935 "h": 10,
936 "w": 22,
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100937 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000938 "y": 57
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100939 },
940 "id": 111,
941 "links": [],
942 "options": {
943 "legend": {
adheli.tavares57328ba2022-12-15 10:15:08 +0000944 "calcs": [
945 "lastNotNull",
946 "max"
947 ],
948 "displayMode": "table",
949 "placement": "right"
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100950 },
951 "tooltip": {
952 "mode": "single"
953 }
954 },
955 "pluginVersion": "8.3.4",
956 "targets": [
957 {
adheli.tavares57328ba2022-12-15 10:15:08 +0000958 "datasource": {
959 "type": "prometheus",
960 "uid": "dkSf71fnz"
961 },
962 "exemplar": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +0000963 "expr": "http_server_requests_seconds_max{job=~\"api-metrics|acm-metrics|pap-metrics\", uri!~\".*metrics.*|.*prometheus.*\"}",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100964 "format": "time_series",
965 "interval": "",
966 "intervalFactor": 1,
adheli.tavares57328ba2022-12-15 10:15:08 +0000967 "legendFormat": "{{method}} [{{status}}] - {{instance}}{{uri}}",
adheli.tavares1c98f1f2022-06-16 09:21:46 +0100968 "refId": "A"
969 }
970 ],
971 "title": "HTTP Server Requests Max",
972 "type": "timeseries"
adheli.tavares57328ba2022-12-15 10:15:08 +0000973 },
974 {
975 "collapsed": false,
976 "gridPos": {
977 "h": 1,
978 "w": 24,
979 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +0000980 "y": 67
adheli.tavares57328ba2022-12-15 10:15:08 +0000981 },
982 "id": 115,
983 "panels": [],
984 "title": "Deployment statistics",
985 "type": "row"
986 },
987 {
988 "fieldConfig": {
989 "defaults": {
990 "mappings": [],
991 "thresholds": {
992 "mode": "absolute",
993 "steps": [
994 {
995 "color": "green",
996 "value": null
997 },
998 {
999 "color": "red",
1000 "value": 80
1001 }
1002 ]
1003 },
1004 "unit": "short"
1005 },
1006 "overrides": []
1007 },
1008 "gridPos": {
1009 "h": 6,
1010 "w": 3,
1011 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001012 "y": 68
adheli.tavares57328ba2022-12-15 10:15:08 +00001013 },
1014 "id": 117,
1015 "options": {
1016 "colorMode": "value",
1017 "graphMode": "area",
1018 "justifyMode": "auto",
1019 "orientation": "auto",
1020 "reduceOptions": {
1021 "calcs": [
1022 "lastNotNull"
1023 ],
1024 "fields": "",
1025 "values": false
1026 },
1027 "textMode": "auto"
1028 },
1029 "pluginVersion": "8.3.4",
1030 "targets": [
1031 {
1032 "datasource": {
1033 "type": "prometheus",
1034 "uid": "dkSf71fnz"
1035 },
1036 "exemplar": true,
1037 "expr": "pap_policy_deployments_total{operation=\"deploy\", status=\"SUCCESS\"}",
1038 "interval": "",
1039 "legendFormat": "",
1040 "refId": "A"
1041 }
1042 ],
1043 "title": "Successful deployments",
1044 "type": "stat"
1045 },
1046 {
1047 "fieldConfig": {
1048 "defaults": {
1049 "mappings": [],
1050 "thresholds": {
1051 "mode": "absolute",
1052 "steps": [
1053 {
1054 "color": "green",
1055 "value": null
1056 },
1057 {
1058 "color": "red",
1059 "value": 80
1060 }
1061 ]
1062 },
1063 "unit": "short"
1064 },
1065 "overrides": []
1066 },
1067 "gridPos": {
1068 "h": 6,
1069 "w": 3,
1070 "x": 3,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001071 "y": 68
adheli.tavares57328ba2022-12-15 10:15:08 +00001072 },
1073 "id": 118,
1074 "options": {
1075 "colorMode": "value",
1076 "graphMode": "area",
1077 "justifyMode": "auto",
1078 "orientation": "auto",
1079 "reduceOptions": {
1080 "calcs": [
1081 "lastNotNull"
1082 ],
1083 "fields": "",
1084 "values": false
1085 },
1086 "textMode": "auto"
1087 },
1088 "pluginVersion": "8.3.4",
1089 "targets": [
1090 {
1091 "datasource": {
1092 "type": "prometheus",
1093 "uid": "dkSf71fnz"
1094 },
1095 "exemplar": true,
1096 "expr": "pap_policy_deployments_total{operation=\"undeploy\", status=\"SUCCESS\"}",
1097 "interval": "",
1098 "legendFormat": "",
1099 "refId": "A"
1100 }
1101 ],
1102 "title": "Successful undeployments",
1103 "type": "stat"
1104 },
1105 {
1106 "fieldConfig": {
1107 "defaults": {
1108 "mappings": [],
1109 "thresholds": {
1110 "mode": "absolute",
1111 "steps": [
1112 {
1113 "color": "green",
1114 "value": null
1115 },
1116 {
1117 "color": "red",
1118 "value": 1
1119 }
1120 ]
1121 },
1122 "unit": "short"
1123 },
1124 "overrides": []
1125 },
1126 "gridPos": {
1127 "h": 6,
1128 "w": 3,
1129 "x": 6,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001130 "y": 68
adheli.tavares57328ba2022-12-15 10:15:08 +00001131 },
1132 "id": 119,
1133 "options": {
1134 "colorMode": "value",
1135 "graphMode": "area",
1136 "justifyMode": "auto",
1137 "orientation": "auto",
1138 "reduceOptions": {
1139 "calcs": [
1140 "lastNotNull"
1141 ],
1142 "fields": "",
1143 "values": false
1144 },
1145 "textMode": "auto"
1146 },
1147 "pluginVersion": "8.3.4",
1148 "targets": [
1149 {
1150 "datasource": {
1151 "type": "prometheus",
1152 "uid": "dkSf71fnz"
1153 },
1154 "exemplar": true,
1155 "expr": "pap_policy_deployments_total{operation=\"deploy\", status=\"FAILURE\"}",
1156 "interval": "",
1157 "legendFormat": "",
1158 "refId": "A"
1159 }
1160 ],
1161 "title": "Failed deployments",
1162 "type": "stat"
1163 },
1164 {
1165 "fieldConfig": {
1166 "defaults": {
1167 "mappings": [],
1168 "thresholds": {
1169 "mode": "absolute",
1170 "steps": [
1171 {
1172 "color": "green",
1173 "value": null
1174 },
1175 {
1176 "color": "red",
1177 "value": 1
1178 }
1179 ]
1180 },
1181 "unit": "short"
1182 },
1183 "overrides": []
1184 },
1185 "gridPos": {
1186 "h": 6,
1187 "w": 3,
1188 "x": 9,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001189 "y": 68
adheli.tavares57328ba2022-12-15 10:15:08 +00001190 },
1191 "id": 120,
1192 "options": {
1193 "colorMode": "value",
1194 "graphMode": "area",
1195 "justifyMode": "auto",
1196 "orientation": "auto",
1197 "reduceOptions": {
1198 "calcs": [
1199 "lastNotNull"
1200 ],
1201 "fields": "",
1202 "values": false
1203 },
1204 "textMode": "auto"
1205 },
1206 "pluginVersion": "8.3.4",
1207 "targets": [
1208 {
1209 "datasource": {
1210 "type": "prometheus",
1211 "uid": "dkSf71fnz"
1212 },
1213 "exemplar": true,
1214 "expr": "pap_policy_deployments_total{operation=\"undeploy\", status=\"FAILURE\"}",
1215 "interval": "",
1216 "legendFormat": "",
1217 "refId": "A"
1218 }
1219 ],
1220 "title": "Failed undeployments",
1221 "type": "stat"
1222 },
1223 {
adheli.tavares1d9c7562023-01-09 11:28:25 +00001224 "description": "Policy Executions Total for APEX-PDP",
1225 "fieldConfig": {
1226 "defaults": {
1227 "mappings": [],
1228 "thresholds": {
1229 "mode": "absolute",
1230 "steps": [
1231 {
1232 "color": "green",
1233 "value": null
1234 },
1235 {
1236 "color": "red",
1237 "value": 80
1238 }
1239 ]
1240 },
1241 "unit": "short"
1242 },
1243 "overrides": []
1244 },
1245 "gridPos": {
1246 "h": 8,
1247 "w": 12,
1248 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001249 "y": 74
adheli.tavares1d9c7562023-01-09 11:28:25 +00001250 },
1251 "id": 128,
1252 "options": {
1253 "colorMode": "value",
1254 "graphMode": "area",
1255 "justifyMode": "auto",
1256 "orientation": "auto",
1257 "reduceOptions": {
1258 "calcs": [
1259 "lastNotNull"
1260 ],
1261 "fields": "",
1262 "values": false
1263 },
1264 "textMode": "auto"
1265 },
1266 "pluginVersion": "8.3.4",
1267 "targets": [
1268 {
1269 "datasource": {
1270 "type": "prometheus",
1271 "uid": "dkSf71fnz"
1272 },
1273 "exemplar": true,
1274 "expr": "pdpa_policy_executions_total{job=\"apex-pdp-metrics\", status=\"SUCCESS\"}",
1275 "interval": "",
1276 "legendFormat": "Successful",
1277 "refId": "A"
1278 },
1279 {
1280 "datasource": {
1281 "type": "prometheus",
1282 "uid": "dkSf71fnz"
1283 },
1284 "exemplar": true,
1285 "expr": "pdpa_policy_executions_total{job=\"apex-pdp-metrics\", status=\"FAIL\"}",
1286 "hide": false,
1287 "interval": "",
1288 "legendFormat": "Failed",
1289 "refId": "B"
1290 },
1291 {
1292 "datasource": {
1293 "type": "prometheus",
1294 "uid": "dkSf71fnz"
1295 },
1296 "exemplar": true,
1297 "expr": "pdpa_policy_executions_total{job=\"apex-pdp-metrics\", status=\"TOTAL\"}",
1298 "hide": false,
1299 "interval": "",
1300 "legendFormat": "Total",
1301 "refId": "C"
1302 }
1303 ],
1304 "title": "Policy Executions",
1305 "type": "stat"
1306 },
1307 {
adheli.tavares57328ba2022-12-15 10:15:08 +00001308 "fieldConfig": {
1309 "defaults": {
1310 "color": {
1311 "mode": "palette-classic"
1312 },
1313 "custom": {
1314 "axisLabel": "",
1315 "axisPlacement": "auto",
1316 "barAlignment": 0,
1317 "drawStyle": "line",
1318 "fillOpacity": 0,
1319 "gradientMode": "none",
1320 "hideFrom": {
1321 "legend": false,
1322 "tooltip": false,
1323 "viz": false
1324 },
1325 "lineInterpolation": "linear",
1326 "lineWidth": 1,
1327 "pointSize": 5,
1328 "scaleDistribution": {
1329 "type": "linear"
1330 },
1331 "showPoints": "auto",
1332 "spanNulls": false,
1333 "stacking": {
1334 "group": "A",
1335 "mode": "none"
1336 },
1337 "thresholdsStyle": {
1338 "mode": "off"
1339 }
1340 },
1341 "mappings": [],
1342 "thresholds": {
1343 "mode": "absolute",
1344 "steps": [
1345 {
1346 "color": "green",
1347 "value": null
1348 },
1349 {
1350 "color": "red",
1351 "value": 400
1352 }
1353 ]
1354 },
1355 "unit": "ms"
1356 },
1357 "overrides": []
1358 },
1359 "gridPos": {
1360 "h": 8,
1361 "w": 12,
1362 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001363 "y": 82
adheli.tavares57328ba2022-12-15 10:15:08 +00001364 },
1365 "id": 122,
1366 "options": {
1367 "legend": {
1368 "calcs": [
1369 "lastNotNull",
1370 "min",
1371 "max"
1372 ],
1373 "displayMode": "table",
1374 "placement": "right"
1375 },
1376 "tooltip": {
1377 "mode": "single"
1378 }
1379 },
1380 "targets": [
1381 {
1382 "datasource": {
1383 "type": "prometheus",
1384 "uid": "dkSf71fnz"
1385 },
1386 "exemplar": true,
1387 "expr": "irate(pap_policy_deployments_seconds_sum[5m])/irate(pap_policy_deployments_seconds_count[5m])",
1388 "interval": "",
1389 "legendFormat": "{{operation}} - {{status}}",
1390 "refId": "A"
1391 }
1392 ],
1393 "title": "Deployment timing",
1394 "type": "timeseries"
adheli.tavares1d9c7562023-01-09 11:28:25 +00001395 },
1396 {
1397 "collapsed": false,
1398 "gridPos": {
1399 "h": 1,
1400 "w": 24,
1401 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001402 "y": 90
adheli.tavares1d9c7562023-01-09 11:28:25 +00001403 },
1404 "id": 124,
1405 "panels": [],
1406 "title": "Apex-PDP",
1407 "type": "row"
1408 },
1409 {
1410 "fieldConfig": {
1411 "defaults": {
1412 "color": {
1413 "mode": "fixed"
1414 },
1415 "mappings": [
1416 {
1417 "options": {
1418 "0": {
1419 "color": "red",
1420 "index": 0,
1421 "text": "Undefined"
1422 },
1423 "1": {
1424 "color": "#ffffff",
1425 "index": 1,
1426 "text": "Stopped"
1427 },
1428 "2": {
1429 "color": "blue",
1430 "index": 2,
1431 "text": "Ready"
1432 },
1433 "3": {
1434 "color": "green",
1435 "index": 3,
1436 "text": "Running"
1437 },
1438 "4": {
1439 "color": "yellow",
1440 "index": 4,
1441 "text": "Stopping"
1442 }
1443 },
1444 "type": "value"
1445 }
1446 ],
1447 "thresholds": {
1448 "mode": "absolute",
1449 "steps": [
1450 {
1451 "color": "green",
1452 "value": null
1453 },
1454 {
1455 "color": "red",
1456 "value": 80
1457 }
1458 ]
1459 },
1460 "unit": "short"
1461 },
1462 "overrides": []
1463 },
1464 "gridPos": {
1465 "h": 8,
1466 "w": 5,
1467 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001468 "y": 91
adheli.tavares1d9c7562023-01-09 11:28:25 +00001469 },
1470 "id": 126,
1471 "options": {
1472 "colorMode": "value",
1473 "graphMode": "area",
1474 "justifyMode": "auto",
1475 "orientation": "horizontal",
1476 "reduceOptions": {
1477 "calcs": [
1478 "lastNotNull"
1479 ],
1480 "fields": "",
1481 "values": false
1482 },
1483 "text": {
1484 "titleSize": 20,
1485 "valueSize": 20
1486 },
1487 "textMode": "auto"
1488 },
1489 "pluginVersion": "8.3.4",
1490 "targets": [
1491 {
1492 "datasource": {
1493 "type": "prometheus",
1494 "uid": "dkSf71fnz"
1495 },
1496 "exemplar": true,
1497 "expr": "pdpa_engine_state{job=\"apex-pdp-metrics\"}",
1498 "interval": "",
1499 "legendFormat": "{{ engine_instance_id }}",
1500 "refId": "A"
1501 }
1502 ],
1503 "title": "Engines Stats",
1504 "type": "stat"
1505 },
1506 {
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001507 "description": "",
adheli.tavares1d9c7562023-01-09 11:28:25 +00001508 "fieldConfig": {
1509 "defaults": {
1510 "color": {
1511 "mode": "palette-classic"
1512 },
1513 "decimals": 0,
1514 "mappings": [],
1515 "thresholds": {
1516 "mode": "absolute",
1517 "steps": [
1518 {
1519 "color": "green",
1520 "value": null
1521 },
1522 {
1523 "color": "red",
1524 "value": 80
1525 }
1526 ]
1527 },
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001528 "unit": "ms"
adheli.tavares1d9c7562023-01-09 11:28:25 +00001529 },
1530 "overrides": []
1531 },
1532 "gridPos": {
1533 "h": 8,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001534 "w": 8,
adheli.tavares1d9c7562023-01-09 11:28:25 +00001535 "x": 5,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001536 "y": 91
adheli.tavares1d9c7562023-01-09 11:28:25 +00001537 },
1538 "id": 130,
1539 "options": {
1540 "colorMode": "none",
1541 "graphMode": "none",
1542 "justifyMode": "auto",
1543 "orientation": "horizontal",
1544 "reduceOptions": {
1545 "calcs": [
1546 "lastNotNull"
1547 ],
1548 "fields": "",
1549 "values": false
1550 },
1551 "text": {
1552 "titleSize": 25,
1553 "valueSize": 25
1554 },
1555 "textMode": "auto"
1556 },
1557 "pluginVersion": "8.3.4",
1558 "targets": [
1559 {
1560 "datasource": {
1561 "type": "prometheus",
1562 "uid": "dkSf71fnz"
1563 },
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001564 "exemplar": false,
1565 "expr": "(time() * 1000) - (pdpa_engine_last_start_timestamp_epoch{job=\"apex-pdp-metrics\"})",
adheli.tavares1d9c7562023-01-09 11:28:25 +00001566 "format": "time_series",
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001567 "instant": true,
adheli.tavares1d9c7562023-01-09 11:28:25 +00001568 "interval": "",
1569 "legendFormat": "{{ engine_instance_id }}",
1570 "refId": "A"
1571 }
1572 ],
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001573 "title": "Engine Uptime (since last start)",
adheli.tavares1d9c7562023-01-09 11:28:25 +00001574 "transformations": [],
1575 "type": "stat"
1576 },
1577 {
1578 "description": "Number of APEX event execution counter per engine thread",
1579 "fieldConfig": {
1580 "defaults": {
1581 "color": {
1582 "mode": "palette-classic"
1583 },
1584 "custom": {
1585 "axisLabel": "",
1586 "axisPlacement": "auto",
1587 "barAlignment": 0,
1588 "drawStyle": "line",
1589 "fillOpacity": 0,
1590 "gradientMode": "none",
1591 "hideFrom": {
1592 "legend": false,
1593 "tooltip": false,
1594 "viz": false
1595 },
1596 "lineInterpolation": "linear",
1597 "lineWidth": 1,
1598 "pointSize": 5,
1599 "scaleDistribution": {
1600 "type": "linear"
1601 },
1602 "showPoints": "auto",
1603 "spanNulls": false,
1604 "stacking": {
1605 "group": "A",
1606 "mode": "none"
1607 },
1608 "thresholdsStyle": {
1609 "mode": "off"
1610 }
1611 },
1612 "mappings": [],
1613 "thresholds": {
1614 "mode": "absolute",
1615 "steps": [
1616 {
1617 "color": "green",
1618 "value": null
1619 },
1620 {
1621 "color": "red",
1622 "value": 80
1623 }
1624 ]
1625 },
1626 "unit": "ops"
1627 },
1628 "overrides": []
1629 },
1630 "gridPos": {
1631 "h": 8,
1632 "w": 12,
1633 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001634 "y": 99
adheli.tavares1d9c7562023-01-09 11:28:25 +00001635 },
1636 "id": 132,
1637 "options": {
1638 "legend": {
1639 "calcs": [
1640 "lastNotNull",
1641 "min",
1642 "max"
1643 ],
1644 "displayMode": "table",
1645 "placement": "right"
1646 },
1647 "tooltip": {
1648 "mode": "single",
1649 "sort": "none"
1650 }
1651 },
1652 "pluginVersion": "8.4.5",
1653 "targets": [
1654 {
1655 "datasource": {
1656 "type": "prometheus",
1657 "uid": "dkSf71fnz"
1658 },
1659 "exemplar": true,
1660 "expr": "rate(pdpa_engine_average_execution_time_seconds{job=\"apex-pdp-metrics\"}[5m])",
1661 "format": "time_series",
1662 "interval": "",
1663 "legendFormat": "{{ engine_instance_id }}",
1664 "refId": "A"
1665 }
1666 ],
1667 "title": "Avg Engine Execution Time",
1668 "type": "timeseries"
1669 },
1670 {
1671 "description": "Number of APEX event execution counter per engine thread",
1672 "fieldConfig": {
1673 "defaults": {
1674 "color": {
1675 "mode": "palette-classic"
1676 },
1677 "custom": {
1678 "hideFrom": {
1679 "legend": false,
1680 "tooltip": false,
1681 "viz": false
1682 }
1683 },
1684 "mappings": [],
1685 "unit": "short"
1686 },
1687 "overrides": []
1688 },
1689 "gridPos": {
1690 "h": 8,
1691 "w": 12,
1692 "x": 0,
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001693 "y": 107
adheli.tavares1d9c7562023-01-09 11:28:25 +00001694 },
1695 "id": 133,
1696 "options": {
1697 "displayLabels": [
1698 "percent"
1699 ],
1700 "legend": {
1701 "displayMode": "table",
1702 "placement": "right",
1703 "values": [
1704 "value"
1705 ]
1706 },
1707 "pieType": "donut",
1708 "reduceOptions": {
1709 "calcs": [
1710 "lastNotNull"
1711 ],
1712 "fields": "",
1713 "values": false
1714 },
1715 "tooltip": {
1716 "mode": "single"
1717 }
1718 },
1719 "pluginVersion": "8.4.5",
1720 "targets": [
1721 {
1722 "datasource": {
1723 "type": "prometheus",
1724 "uid": "dkSf71fnz"
1725 },
1726 "exemplar": true,
1727 "expr": "pdpa_engine_event_executions{job=\"apex-pdp-metrics\"}",
1728 "format": "time_series",
1729 "interval": "",
1730 "legendFormat": "{{ engine_instance_id }}",
1731 "refId": "A"
1732 }
1733 ],
1734 "title": "Engine Executions Count",
1735 "type": "piechart"
adheli.tavares1c98f1f2022-06-16 09:21:46 +01001736 }
1737 ],
1738 "refresh": "10s",
1739 "schemaVersion": 34,
1740 "style": "dark",
1741 "tags": [],
1742 "templating": {
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001743 "list": []
adheli.tavares1c98f1f2022-06-16 09:21:46 +01001744 },
1745 "time": {
adheli.tavares57328ba2022-12-15 10:15:08 +00001746 "from": "now-5m",
adheli.tavares1c98f1f2022-06-16 09:21:46 +01001747 "to": "now"
1748 },
1749 "timepicker": {
1750 "refresh_intervals": [
1751 "10s",
1752 "30s",
1753 "1m",
1754 "5m",
1755 "15m",
1756 "30m",
1757 "1h",
1758 "2h",
1759 "1d"
1760 ],
1761 "time_options": [
1762 "5m",
1763 "15m",
1764 "1h",
1765 "6h",
1766 "12h",
1767 "24h",
1768 "2d",
1769 "7d",
1770 "30d"
1771 ]
1772 },
1773 "timezone": "",
1774 "title": "SLA's Metrics",
1775 "uid": "ySoel0jnk",
adheli.tavares0fd7cdc2023-01-13 09:14:23 +00001776 "version": 6,
adheli.tavares1c98f1f2022-06-16 09:21:46 +01001777 "weekStart": ""
1778}