@leverege/build-tools 2.101.1 → 2.102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/package.json +8 -8
  2. package/src/Utils.mjs +5 -0
  3. package/src/bash-funcs +27 -0
  4. package/src/dashboard/DashboardManager.mjs +192 -17
  5. package/src/dashboard/dashboard.mjs +29 -4
  6. package/src/dashboard/json/{standard/noc-rows-12.json → devops/devops-noc.json} +801 -61
  7. package/src/dashboard/json/{standard/pvc-all-usage.json → devops/pvc-usage.json} +2 -2
  8. package/src/dashboard/json/leverege/leverege-noc.json +2364 -0
  9. package/src/dashboard/json/{standard/redis.json → leverege/leverege-rule-engine.json} +695 -646
  10. package/src/dashboard/json/leverege/leverege-services.json +4757 -0
  11. package/src/dashboard/json/recovr/recovr-locators.json +1227 -0
  12. package/src/dashboard/json/recovr/recovr-noc.json +1949 -0
  13. package/src/dashboard/json/recovr/recovr-position-srvr.json +339 -0
  14. package/src/dashboard/json/recovr/recovr-server.json +1127 -0
  15. package/src/dashboard/json/siren/siren-services.json +2066 -0
  16. package/src/dashboard/json/{standard/cloudnative-pg-20417-rev4.json → system/cloudnative-pg.json} +241 -243
  17. package/src/dashboard/json/{standard → system}/elasticsearch8.json +123 -72
  18. package/src/dashboard/json/system/stackdriver.json +1189 -0
  19. package/src/dashboard/json/{standard/traefik-op.json → system/traefik.json} +44 -56
  20. package/src/dashboard/json/{standard → system}/valkey.json +91 -86
  21. package/src/dashboard/json/{standard → tpi}/gpu-autoscaling-dashboard-ui-import.json +1 -1
  22. package/src/dashboard/json/tpi/leverege-noc.json +3624 -0
  23. package/src/helm-charts/cnpg-operator/helmup.bootstrap +19 -21
  24. package/src/helm-charts/eso/helmup.bootstrap +4 -2
  25. package/src/helm-charts/prom-operator/README-CRD-UPGRADES.md +105 -0
  26. package/src/helm-charts/prom-operator/helmup.bootstrap +22 -14
  27. package/src/helm-charts/prom-operator/helmup.plugin +1 -1
  28. package/src/helm-charts/prom-operator/prometheus-stack.yaml.ovh +23 -45
  29. package/src/helm-charts/prom-operator/rules/gke-maintenance-rules.yaml +19 -0
  30. package/src/helm-charts/prom-operator/stackdriver-exporter.yaml.ovh +3 -2
  31. package/src/helm-charts/valkey/valkey-local.yaml +1 -0
  32. package/src/helm-charts/velero/helmup.bootstrap +2 -0
  33. package/src/helmup.sh +31 -4
  34. package/src/init-my-chart/Chartwright.mjs +2 -2
  35. package/src/init-my-chart/leaf-chart-templates/templates/extraobjects.yaml +1 -0
  36. package/src/init-my-chart/leaf-chart-templates/templates/ingressroute.yaml +1 -0
  37. package/src/overwhelm.mjs +5 -5
  38. package/src/service-man/config/secrets/npmrc.json +14 -0
  39. package/src/service-man/config/secrets/tsdb-dense-password.json +13 -0
  40. package/src/dashboard/json/standard/stackdriver.json +0 -624
  41. package/src/docker-to-registry-py.mjs +0 -287
  42. /package/src/dashboard/json/{standard → devops}/k8s-api-latency.json +0 -0
@@ -0,0 +1,1949 @@
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": "Network Operations Center display for RecovR clusters.",
25
+ "editable": false,
26
+ "fiscalYearStartMonth": 0,
27
+ "graphTooltip": 0,
28
+ "id": null,
29
+ "links": [],
30
+ "panels": [
31
+ {
32
+ "datasource": {
33
+ "type": "prometheus",
34
+ "uid": "${datasource}"
35
+ },
36
+ "description": "",
37
+ "fieldConfig": {
38
+ "defaults": {
39
+ "color": {
40
+ "mode": "thresholds"
41
+ },
42
+ "mappings": [
43
+ {
44
+ "options": {
45
+ "from": 0,
46
+ "result": {
47
+ "index": 0,
48
+ "text": "ALERT"
49
+ },
50
+ "to": 89
51
+ },
52
+ "type": "range"
53
+ },
54
+ {
55
+ "options": {
56
+ "from": 90,
57
+ "result": {
58
+ "index": 1,
59
+ "text": "CAUTION"
60
+ },
61
+ "to": 93.5
62
+ },
63
+ "type": "range"
64
+ },
65
+ {
66
+ "options": {
67
+ "from": 93.51,
68
+ "result": {
69
+ "index": 2,
70
+ "text": "GREEN"
71
+ },
72
+ "to": 100
73
+ },
74
+ "type": "range"
75
+ }
76
+ ],
77
+ "max": 100,
78
+ "min": 0,
79
+ "thresholds": {
80
+ "mode": "percentage",
81
+ "steps": [
82
+ {
83
+ "color": "red"
84
+ },
85
+ {
86
+ "color": "red",
87
+ "value": 89
88
+ },
89
+ {
90
+ "color": "yellow",
91
+ "value": 90
92
+ },
93
+ {
94
+ "color": "semi-dark-green",
95
+ "value": 93
96
+ }
97
+ ]
98
+ },
99
+ "unit": "percent"
100
+ },
101
+ "overrides": []
102
+ },
103
+ "gridPos": {
104
+ "h": 2,
105
+ "w": 5,
106
+ "x": 0,
107
+ "y": 0
108
+ },
109
+ "id": 34,
110
+ "links": [
111
+ {
112
+ "targetBlank": true,
113
+ "title": "locators dashboard",
114
+ "url": "${monitoring_url}/d/cN1atnT7k/locators?orgId=1"
115
+ }
116
+ ],
117
+ "options": {
118
+ "colorMode": "background",
119
+ "graphMode": "none",
120
+ "justifyMode": "auto",
121
+ "orientation": "horizontal",
122
+ "percentChangeColorMode": "standard",
123
+ "reduceOptions": {
124
+ "calcs": [
125
+ "mean"
126
+ ],
127
+ "fields": "",
128
+ "values": false
129
+ },
130
+ "showPercentChange": false,
131
+ "text": {
132
+ "valueSize": 16
133
+ },
134
+ "textMode": "auto",
135
+ "wideLayout": true
136
+ },
137
+ "pluginVersion": "11.6.1",
138
+ "targets": [
139
+ {
140
+ "datasource": {
141
+ "type": "prometheus",
142
+ "uid": "${datasource}"
143
+ },
144
+ "exemplar": true,
145
+ "expr": "avg(recovr_coap_locators_active_last_60m / recovr_coap_locators_active_last_7d != 0 ) * 100",
146
+ "hide": false,
147
+ "instant": false,
148
+ "interval": "",
149
+ "legendFormat": "60m / 7d",
150
+ "refId": "C"
151
+ }
152
+ ],
153
+ "title": "RecovR Locators",
154
+ "type": "stat"
155
+ },
156
+ {
157
+ "datasource": {
158
+ "type": "prometheus",
159
+ "uid": "${datasource}"
160
+ },
161
+ "description": "",
162
+ "fieldConfig": {
163
+ "defaults": {
164
+ "color": {
165
+ "mode": "thresholds"
166
+ },
167
+ "mappings": [
168
+ {
169
+ "options": {
170
+ "from": 0,
171
+ "result": {
172
+ "text": "ERROR LOW"
173
+ },
174
+ "to": 30
175
+ },
176
+ "type": "range"
177
+ },
178
+ {
179
+ "options": {
180
+ "from": 30,
181
+ "result": {
182
+ "text": "GREEN"
183
+ },
184
+ "to": 80
185
+ },
186
+ "type": "range"
187
+ },
188
+ {
189
+ "options": {
190
+ "from": 81,
191
+ "result": {
192
+ "text": "LATENCY"
193
+ },
194
+ "to": 120
195
+ },
196
+ "type": "range"
197
+ },
198
+ {
199
+ "options": {
200
+ "from": 121,
201
+ "result": {
202
+ "text": "HI LATENCY"
203
+ },
204
+ "to": 159
205
+ },
206
+ "type": "range"
207
+ },
208
+ {
209
+ "options": {
210
+ "from": 160,
211
+ "result": {
212
+ "text": "OFFLINE"
213
+ },
214
+ "to": 996
215
+ },
216
+ "type": "range"
217
+ }
218
+ ],
219
+ "max": 300,
220
+ "min": 50,
221
+ "noValue": "ERROR",
222
+ "thresholds": {
223
+ "mode": "absolute",
224
+ "steps": [
225
+ {
226
+ "color": "semi-dark-green"
227
+ },
228
+ {
229
+ "color": "semi-dark-yellow",
230
+ "value": 80
231
+ },
232
+ {
233
+ "color": "semi-dark-orange",
234
+ "value": 120
235
+ },
236
+ {
237
+ "color": "semi-dark-red",
238
+ "value": 160
239
+ }
240
+ ]
241
+ },
242
+ "unit": "none"
243
+ },
244
+ "overrides": []
245
+ },
246
+ "gridPos": {
247
+ "h": 2,
248
+ "w": 5,
249
+ "x": 5,
250
+ "y": 0
251
+ },
252
+ "id": 38,
253
+ "options": {
254
+ "colorMode": "background",
255
+ "graphMode": "none",
256
+ "justifyMode": "auto",
257
+ "orientation": "auto",
258
+ "percentChangeColorMode": "standard",
259
+ "reduceOptions": {
260
+ "calcs": [
261
+ "lastNotNull"
262
+ ],
263
+ "fields": "",
264
+ "values": false
265
+ },
266
+ "showPercentChange": false,
267
+ "text": {
268
+ "valueSize": 16
269
+ },
270
+ "textMode": "auto",
271
+ "wideLayout": true
272
+ },
273
+ "pluginVersion": "11.6.1",
274
+ "targets": [
275
+ {
276
+ "datasource": {
277
+ "type": "prometheus",
278
+ "uid": "${datasource}"
279
+ },
280
+ "expr": "avg(recovr_coap_keystream_last_health_check_delta_seconds)",
281
+ "instant": false,
282
+ "interval": "",
283
+ "intervalFactor": 1,
284
+ "legendFormat": "delta seconds",
285
+ "refId": "A"
286
+ }
287
+ ],
288
+ "title": "keySTREAM",
289
+ "type": "stat"
290
+ },
291
+ {
292
+ "datasource": {
293
+ "type": "prometheus",
294
+ "uid": "${datasource}"
295
+ },
296
+ "description": "",
297
+ "fieldConfig": {
298
+ "defaults": {
299
+ "color": {
300
+ "mode": "thresholds"
301
+ },
302
+ "mappings": [
303
+ {
304
+ "options": {
305
+ "from": 0,
306
+ "result": {
307
+ "text": "GREEN"
308
+ },
309
+ "to": 4
310
+ },
311
+ "type": "range"
312
+ },
313
+ {
314
+ "options": {
315
+ "from": 5,
316
+ "result": {
317
+ "text": "INVESTIGATE"
318
+ },
319
+ "to": 99
320
+ },
321
+ "type": "range"
322
+ }
323
+ ],
324
+ "thresholds": {
325
+ "mode": "absolute",
326
+ "steps": [
327
+ {
328
+ "color": "semi-dark-green"
329
+ },
330
+ {
331
+ "color": "red",
332
+ "value": 5
333
+ }
334
+ ]
335
+ }
336
+ },
337
+ "overrides": []
338
+ },
339
+ "gridPos": {
340
+ "h": 2,
341
+ "w": 5,
342
+ "x": 10,
343
+ "y": 0
344
+ },
345
+ "id": 41,
346
+ "options": {
347
+ "colorMode": "background",
348
+ "graphMode": "none",
349
+ "justifyMode": "auto",
350
+ "orientation": "auto",
351
+ "percentChangeColorMode": "standard",
352
+ "reduceOptions": {
353
+ "calcs": [
354
+ "lastNotNull"
355
+ ],
356
+ "fields": "",
357
+ "values": false
358
+ },
359
+ "showPercentChange": false,
360
+ "text": {
361
+ "valueSize": 16
362
+ },
363
+ "textMode": "auto",
364
+ "wideLayout": true
365
+ },
366
+ "pluginVersion": "11.6.1",
367
+ "targets": [
368
+ {
369
+ "datasource": {
370
+ "type": "prometheus",
371
+ "uid": "${datasource}"
372
+ },
373
+ "exemplar": true,
374
+ "expr": "sum(rate(nodejs_app_exit_count[5m])) * 60 * 5",
375
+ "hide": false,
376
+ "interval": "",
377
+ "legendFormat": "",
378
+ "refId": "B"
379
+ }
380
+ ],
381
+ "title": "Stability of Pods",
382
+ "type": "stat"
383
+ },
384
+ {
385
+ "datasource": {
386
+ "type": "prometheus",
387
+ "uid": "${datasource}"
388
+ },
389
+ "description": "",
390
+ "fieldConfig": {
391
+ "defaults": {
392
+ "color": {
393
+ "mode": "thresholds"
394
+ },
395
+ "mappings": [
396
+ {
397
+ "options": {
398
+ "0": {
399
+ "text": "GREEN"
400
+ },
401
+ "1": {
402
+ "text": "minor"
403
+ },
404
+ "2": {
405
+ "text": "major"
406
+ },
407
+ "3": {
408
+ "text": "critical"
409
+ },
410
+ "4": {
411
+ "text": "timeout"
412
+ },
413
+ "5": {
414
+ "text": "unknown"
415
+ }
416
+ },
417
+ "type": "value"
418
+ }
419
+ ],
420
+ "thresholds": {
421
+ "mode": "absolute",
422
+ "steps": [
423
+ {
424
+ "color": "semi-dark-green"
425
+ },
426
+ {
427
+ "color": "#EAB839",
428
+ "value": 1
429
+ },
430
+ {
431
+ "color": "dark-orange",
432
+ "value": 2
433
+ },
434
+ {
435
+ "color": "red",
436
+ "value": 3
437
+ },
438
+ {
439
+ "color": "dark-blue",
440
+ "value": 4
441
+ },
442
+ {
443
+ "color": "dark-purple",
444
+ "value": 5
445
+ }
446
+ ]
447
+ },
448
+ "unit": "none"
449
+ },
450
+ "overrides": []
451
+ },
452
+ "gridPos": {
453
+ "h": 2,
454
+ "w": 5,
455
+ "x": 0,
456
+ "y": 2
457
+ },
458
+ "id": 31,
459
+ "links": [
460
+ {
461
+ "targetBlank": true,
462
+ "title": "truphone status page link",
463
+ "url": "https://status.1global.com/"
464
+ }
465
+ ],
466
+ "options": {
467
+ "colorMode": "background",
468
+ "graphMode": "none",
469
+ "justifyMode": "auto",
470
+ "orientation": "horizontal",
471
+ "percentChangeColorMode": "standard",
472
+ "reduceOptions": {
473
+ "calcs": [
474
+ "last"
475
+ ],
476
+ "fields": "",
477
+ "limit": 10,
478
+ "values": false
479
+ },
480
+ "showPercentChange": false,
481
+ "text": {
482
+ "valueSize": 16
483
+ },
484
+ "textMode": "auto",
485
+ "wideLayout": true
486
+ },
487
+ "pluginVersion": "11.6.1",
488
+ "targets": [
489
+ {
490
+ "datasource": {
491
+ "type": "prometheus",
492
+ "uid": "${datasource}"
493
+ },
494
+ "exemplar": true,
495
+ "expr": "max(recovr_coap_truphone_status_indicator)",
496
+ "interval": "",
497
+ "intervalFactor": 2,
498
+ "legendFormat": "",
499
+ "refId": "A"
500
+ }
501
+ ],
502
+ "title": "1Global",
503
+ "type": "stat"
504
+ },
505
+ {
506
+ "datasource": {
507
+ "type": "prometheus",
508
+ "uid": "${datasource}"
509
+ },
510
+ "description": "",
511
+ "fieldConfig": {
512
+ "defaults": {
513
+ "color": {
514
+ "mode": "thresholds"
515
+ },
516
+ "mappings": [
517
+ {
518
+ "options": {
519
+ "0": {
520
+ "text": "RED"
521
+ },
522
+ "1": {
523
+ "text": "GREEN"
524
+ }
525
+ },
526
+ "type": "value"
527
+ }
528
+ ],
529
+ "thresholds": {
530
+ "mode": "absolute",
531
+ "steps": [
532
+ {
533
+ "color": "rgba(245, 54, 54, 0.9)"
534
+ },
535
+ {
536
+ "color": "semi-dark-green",
537
+ "value": 0.5
538
+ }
539
+ ]
540
+ },
541
+ "unit": "none"
542
+ },
543
+ "overrides": []
544
+ },
545
+ "gridPos": {
546
+ "h": 2,
547
+ "w": 5,
548
+ "x": 5,
549
+ "y": 2
550
+ },
551
+ "id": 33,
552
+ "links": [
553
+ {
554
+ "targetBlank": true,
555
+ "title": "elastic dashboard",
556
+ "url": "${monitoring_url}/d/elasticsearch/elasticsearch-stats?orgId=1&refresh=1m"
557
+ }
558
+ ],
559
+ "maxDataPoints": 100,
560
+ "options": {
561
+ "colorMode": "background",
562
+ "graphMode": "none",
563
+ "justifyMode": "auto",
564
+ "orientation": "horizontal",
565
+ "percentChangeColorMode": "standard",
566
+ "reduceOptions": {
567
+ "calcs": [
568
+ "lastNotNull"
569
+ ],
570
+ "fields": "",
571
+ "values": false
572
+ },
573
+ "showPercentChange": false,
574
+ "text": {
575
+ "valueSize": 16
576
+ },
577
+ "textMode": "auto",
578
+ "wideLayout": true
579
+ },
580
+ "pluginVersion": "11.6.1",
581
+ "targets": [
582
+ {
583
+ "datasource": {
584
+ "type": "prometheus",
585
+ "uid": "${datasource}"
586
+ },
587
+ "expr": "max(elasticsearch_cluster_health_status{color=\"green\"})",
588
+ "format": "time_series",
589
+ "hide": false,
590
+ "intervalFactor": 2,
591
+ "legendFormat": "",
592
+ "metric": "",
593
+ "refId": "A",
594
+ "step": 60
595
+ }
596
+ ],
597
+ "title": "ElasticSearch",
598
+ "type": "stat"
599
+ },
600
+ {
601
+ "datasource": {
602
+ "type": "prometheus",
603
+ "uid": "${datasource}"
604
+ },
605
+ "description": "",
606
+ "fieldConfig": {
607
+ "defaults": {
608
+ "color": {
609
+ "mode": "thresholds"
610
+ },
611
+ "mappings": [],
612
+ "thresholds": {
613
+ "mode": "absolute",
614
+ "steps": [
615
+ {
616
+ "color": "semi-dark-green"
617
+ },
618
+ {
619
+ "color": "#EAB839",
620
+ "value": 30
621
+ },
622
+ {
623
+ "color": "red",
624
+ "value": 100
625
+ }
626
+ ]
627
+ }
628
+ },
629
+ "overrides": []
630
+ },
631
+ "gridPos": {
632
+ "h": 2,
633
+ "w": 5,
634
+ "x": 10,
635
+ "y": 2
636
+ },
637
+ "id": 27,
638
+ "links": [
639
+ {
640
+ "targetBlank": true,
641
+ "title": "stackdriver dashboard",
642
+ "url": "${monitoring_url}/d/stackdriver/stackdriver?orgId=1&refresh=30s"
643
+ }
644
+ ],
645
+ "options": {
646
+ "colorMode": "background",
647
+ "graphMode": "area",
648
+ "justifyMode": "auto",
649
+ "orientation": "auto",
650
+ "percentChangeColorMode": "standard",
651
+ "reduceOptions": {
652
+ "calcs": [
653
+ "lastNotNull"
654
+ ],
655
+ "fields": "",
656
+ "values": false
657
+ },
658
+ "showPercentChange": false,
659
+ "text": {
660
+ "valueSize": 16
661
+ },
662
+ "textMode": "auto",
663
+ "wideLayout": true
664
+ },
665
+ "pluginVersion": "11.6.1",
666
+ "targets": [
667
+ {
668
+ "datasource": {
669
+ "type": "prometheus",
670
+ "uid": "${datasource}"
671
+ },
672
+ "exemplar": true,
673
+ "expr": "sum(stackdriver_pubsub_subscription_pubsub_googleapis_com_subscription_num_undelivered_messages{subscription_id!~\"gcr-.*\"})",
674
+ "format": "time_series",
675
+ "interval": "",
676
+ "intervalFactor": 2,
677
+ "legendFormat": "msgs pending",
678
+ "refId": "A"
679
+ }
680
+ ],
681
+ "title": "Pending PubSub Msgs",
682
+ "type": "stat"
683
+ },
684
+ {
685
+ "datasource": {
686
+ "type": "prometheus",
687
+ "uid": "${datasource}"
688
+ },
689
+ "description": "",
690
+ "fieldConfig": {
691
+ "defaults": {
692
+ "color": {
693
+ "mode": "thresholds"
694
+ },
695
+ "mappings": [],
696
+ "max": 100,
697
+ "min": 0,
698
+ "thresholds": {
699
+ "mode": "percentage",
700
+ "steps": [
701
+ {
702
+ "color": "red"
703
+ },
704
+ {
705
+ "color": "red",
706
+ "value": 88
707
+ },
708
+ {
709
+ "color": "yellow",
710
+ "value": 92
711
+ },
712
+ {
713
+ "color": "semi-dark-green",
714
+ "value": 93
715
+ }
716
+ ]
717
+ },
718
+ "unit": "percent"
719
+ },
720
+ "overrides": []
721
+ },
722
+ "gridPos": {
723
+ "h": 5,
724
+ "w": 5,
725
+ "x": 0,
726
+ "y": 4
727
+ },
728
+ "id": 7,
729
+ "options": {
730
+ "minVizHeight": 75,
731
+ "minVizWidth": 75,
732
+ "orientation": "auto",
733
+ "reduceOptions": {
734
+ "calcs": [],
735
+ "fields": "",
736
+ "values": false
737
+ },
738
+ "showThresholdLabels": false,
739
+ "showThresholdMarkers": true,
740
+ "sizing": "auto",
741
+ "text": {}
742
+ },
743
+ "pluginVersion": "11.6.1",
744
+ "targets": [
745
+ {
746
+ "datasource": {
747
+ "type": "prometheus",
748
+ "uid": "${datasource}"
749
+ },
750
+ "exemplar": true,
751
+ "expr": "avg(recovr_coap_locators_active_last_60m / recovr_coap_locators_active_last_7d != 0 ) * 100",
752
+ "instant": false,
753
+ "interval": "",
754
+ "legendFormat": "60m / 7d",
755
+ "refId": "C"
756
+ },
757
+ {
758
+ "datasource": {
759
+ "type": "prometheus",
760
+ "uid": "${datasource}"
761
+ },
762
+ "exemplar": true,
763
+ "expr": "avg(recovr_coap_locators_active_last_15m / recovr_coap_locators_active_last_7d != 0) * 100",
764
+ "hide": true,
765
+ "interval": "",
766
+ "legendFormat": "15m / 7d",
767
+ "refId": "A"
768
+ }
769
+ ],
770
+ "title": "Percentage of Locators Connecting",
771
+ "type": "gauge"
772
+ },
773
+ {
774
+ "datasource": {
775
+ "type": "prometheus",
776
+ "uid": "${datasource}"
777
+ },
778
+ "description": "",
779
+ "fieldConfig": {
780
+ "defaults": {
781
+ "color": {
782
+ "mode": "thresholds"
783
+ },
784
+ "decimals": 2,
785
+ "mappings": [
786
+ {
787
+ "options": {
788
+ "from": 90,
789
+ "result": {
790
+ "color": "red",
791
+ "index": 0,
792
+ "text": "CRITICAL"
793
+ },
794
+ "to": 100
795
+ },
796
+ "type": "range"
797
+ },
798
+ {
799
+ "options": {
800
+ "from": 80,
801
+ "result": {
802
+ "color": "yellow",
803
+ "index": 1,
804
+ "text": "WARN"
805
+ },
806
+ "to": 89
807
+ },
808
+ "type": "range"
809
+ },
810
+ {
811
+ "options": {
812
+ "from": 0,
813
+ "result": {
814
+ "color": "green",
815
+ "index": 2,
816
+ "text": "GREEN"
817
+ },
818
+ "to": 79
819
+ },
820
+ "type": "range"
821
+ }
822
+ ],
823
+ "max": 100,
824
+ "min": 0,
825
+ "thresholds": {
826
+ "mode": "absolute",
827
+ "steps": [
828
+ {
829
+ "color": "semi-dark-green"
830
+ },
831
+ {
832
+ "color": "rgba(237, 129, 40, 0.89)",
833
+ "value": 70
834
+ },
835
+ {
836
+ "color": "#d44a3a",
837
+ "value": 80
838
+ }
839
+ ]
840
+ },
841
+ "unit": "percent"
842
+ },
843
+ "overrides": []
844
+ },
845
+ "gridPos": {
846
+ "h": 2,
847
+ "w": 5,
848
+ "x": 5,
849
+ "y": 4
850
+ },
851
+ "id": 35,
852
+ "links": [
853
+ {
854
+ "targetBlank": true,
855
+ "title": "postgres dashboard",
856
+ "url": "${monitoring_url}/d/postgres/postgres?orgId=1"
857
+ }
858
+ ],
859
+ "maxDataPoints": 100,
860
+ "options": {
861
+ "colorMode": "background",
862
+ "graphMode": "none",
863
+ "justifyMode": "auto",
864
+ "orientation": "horizontal",
865
+ "percentChangeColorMode": "standard",
866
+ "reduceOptions": {
867
+ "calcs": [
868
+ "mean"
869
+ ],
870
+ "fields": "",
871
+ "values": false
872
+ },
873
+ "showPercentChange": false,
874
+ "text": {
875
+ "valueSize": 16
876
+ },
877
+ "textMode": "auto",
878
+ "wideLayout": true
879
+ },
880
+ "pluginVersion": "11.6.1",
881
+ "targets": [
882
+ {
883
+ "datasource": {
884
+ "type": "prometheus",
885
+ "uid": "${datasource}"
886
+ },
887
+ "exemplar": true,
888
+ "expr": "100 * (kubelet_volume_stats_capacity_bytes{persistentvolumeclaim=\"data-timescale-db-postgresql-master-0\"} - kubelet_volume_stats_available_bytes{persistentvolumeclaim=\"data-timescale-db-postgresql-master-0\"}) / kubelet_volume_stats_capacity_bytes{persistentvolumeclaim=\"data-timescale-db-postgresql-master-0\"}",
889
+ "format": "time_series",
890
+ "interval": "",
891
+ "intervalFactor": 1,
892
+ "legendFormat": "",
893
+ "refId": "A"
894
+ }
895
+ ],
896
+ "title": "Timescale Disk Utilization",
897
+ "type": "stat"
898
+ },
899
+ {
900
+ "datasource": {
901
+ "type": "prometheus",
902
+ "uid": "${datasource}"
903
+ },
904
+ "description": "",
905
+ "fieldConfig": {
906
+ "defaults": {
907
+ "color": {
908
+ "mode": "thresholds"
909
+ },
910
+ "mappings": [],
911
+ "thresholds": {
912
+ "mode": "absolute",
913
+ "steps": [
914
+ {
915
+ "color": "green"
916
+ },
917
+ {
918
+ "color": "red",
919
+ "value": 80
920
+ }
921
+ ]
922
+ }
923
+ },
924
+ "overrides": []
925
+ },
926
+ "gridPos": {
927
+ "h": 3,
928
+ "w": 5,
929
+ "x": 10,
930
+ "y": 4
931
+ },
932
+ "id": 44,
933
+ "options": {
934
+ "colorMode": "value",
935
+ "graphMode": "area",
936
+ "justifyMode": "auto",
937
+ "orientation": "auto",
938
+ "percentChangeColorMode": "standard",
939
+ "reduceOptions": {
940
+ "calcs": [
941
+ "lastNotNull"
942
+ ],
943
+ "fields": "",
944
+ "values": false
945
+ },
946
+ "showPercentChange": false,
947
+ "text": {
948
+ "valueSize": 16
949
+ },
950
+ "textMode": "auto",
951
+ "wideLayout": true
952
+ },
953
+ "pluginVersion": "11.6.1",
954
+ "targets": [
955
+ {
956
+ "datasource": {
957
+ "type": "prometheus",
958
+ "uid": "${datasource}"
959
+ },
960
+ "exemplar": true,
961
+ "expr": "100 * (kubelet_volume_stats_capacity_bytes{persistentvolumeclaim=\"data-timescale-db-postgresql-master-0\"} - kubelet_volume_stats_available_bytes{persistentvolumeclaim=\"data-timescale-db-postgresql-master-0\"}) / kubelet_volume_stats_capacity_bytes{persistentvolumeclaim=\"data-timescale-db-postgresql-master-0\"}",
962
+ "interval": "",
963
+ "legendFormat": "",
964
+ "refId": "A"
965
+ }
966
+ ],
967
+ "title": "Timescale Disk Utilization",
968
+ "type": "stat"
969
+ },
970
+ {
971
+ "datasource": {
972
+ "type": "prometheus",
973
+ "uid": "${datasource}"
974
+ },
975
+ "description": "",
976
+ "fieldConfig": {
977
+ "defaults": {
978
+ "color": {
979
+ "mode": "thresholds"
980
+ },
981
+ "mappings": [
982
+ {
983
+ "options": {
984
+ "from": 0,
985
+ "result": {
986
+ "text": "CLEAR"
987
+ },
988
+ "to": 2
989
+ },
990
+ "type": "range"
991
+ },
992
+ {
993
+ "options": {
994
+ "from": 2,
995
+ "result": {
996
+ "text": "CAUTION"
997
+ },
998
+ "to": 4
999
+ },
1000
+ "type": "range"
1001
+ },
1002
+ {
1003
+ "options": {
1004
+ "from": 4,
1005
+ "result": {
1006
+ "text": "INVESTIGATE"
1007
+ },
1008
+ "to": 10
1009
+ },
1010
+ "type": "range"
1011
+ }
1012
+ ],
1013
+ "min": 0,
1014
+ "thresholds": {
1015
+ "mode": "absolute",
1016
+ "steps": [
1017
+ {
1018
+ "color": "semi-dark-green"
1019
+ },
1020
+ {
1021
+ "color": "#EAB839",
1022
+ "value": 2
1023
+ },
1024
+ {
1025
+ "color": "red",
1026
+ "value": 4
1027
+ }
1028
+ ]
1029
+ },
1030
+ "unit": "none"
1031
+ },
1032
+ "overrides": []
1033
+ },
1034
+ "gridPos": {
1035
+ "h": 2,
1036
+ "w": 5,
1037
+ "x": 5,
1038
+ "y": 6
1039
+ },
1040
+ "id": 39,
1041
+ "links": [
1042
+ {
1043
+ "targetBlank": true,
1044
+ "title": "click for definition",
1045
+ "url": "https://www.urbandictionary.com/define.php?term=script%20kiddie"
1046
+ }
1047
+ ],
1048
+ "options": {
1049
+ "colorMode": "background",
1050
+ "graphMode": "none",
1051
+ "justifyMode": "auto",
1052
+ "orientation": "horizontal",
1053
+ "percentChangeColorMode": "standard",
1054
+ "reduceOptions": {
1055
+ "calcs": [
1056
+ "lastNotNull"
1057
+ ],
1058
+ "fields": "",
1059
+ "values": false
1060
+ },
1061
+ "showPercentChange": false,
1062
+ "text": {
1063
+ "valueSize": 16
1064
+ },
1065
+ "textMode": "auto",
1066
+ "wideLayout": true
1067
+ },
1068
+ "pluginVersion": "11.6.1",
1069
+ "targets": [
1070
+ {
1071
+ "datasource": {
1072
+ "type": "prometheus",
1073
+ "uid": "${datasource}"
1074
+ },
1075
+ "exemplar": true,
1076
+ "expr": "sum(rate(recovr_coap_ignored_endpoint_total[2m]))",
1077
+ "hide": false,
1078
+ "interval": "",
1079
+ "legendFormat": "ignored",
1080
+ "refId": "A"
1081
+ }
1082
+ ],
1083
+ "title": "Skids on CoAP",
1084
+ "type": "stat"
1085
+ },
1086
+ {
1087
+ "datasource": {
1088
+ "type": "prometheus",
1089
+ "uid": "${datasource}"
1090
+ },
1091
+ "description": "",
1092
+ "fieldConfig": {
1093
+ "defaults": {
1094
+ "color": {
1095
+ "mode": "palette-classic"
1096
+ },
1097
+ "custom": {
1098
+ "axisBorderShow": false,
1099
+ "axisCenteredZero": false,
1100
+ "axisColorMode": "text",
1101
+ "axisLabel": "",
1102
+ "axisPlacement": "auto",
1103
+ "barAlignment": 0,
1104
+ "barWidthFactor": 0.6,
1105
+ "drawStyle": "line",
1106
+ "fillOpacity": 10,
1107
+ "gradientMode": "none",
1108
+ "hideFrom": {
1109
+ "legend": false,
1110
+ "tooltip": false,
1111
+ "viz": false
1112
+ },
1113
+ "insertNulls": false,
1114
+ "lineInterpolation": "linear",
1115
+ "lineWidth": 1,
1116
+ "pointSize": 5,
1117
+ "scaleDistribution": {
1118
+ "type": "linear"
1119
+ },
1120
+ "showPoints": "never",
1121
+ "spanNulls": false,
1122
+ "stacking": {
1123
+ "group": "A",
1124
+ "mode": "none"
1125
+ },
1126
+ "thresholdsStyle": {
1127
+ "mode": "off"
1128
+ }
1129
+ },
1130
+ "mappings": [],
1131
+ "thresholds": {
1132
+ "mode": "absolute",
1133
+ "steps": [
1134
+ {
1135
+ "color": "green"
1136
+ },
1137
+ {
1138
+ "color": "red",
1139
+ "value": 80
1140
+ }
1141
+ ]
1142
+ },
1143
+ "unit": "short"
1144
+ },
1145
+ "overrides": []
1146
+ },
1147
+ "gridPos": {
1148
+ "h": 3,
1149
+ "w": 5,
1150
+ "x": 10,
1151
+ "y": 7
1152
+ },
1153
+ "id": 36,
1154
+ "options": {
1155
+ "legend": {
1156
+ "calcs": [],
1157
+ "displayMode": "list",
1158
+ "placement": "bottom",
1159
+ "showLegend": true
1160
+ },
1161
+ "tooltip": {
1162
+ "hideZeros": false,
1163
+ "mode": "multi",
1164
+ "sort": "none"
1165
+ }
1166
+ },
1167
+ "pluginVersion": "11.6.1",
1168
+ "targets": [
1169
+ {
1170
+ "datasource": {
1171
+ "type": "prometheus",
1172
+ "uid": "${datasource}"
1173
+ },
1174
+ "exemplar": true,
1175
+ "expr": "sum(rate(recovr_server_truphone_request_total[5m]))*300",
1176
+ "interval": "",
1177
+ "legendFormat": "reqs",
1178
+ "refId": "A"
1179
+ }
1180
+ ],
1181
+ "title": "Truphone Rate / Minute",
1182
+ "type": "timeseries"
1183
+ },
1184
+ {
1185
+ "datasource": {
1186
+ "type": "prometheus",
1187
+ "uid": "${datasource}"
1188
+ },
1189
+ "description": "",
1190
+ "fieldConfig": {
1191
+ "defaults": {
1192
+ "color": {
1193
+ "mode": "palette-classic"
1194
+ },
1195
+ "custom": {
1196
+ "axisBorderShow": false,
1197
+ "axisCenteredZero": false,
1198
+ "axisColorMode": "text",
1199
+ "axisLabel": "",
1200
+ "axisPlacement": "auto",
1201
+ "barAlignment": 0,
1202
+ "barWidthFactor": 0.6,
1203
+ "drawStyle": "line",
1204
+ "fillOpacity": 10,
1205
+ "gradientMode": "none",
1206
+ "hideFrom": {
1207
+ "legend": false,
1208
+ "tooltip": false,
1209
+ "viz": false
1210
+ },
1211
+ "insertNulls": false,
1212
+ "lineInterpolation": "linear",
1213
+ "lineWidth": 1,
1214
+ "pointSize": 5,
1215
+ "scaleDistribution": {
1216
+ "type": "linear"
1217
+ },
1218
+ "showPoints": "never",
1219
+ "spanNulls": false,
1220
+ "stacking": {
1221
+ "group": "A",
1222
+ "mode": "none"
1223
+ },
1224
+ "thresholdsStyle": {
1225
+ "mode": "off"
1226
+ }
1227
+ },
1228
+ "mappings": [],
1229
+ "thresholds": {
1230
+ "mode": "absolute",
1231
+ "steps": [
1232
+ {
1233
+ "color": "green"
1234
+ },
1235
+ {
1236
+ "color": "red",
1237
+ "value": 80
1238
+ }
1239
+ ]
1240
+ },
1241
+ "unit": "short"
1242
+ },
1243
+ "overrides": []
1244
+ },
1245
+ "gridPos": {
1246
+ "h": 5,
1247
+ "w": 5,
1248
+ "x": 5,
1249
+ "y": 8
1250
+ },
1251
+ "id": 22,
1252
+ "options": {
1253
+ "legend": {
1254
+ "calcs": [],
1255
+ "displayMode": "list",
1256
+ "placement": "bottom",
1257
+ "showLegend": true
1258
+ },
1259
+ "tooltip": {
1260
+ "hideZeros": false,
1261
+ "mode": "multi",
1262
+ "sort": "none"
1263
+ }
1264
+ },
1265
+ "pluginVersion": "11.6.1",
1266
+ "targets": [
1267
+ {
1268
+ "datasource": {
1269
+ "type": "prometheus",
1270
+ "uid": "${datasource}"
1271
+ },
1272
+ "exemplar": true,
1273
+ "expr": "sum(recovr_server_truphone_request_total)",
1274
+ "interval": "",
1275
+ "legendFormat": "reqs",
1276
+ "refId": "A"
1277
+ }
1278
+ ],
1279
+ "title": "Truphone Total Requests",
1280
+ "type": "timeseries"
1281
+ },
1282
+ {
1283
+ "datasource": {
1284
+ "type": "prometheus",
1285
+ "uid": "${datasource}"
1286
+ },
1287
+ "fieldConfig": {
1288
+ "defaults": {
1289
+ "color": {
1290
+ "mode": "palette-classic"
1291
+ },
1292
+ "custom": {
1293
+ "axisBorderShow": false,
1294
+ "axisCenteredZero": false,
1295
+ "axisColorMode": "text",
1296
+ "axisLabel": "",
1297
+ "axisPlacement": "auto",
1298
+ "barAlignment": 0,
1299
+ "barWidthFactor": 0.6,
1300
+ "drawStyle": "line",
1301
+ "fillOpacity": 10,
1302
+ "gradientMode": "none",
1303
+ "hideFrom": {
1304
+ "legend": false,
1305
+ "tooltip": false,
1306
+ "viz": false
1307
+ },
1308
+ "insertNulls": false,
1309
+ "lineInterpolation": "linear",
1310
+ "lineWidth": 1,
1311
+ "pointSize": 5,
1312
+ "scaleDistribution": {
1313
+ "type": "linear"
1314
+ },
1315
+ "showPoints": "never",
1316
+ "spanNulls": false,
1317
+ "stacking": {
1318
+ "group": "A",
1319
+ "mode": "none"
1320
+ },
1321
+ "thresholdsStyle": {
1322
+ "mode": "off"
1323
+ }
1324
+ },
1325
+ "mappings": [],
1326
+ "thresholds": {
1327
+ "mode": "absolute",
1328
+ "steps": [
1329
+ {
1330
+ "color": "green"
1331
+ },
1332
+ {
1333
+ "color": "red",
1334
+ "value": 80
1335
+ }
1336
+ ]
1337
+ },
1338
+ "unit": "short"
1339
+ },
1340
+ "overrides": []
1341
+ },
1342
+ "gridPos": {
1343
+ "h": 5,
1344
+ "w": 5,
1345
+ "x": 0,
1346
+ "y": 9
1347
+ },
1348
+ "id": 2,
1349
+ "links": [
1350
+ {
1351
+ "targetBlank": true,
1352
+ "title": "locators dashboard",
1353
+ "url": "${monitoring_url}/d/cN1atnT7k/locators?orgId=1"
1354
+ }
1355
+ ],
1356
+ "options": {
1357
+ "legend": {
1358
+ "calcs": [],
1359
+ "displayMode": "list",
1360
+ "placement": "bottom",
1361
+ "showLegend": true
1362
+ },
1363
+ "tooltip": {
1364
+ "hideZeros": false,
1365
+ "mode": "multi",
1366
+ "sort": "none"
1367
+ }
1368
+ },
1369
+ "pluginVersion": "11.6.1",
1370
+ "targets": [
1371
+ {
1372
+ "datasource": {
1373
+ "type": "prometheus",
1374
+ "uid": "${datasource}"
1375
+ },
1376
+ "exemplar": true,
1377
+ "expr": "avg(recovr_coap_locators_active_last_15m != 0)",
1378
+ "interval": "",
1379
+ "legendFormat": "15 m",
1380
+ "refId": "A"
1381
+ },
1382
+ {
1383
+ "datasource": {
1384
+ "type": "prometheus",
1385
+ "uid": "${datasource}"
1386
+ },
1387
+ "editorMode": "code",
1388
+ "exemplar": true,
1389
+ "expr": "avg(recovr_coap_locators_active_last_60m != 0)",
1390
+ "interval": "",
1391
+ "legendFormat": "60 m",
1392
+ "range": true,
1393
+ "refId": "B"
1394
+ },
1395
+ {
1396
+ "datasource": {
1397
+ "type": "prometheus",
1398
+ "uid": "${datasource}"
1399
+ },
1400
+ "editorMode": "code",
1401
+ "exemplar": true,
1402
+ "expr": "avg(recovr_coap_locators_active_last_120m != 0)",
1403
+ "hide": false,
1404
+ "interval": "",
1405
+ "legendFormat": "120 m",
1406
+ "range": true,
1407
+ "refId": "D"
1408
+ },
1409
+ {
1410
+ "datasource": {
1411
+ "type": "prometheus",
1412
+ "uid": "${datasource}"
1413
+ },
1414
+ "editorMode": "code",
1415
+ "exemplar": true,
1416
+ "expr": "avg(recovr_coap_locators_active_last_7d != 0)",
1417
+ "interval": "",
1418
+ "legendFormat": "7 d",
1419
+ "range": true,
1420
+ "refId": "C"
1421
+ }
1422
+ ],
1423
+ "title": "Locators Connecting Over Time",
1424
+ "type": "timeseries"
1425
+ },
1426
+ {
1427
+ "datasource": {
1428
+ "type": "prometheus",
1429
+ "uid": "${datasource}"
1430
+ },
1431
+ "description": "",
1432
+ "fieldConfig": {
1433
+ "defaults": {
1434
+ "color": {
1435
+ "mode": "palette-classic"
1436
+ },
1437
+ "custom": {
1438
+ "axisBorderShow": false,
1439
+ "axisCenteredZero": false,
1440
+ "axisColorMode": "text",
1441
+ "axisLabel": "",
1442
+ "axisPlacement": "auto",
1443
+ "barAlignment": 0,
1444
+ "barWidthFactor": 0.6,
1445
+ "drawStyle": "line",
1446
+ "fillOpacity": 10,
1447
+ "gradientMode": "none",
1448
+ "hideFrom": {
1449
+ "legend": false,
1450
+ "tooltip": false,
1451
+ "viz": false
1452
+ },
1453
+ "insertNulls": false,
1454
+ "lineInterpolation": "linear",
1455
+ "lineWidth": 1,
1456
+ "pointSize": 5,
1457
+ "scaleDistribution": {
1458
+ "type": "linear"
1459
+ },
1460
+ "showPoints": "never",
1461
+ "spanNulls": false,
1462
+ "stacking": {
1463
+ "group": "A",
1464
+ "mode": "none"
1465
+ },
1466
+ "thresholdsStyle": {
1467
+ "mode": "off"
1468
+ }
1469
+ },
1470
+ "mappings": [],
1471
+ "thresholds": {
1472
+ "mode": "absolute",
1473
+ "steps": [
1474
+ {
1475
+ "color": "green"
1476
+ },
1477
+ {
1478
+ "color": "red",
1479
+ "value": 80
1480
+ }
1481
+ ]
1482
+ },
1483
+ "unit": "short"
1484
+ },
1485
+ "overrides": []
1486
+ },
1487
+ "gridPos": {
1488
+ "h": 5,
1489
+ "w": 5,
1490
+ "x": 10,
1491
+ "y": 10
1492
+ },
1493
+ "id": 4,
1494
+ "options": {
1495
+ "legend": {
1496
+ "calcs": [],
1497
+ "displayMode": "list",
1498
+ "placement": "bottom",
1499
+ "showLegend": true
1500
+ },
1501
+ "tooltip": {
1502
+ "hideZeros": false,
1503
+ "mode": "multi",
1504
+ "sort": "none"
1505
+ }
1506
+ },
1507
+ "pluginVersion": "11.6.1",
1508
+ "targets": [
1509
+ {
1510
+ "datasource": {
1511
+ "type": "prometheus",
1512
+ "uid": "${datasource}"
1513
+ },
1514
+ "expr": "avg(recovr_coap_keystream_last_health_check_delta_seconds)",
1515
+ "instant": false,
1516
+ "interval": "",
1517
+ "intervalFactor": 1,
1518
+ "legendFormat": "delta seconds",
1519
+ "refId": "A"
1520
+ }
1521
+ ],
1522
+ "title": "keySTREAM Health Check Interval",
1523
+ "type": "timeseries"
1524
+ },
1525
+ {
1526
+ "datasource": {
1527
+ "type": "prometheus",
1528
+ "uid": "${datasource}"
1529
+ },
1530
+ "description": "",
1531
+ "fieldConfig": {
1532
+ "defaults": {
1533
+ "color": {
1534
+ "mode": "palette-classic"
1535
+ },
1536
+ "custom": {
1537
+ "axisBorderShow": false,
1538
+ "axisCenteredZero": false,
1539
+ "axisColorMode": "text",
1540
+ "axisLabel": "pkts per second",
1541
+ "axisPlacement": "auto",
1542
+ "barAlignment": 0,
1543
+ "barWidthFactor": 0.6,
1544
+ "drawStyle": "line",
1545
+ "fillOpacity": 10,
1546
+ "gradientMode": "none",
1547
+ "hideFrom": {
1548
+ "legend": false,
1549
+ "tooltip": false,
1550
+ "viz": false
1551
+ },
1552
+ "insertNulls": false,
1553
+ "lineInterpolation": "linear",
1554
+ "lineWidth": 1,
1555
+ "pointSize": 5,
1556
+ "scaleDistribution": {
1557
+ "type": "linear"
1558
+ },
1559
+ "showPoints": "never",
1560
+ "spanNulls": false,
1561
+ "stacking": {
1562
+ "group": "A",
1563
+ "mode": "none"
1564
+ },
1565
+ "thresholdsStyle": {
1566
+ "mode": "off"
1567
+ }
1568
+ },
1569
+ "mappings": [],
1570
+ "thresholds": {
1571
+ "mode": "absolute",
1572
+ "steps": [
1573
+ {
1574
+ "color": "green"
1575
+ },
1576
+ {
1577
+ "color": "red",
1578
+ "value": 80
1579
+ }
1580
+ ]
1581
+ },
1582
+ "unit": "short"
1583
+ },
1584
+ "overrides": []
1585
+ },
1586
+ "gridPos": {
1587
+ "h": 5,
1588
+ "w": 5,
1589
+ "x": 5,
1590
+ "y": 13
1591
+ },
1592
+ "id": 25,
1593
+ "options": {
1594
+ "legend": {
1595
+ "calcs": [],
1596
+ "displayMode": "list",
1597
+ "placement": "bottom",
1598
+ "showLegend": true
1599
+ },
1600
+ "tooltip": {
1601
+ "hideZeros": false,
1602
+ "mode": "multi",
1603
+ "sort": "none"
1604
+ }
1605
+ },
1606
+ "pluginVersion": "11.6.1",
1607
+ "targets": [
1608
+ {
1609
+ "datasource": {
1610
+ "type": "prometheus",
1611
+ "uid": "${datasource}"
1612
+ },
1613
+ "exemplar": true,
1614
+ "expr": "sum(rate(recovr_coap_locator_valid_response_count[2m]))",
1615
+ "hide": false,
1616
+ "interval": "",
1617
+ "legendFormat": "valid",
1618
+ "refId": "B"
1619
+ },
1620
+ {
1621
+ "datasource": {
1622
+ "type": "prometheus",
1623
+ "uid": "${datasource}"
1624
+ },
1625
+ "exemplar": true,
1626
+ "expr": "sum(rate(recovr_coap_ignored_endpoint_total[2m]))",
1627
+ "hide": false,
1628
+ "interval": "",
1629
+ "legendFormat": "ignored",
1630
+ "refId": "A"
1631
+ }
1632
+ ],
1633
+ "title": "CoAP / UDP packet rates",
1634
+ "type": "timeseries"
1635
+ },
1636
+ {
1637
+ "datasource": {
1638
+ "type": "prometheus",
1639
+ "uid": "${datasource}"
1640
+ },
1641
+ "fieldConfig": {
1642
+ "defaults": {
1643
+ "color": {
1644
+ "mode": "palette-classic"
1645
+ },
1646
+ "custom": {
1647
+ "axisBorderShow": false,
1648
+ "axisCenteredZero": false,
1649
+ "axisColorMode": "text",
1650
+ "axisLabel": "",
1651
+ "axisPlacement": "left",
1652
+ "barAlignment": 0,
1653
+ "barWidthFactor": 0.6,
1654
+ "drawStyle": "line",
1655
+ "fillOpacity": 0,
1656
+ "gradientMode": "none",
1657
+ "hideFrom": {
1658
+ "legend": false,
1659
+ "tooltip": false,
1660
+ "viz": false
1661
+ },
1662
+ "insertNulls": false,
1663
+ "lineInterpolation": "linear",
1664
+ "lineWidth": 1,
1665
+ "pointSize": 5,
1666
+ "scaleDistribution": {
1667
+ "type": "linear"
1668
+ },
1669
+ "showPoints": "never",
1670
+ "spanNulls": false,
1671
+ "stacking": {
1672
+ "group": "A",
1673
+ "mode": "none"
1674
+ },
1675
+ "thresholdsStyle": {
1676
+ "mode": "off"
1677
+ }
1678
+ },
1679
+ "mappings": [],
1680
+ "thresholds": {
1681
+ "mode": "absolute",
1682
+ "steps": [
1683
+ {
1684
+ "color": "green"
1685
+ },
1686
+ {
1687
+ "color": "red",
1688
+ "value": 80
1689
+ }
1690
+ ]
1691
+ },
1692
+ "unit": "short"
1693
+ },
1694
+ "overrides": []
1695
+ },
1696
+ "gridPos": {
1697
+ "h": 4,
1698
+ "w": 5,
1699
+ "x": 0,
1700
+ "y": 14
1701
+ },
1702
+ "id": 46,
1703
+ "options": {
1704
+ "legend": {
1705
+ "calcs": [],
1706
+ "displayMode": "list",
1707
+ "placement": "bottom",
1708
+ "showLegend": true
1709
+ },
1710
+ "tooltip": {
1711
+ "hideZeros": false,
1712
+ "mode": "multi",
1713
+ "sort": "none"
1714
+ }
1715
+ },
1716
+ "pluginVersion": "11.6.1",
1717
+ "targets": [
1718
+ {
1719
+ "datasource": {
1720
+ "type": "prometheus",
1721
+ "uid": "${datasource}"
1722
+ },
1723
+ "editorMode": "code",
1724
+ "exemplar": true,
1725
+ "expr": "avg(generic_coap_devices_active_last_15m != 0)",
1726
+ "instant": false,
1727
+ "legendFormat": "15 m",
1728
+ "range": true,
1729
+ "refId": "A"
1730
+ },
1731
+ {
1732
+ "datasource": {
1733
+ "type": "prometheus",
1734
+ "uid": "${datasource}"
1735
+ },
1736
+ "editorMode": "code",
1737
+ "exemplar": true,
1738
+ "expr": "avg(generic_coap_devices_active_last_60m != 0)",
1739
+ "hide": false,
1740
+ "instant": false,
1741
+ "legendFormat": "60 m",
1742
+ "range": true,
1743
+ "refId": "B"
1744
+ },
1745
+ {
1746
+ "datasource": {
1747
+ "type": "prometheus",
1748
+ "uid": "${datasource}"
1749
+ },
1750
+ "editorMode": "code",
1751
+ "exemplar": true,
1752
+ "expr": "avg(generic_coap_devices_active_last_7d != 0)",
1753
+ "hide": false,
1754
+ "instant": false,
1755
+ "legendFormat": "7 d",
1756
+ "range": true,
1757
+ "refId": "C"
1758
+ }
1759
+ ],
1760
+ "title": "Gateways Connecting Over Time",
1761
+ "type": "timeseries"
1762
+ },
1763
+ {
1764
+ "datasource": {
1765
+ "type": "prometheus",
1766
+ "uid": "${datasource}"
1767
+ },
1768
+ "description": "",
1769
+ "fieldConfig": {
1770
+ "defaults": {
1771
+ "color": {
1772
+ "mode": "palette-classic"
1773
+ },
1774
+ "custom": {
1775
+ "axisBorderShow": false,
1776
+ "axisCenteredZero": false,
1777
+ "axisColorMode": "text",
1778
+ "axisLabel": "",
1779
+ "axisPlacement": "auto",
1780
+ "barAlignment": 0,
1781
+ "barWidthFactor": 0.6,
1782
+ "drawStyle": "line",
1783
+ "fillOpacity": 10,
1784
+ "gradientMode": "none",
1785
+ "hideFrom": {
1786
+ "legend": false,
1787
+ "tooltip": false,
1788
+ "viz": false
1789
+ },
1790
+ "insertNulls": false,
1791
+ "lineInterpolation": "linear",
1792
+ "lineWidth": 1,
1793
+ "pointSize": 5,
1794
+ "scaleDistribution": {
1795
+ "type": "linear"
1796
+ },
1797
+ "showPoints": "never",
1798
+ "spanNulls": false,
1799
+ "stacking": {
1800
+ "group": "A",
1801
+ "mode": "none"
1802
+ },
1803
+ "thresholdsStyle": {
1804
+ "mode": "off"
1805
+ }
1806
+ },
1807
+ "mappings": [],
1808
+ "thresholds": {
1809
+ "mode": "absolute",
1810
+ "steps": [
1811
+ {
1812
+ "color": "green"
1813
+ },
1814
+ {
1815
+ "color": "red",
1816
+ "value": 80
1817
+ }
1818
+ ]
1819
+ },
1820
+ "unit": "short"
1821
+ },
1822
+ "overrides": []
1823
+ },
1824
+ "gridPos": {
1825
+ "h": 5,
1826
+ "w": 5,
1827
+ "x": 0,
1828
+ "y": 18
1829
+ },
1830
+ "id": 45,
1831
+ "links": [
1832
+ {
1833
+ "targetBlank": true,
1834
+ "title": "locators dashboard",
1835
+ "url": "${monitoring_url}/d/cN1atnT7k/locators?orgId=1"
1836
+ }
1837
+ ],
1838
+ "options": {
1839
+ "legend": {
1840
+ "calcs": [],
1841
+ "displayMode": "list",
1842
+ "placement": "bottom",
1843
+ "showLegend": true
1844
+ },
1845
+ "tooltip": {
1846
+ "hideZeros": false,
1847
+ "mode": "multi",
1848
+ "sort": "none"
1849
+ }
1850
+ },
1851
+ "pluginVersion": "11.6.1",
1852
+ "targets": [
1853
+ {
1854
+ "datasource": {
1855
+ "type": "prometheus",
1856
+ "uid": "${datasource}"
1857
+ },
1858
+ "editorMode": "code",
1859
+ "exemplar": true,
1860
+ "expr": "sum(recovr_coap_timer_timerLocatorsActiveLast15Minutes_count)",
1861
+ "interval": "",
1862
+ "legendFormat": "recovr-ingestor",
1863
+ "range": true,
1864
+ "refId": "C"
1865
+ },
1866
+ {
1867
+ "datasource": {
1868
+ "type": "prometheus",
1869
+ "uid": "${datasource}"
1870
+ },
1871
+ "editorMode": "code",
1872
+ "expr": "sum(generic_coap_timer_timerLocatorsActiveLast15Minutes_count)",
1873
+ "hide": false,
1874
+ "instant": false,
1875
+ "legendFormat": "kudelski-ingestor",
1876
+ "range": true,
1877
+ "refId": "A"
1878
+ }
1879
+ ],
1880
+ "title": "Ingestor 30 Second Repeating Timers",
1881
+ "type": "timeseries"
1882
+ }
1883
+ ],
1884
+ "preload": false,
1885
+ "refresh": "1m",
1886
+ "schemaVersion": 41,
1887
+ "tags": [
1888
+ "noc",
1889
+ "leverege",
1890
+ "recovr"
1891
+ ],
1892
+ "templating": {
1893
+ "list": [
1894
+ {
1895
+ "current": {},
1896
+ "hide": 0,
1897
+ "includeAll": false,
1898
+ "label": "Datasource",
1899
+ "multi": false,
1900
+ "name": "datasource",
1901
+ "options": [],
1902
+ "query": "prometheus",
1903
+ "refresh": 1,
1904
+ "type": "datasource"
1905
+ },
1906
+ {
1907
+ "current": {
1908
+ "selected": true,
1909
+ "text": "",
1910
+ "value": ""
1911
+ },
1912
+ "hide": 0,
1913
+ "label": "Monitoring URL",
1914
+ "name": "monitoring_url",
1915
+ "options": [
1916
+ {
1917
+ "selected": true,
1918
+ "text": "",
1919
+ "value": ""
1920
+ }
1921
+ ],
1922
+ "query": "",
1923
+ "skipUrlSync": false,
1924
+ "type": "textbox"
1925
+ }
1926
+ ]
1927
+ },
1928
+ "time": {
1929
+ "from": "now-1h",
1930
+ "to": "now"
1931
+ },
1932
+ "timepicker": {
1933
+ "refresh_intervals": [
1934
+ "10s",
1935
+ "30s",
1936
+ "1m",
1937
+ "5m",
1938
+ "15m",
1939
+ "30m",
1940
+ "1h",
1941
+ "2h",
1942
+ "1d"
1943
+ ]
1944
+ },
1945
+ "timezone": "",
1946
+ "title": "RecovR NOC",
1947
+ "uid": "DwZuOC6Mz",
1948
+ "version": 138
1949
+ }