@leverege/build-tools 2.101.2 → 2.103.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 (43) hide show
  1. package/.vscode/launch.json +10 -0
  2. package/README.md +22 -9
  3. package/package.json +10 -13
  4. package/src/Utils.mjs +2 -0
  5. package/src/chart-to-registry.mjs +12 -1
  6. package/src/circle-orb-it/{circle-orb.yml → circle-npm.yml} +6 -3
  7. package/src/circle-orb-it/circle-orb-it.mjs +16 -11
  8. package/src/circle-orb-it/circle-yarn.yml +25 -0
  9. package/src/dashboard/DashboardManager.mjs +192 -17
  10. package/src/dashboard/dashboard.mjs +29 -4
  11. package/src/dashboard/json/{standard/noc-rows-12.json → devops/devops-noc.json} +801 -61
  12. package/src/dashboard/json/{standard/pvc-all-usage.json → devops/pvc-usage.json} +2 -2
  13. package/src/dashboard/json/leverege/leverege-noc.json +2364 -0
  14. package/src/dashboard/json/{standard/redis.json → leverege/leverege-rule-engine.json} +695 -646
  15. package/src/dashboard/json/leverege/leverege-services.json +4757 -0
  16. package/src/dashboard/json/recovr/recovr-locators.json +1227 -0
  17. package/src/dashboard/json/recovr/recovr-noc.json +1949 -0
  18. package/src/dashboard/json/recovr/recovr-position-srvr.json +339 -0
  19. package/src/dashboard/json/recovr/recovr-server.json +1127 -0
  20. package/src/dashboard/json/siren/siren-services.json +2066 -0
  21. package/src/dashboard/json/{standard/cloudnative-pg-20417-rev4.json → system/cloudnative-pg.json} +241 -243
  22. package/src/dashboard/json/{standard → system}/elasticsearch8.json +123 -72
  23. package/src/dashboard/json/system/stackdriver.json +1189 -0
  24. package/src/dashboard/json/{standard/traefik-op.json → system/traefik.json} +44 -56
  25. package/src/dashboard/json/{standard → system}/valkey.json +91 -86
  26. package/src/dashboard/json/{standard → tpi}/gpu-autoscaling-dashboard-ui-import.json +1 -1
  27. package/src/dashboard/json/tpi/leverege-noc.json +3624 -0
  28. package/src/helm-charts/prom-operator/helmup.plugin +1 -1
  29. package/src/helm-charts/prom-operator/prometheus-stack.yaml.ovh +15 -0
  30. package/src/helm-charts/prom-operator/rules/gke-maintenance-rules.yaml +19 -0
  31. package/src/helm-charts/prom-operator/stackdriver-exporter.yaml.ovh +2 -1
  32. package/src/helm-charts/valkey/valkey-local.yaml +1 -0
  33. package/src/helmup.sh +24 -1
  34. package/src/init-my-chart/Chartwright.mjs +1 -1
  35. package/src/init-my-chart/leaf-chart-templates/templates/extraobjects.yaml +1 -0
  36. package/src/overwhelm.mjs +5 -5
  37. package/src/push-my-chart.mjs +13 -4
  38. package/src/repo-panopticon.mjs +415 -0
  39. package/src/service-man/config/secrets/npmrc.json +1 -0
  40. package/src/service-man/config/secrets/tsdb-dense-password.json +13 -0
  41. package/src/dashboard/json/standard/stackdriver.json +0 -624
  42. package/src/pkgck.sh +0 -158
  43. /package/src/dashboard/json/{standard → devops}/k8s-api-latency.json +0 -0
@@ -21,10 +21,11 @@
21
21
  }
22
22
  ]
23
23
  },
24
- "editable": true,
24
+ "__source": "grafana.com/grafana/dashboards/20417",
25
+ "description": "The high level view of CloudNative PG clusters",
26
+ "editable": false,
25
27
  "fiscalYearStartMonth": 0,
26
28
  "graphTooltip": 1,
27
- "id": 1,
28
29
  "links": [
29
30
  {
30
31
  "asDropdown": false,
@@ -74,7 +75,7 @@
74
75
  },
75
76
  "viewMode": "list"
76
77
  },
77
- "pluginVersion": "12.0.0",
78
+ "pluginVersion": "12.4.3",
78
79
  "title": "Alerts",
79
80
  "type": "alertlist"
80
81
  },
@@ -99,7 +100,7 @@
99
100
  "content": "",
100
101
  "mode": "markdown"
101
102
  },
102
- "pluginVersion": "12.0.0",
103
+ "pluginVersion": "12.4.3",
103
104
  "title": "Health",
104
105
  "type": "text"
105
106
  },
@@ -124,7 +125,7 @@
124
125
  "content": "",
125
126
  "mode": "markdown"
126
127
  },
127
- "pluginVersion": "12.0.0",
128
+ "pluginVersion": "12.4.3",
128
129
  "title": "Overview",
129
130
  "type": "text"
130
131
  },
@@ -149,7 +150,7 @@
149
150
  "content": "",
150
151
  "mode": "markdown"
151
152
  },
152
- "pluginVersion": "12.0.0",
153
+ "pluginVersion": "12.4.3",
153
154
  "title": "Storage",
154
155
  "type": "text"
155
156
  },
@@ -174,7 +175,7 @@
174
175
  "content": "",
175
176
  "mode": "markdown"
176
177
  },
177
- "pluginVersion": "12.0.0",
178
+ "pluginVersion": "12.4.3",
178
179
  "title": "Backups",
179
180
  "type": "text"
180
181
  },
@@ -222,7 +223,8 @@
222
223
  "mode": "absolute",
223
224
  "steps": [
224
225
  {
225
- "color": "green"
226
+ "color": "green",
227
+ "value": 0
226
228
  }
227
229
  ]
228
230
  }
@@ -253,7 +255,7 @@
253
255
  "textMode": "auto",
254
256
  "wideLayout": true
255
257
  },
256
- "pluginVersion": "12.0.0",
258
+ "pluginVersion": "12.4.3",
257
259
  "targets": [
258
260
  {
259
261
  "datasource": {
@@ -346,7 +348,8 @@
346
348
  "mode": "absolute",
347
349
  "steps": [
348
350
  {
349
- "color": "green"
351
+ "color": "green",
352
+ "value": 0
350
353
  }
351
354
  ]
352
355
  }
@@ -377,7 +380,7 @@
377
380
  "textMode": "value_and_name",
378
381
  "wideLayout": true
379
382
  },
380
- "pluginVersion": "12.0.0",
383
+ "pluginVersion": "12.4.3",
381
384
  "targets": [
382
385
  {
383
386
  "datasource": {
@@ -386,7 +389,6 @@
386
389
  },
387
390
  "editorMode": "code",
388
391
  "expr": "max(cnpg_pg_replication_lag{namespace=~\"$namespace\",pod=~\"$instances\"}) + max(cnpg_pg_stat_replication_write_lag_seconds{namespace=~\"$namespace\",pod=~\"$instances\"}) + max(cnpg_pg_stat_replication_flush_lag_seconds{namespace=~\"$namespace\",pod=~\"$instances\"}) + max(cnpg_pg_stat_replication_replay_lag_seconds{namespace=~\"$namespace\",pod=~\"$instances\"})",
389
- "hide": false,
390
392
  "instant": false,
391
393
  "legendFormat": "Lag",
392
394
  "range": true,
@@ -398,7 +400,6 @@
398
400
  "uid": "prometheus"
399
401
  },
400
402
  "expr": "",
401
- "hide": false,
402
403
  "instant": false,
403
404
  "range": true,
404
405
  "refId": "A"
@@ -495,7 +496,8 @@
495
496
  "mode": "absolute",
496
497
  "steps": [
497
498
  {
498
- "color": "green"
499
+ "color": "green",
500
+ "value": 0
499
501
  }
500
502
  ]
501
503
  }
@@ -526,7 +528,7 @@
526
528
  "textMode": "value_and_name",
527
529
  "wideLayout": true
528
530
  },
529
- "pluginVersion": "12.0.0",
531
+ "pluginVersion": "12.4.3",
530
532
  "targets": [
531
533
  {
532
534
  "datasource": {
@@ -535,7 +537,6 @@
535
537
  },
536
538
  "editorMode": "code",
537
539
  "expr": "max((max(max by(persistentvolumeclaim) (1 - kubelet_volume_stats_available_bytes{namespace=\"$namespace\", persistentvolumeclaim=~\"$instances\"} / kubelet_volume_stats_capacity_bytes{namespace=\"$namespace\", persistentvolumeclaim=~\"$instances\"}))) OR (max by(persistentvolumeclaim) (kubelet_volume_stats_inodes_used{namespace=\"$namespace\", persistentvolumeclaim=~\"$instances\"} / kubelet_volume_stats_inodes{namespace=\"$namespace\", persistentvolumeclaim=~\"$instances\"})))",
538
- "hide": false,
539
540
  "legendFormat": "Storage",
540
541
  "range": true,
541
542
  "refId": "STORAGE"
@@ -549,7 +550,6 @@
549
550
  "type": "prometheus",
550
551
  "uid": "prometheus"
551
552
  },
552
- "description": "",
553
553
  "fieldConfig": {
554
554
  "defaults": {
555
555
  "color": {
@@ -560,7 +560,8 @@
560
560
  "mode": "absolute",
561
561
  "steps": [
562
562
  {
563
- "color": "dark-blue"
563
+ "color": "dark-blue",
564
+ "value": 0
564
565
  }
565
566
  ]
566
567
  },
@@ -593,7 +594,7 @@
593
594
  "textMode": "value",
594
595
  "wideLayout": true
595
596
  },
596
- "pluginVersion": "12.0.0",
597
+ "pluginVersion": "12.4.3",
597
598
  "targets": [
598
599
  {
599
600
  "datasource": {
@@ -604,7 +605,6 @@
604
605
  "exemplar": false,
605
606
  "expr": "max(cnpg_pg_postmaster_start_time{namespace=~\"$namespace\",pod=~\"$instances\"})*1000",
606
607
  "format": "time_series",
607
- "hide": false,
608
608
  "instant": true,
609
609
  "interval": "",
610
610
  "intervalFactor": 1,
@@ -630,7 +630,8 @@
630
630
  "mode": "absolute",
631
631
  "steps": [
632
632
  {
633
- "color": "green"
633
+ "color": "green",
634
+ "value": 0
634
635
  }
635
636
  ]
636
637
  }
@@ -662,7 +663,7 @@
662
663
  "textMode": "auto",
663
664
  "wideLayout": true
664
665
  },
665
- "pluginVersion": "12.0.0",
666
+ "pluginVersion": "12.4.3",
666
667
  "targets": [
667
668
  {
668
669
  "datasource": {
@@ -711,7 +712,8 @@
711
712
  "mode": "absolute",
712
713
  "steps": [
713
714
  {
714
- "color": "green"
715
+ "color": "green",
716
+ "value": 0
715
717
  },
716
718
  {
717
719
  "color": "orange",
@@ -750,7 +752,7 @@
750
752
  "showThresholdMarkers": true,
751
753
  "sizing": "auto"
752
754
  },
753
- "pluginVersion": "12.0.0",
755
+ "pluginVersion": "12.4.3",
754
756
  "targets": [
755
757
  {
756
758
  "datasource": {
@@ -798,7 +800,8 @@
798
800
  "mode": "absolute",
799
801
  "steps": [
800
802
  {
801
- "color": "green"
803
+ "color": "green",
804
+ "value": 0
802
805
  },
803
806
  {
804
807
  "color": "orange",
@@ -837,7 +840,7 @@
837
840
  "showThresholdMarkers": true,
838
841
  "sizing": "auto"
839
842
  },
840
- "pluginVersion": "12.0.0",
843
+ "pluginVersion": "12.4.3",
841
844
  "targets": [
842
845
  {
843
846
  "datasource": {
@@ -872,7 +875,8 @@
872
875
  "mode": "absolute",
873
876
  "steps": [
874
877
  {
875
- "color": "green"
878
+ "color": "green",
879
+ "value": 0
876
880
  },
877
881
  {
878
882
  "color": "yellow",
@@ -916,7 +920,7 @@
916
920
  "textMode": "auto",
917
921
  "wideLayout": true
918
922
  },
919
- "pluginVersion": "12.0.0",
923
+ "pluginVersion": "12.4.3",
920
924
  "targets": [
921
925
  {
922
926
  "datasource": {
@@ -950,7 +954,8 @@
950
954
  "mode": "absolute",
951
955
  "steps": [
952
956
  {
953
- "color": "green"
957
+ "color": "green",
958
+ "value": 0
954
959
  },
955
960
  {
956
961
  "color": "yellow",
@@ -994,7 +999,7 @@
994
999
  "textMode": "auto",
995
1000
  "wideLayout": true
996
1001
  },
997
- "pluginVersion": "12.0.0",
1002
+ "pluginVersion": "12.4.3",
998
1003
  "targets": [
999
1004
  {
1000
1005
  "datasource": {
@@ -1028,7 +1033,8 @@
1028
1033
  "mode": "absolute",
1029
1034
  "steps": [
1030
1035
  {
1031
- "color": "green"
1036
+ "color": "green",
1037
+ "value": 0
1032
1038
  },
1033
1039
  {
1034
1040
  "color": "orange",
@@ -1066,7 +1072,7 @@
1066
1072
  "showThresholdMarkers": true,
1067
1073
  "sizing": "auto"
1068
1074
  },
1069
- "pluginVersion": "12.0.0",
1075
+ "pluginVersion": "12.4.3",
1070
1076
  "targets": [
1071
1077
  {
1072
1078
  "datasource": {
@@ -1106,7 +1112,6 @@
1106
1112
  "editorMode": "code",
1107
1113
  "exemplar": false,
1108
1114
  "expr": "max(\n sum by (namespace,persistentvolumeclaim) (kubelet_volume_stats_used_bytes{namespace=\"$namespace\", persistentvolumeclaim=~\"(${instances})-tbs.*\"}) \n /\n sum by (namespace,persistentvolumeclaim) (kubelet_volume_stats_capacity_bytes{namespace=\"$namespace\", persistentvolumeclaim=~\"(${instances})-tbs.*\"}) \n *\n on(namespace, persistentvolumeclaim) group_left(volume)\n kube_pod_spec_volumes_persistentvolumeclaims_info{pod=~\"$instances\"}\n)",
1109
- "hide": false,
1110
1115
  "instant": true,
1111
1116
  "legendFormat": "Tablespaces (max)",
1112
1117
  "range": false,
@@ -1157,7 +1162,8 @@
1157
1162
  "mode": "absolute",
1158
1163
  "steps": [
1159
1164
  {
1160
- "color": "green"
1165
+ "color": "green",
1166
+ "value": 0
1161
1167
  },
1162
1168
  {
1163
1169
  "color": "semi-dark-red",
@@ -1205,7 +1211,7 @@
1205
1211
  "textMode": "auto",
1206
1212
  "wideLayout": true
1207
1213
  },
1208
- "pluginVersion": "12.0.0",
1214
+ "pluginVersion": "12.4.3",
1209
1215
  "targets": [
1210
1216
  {
1211
1217
  "datasource": {
@@ -1300,7 +1306,8 @@
1300
1306
  "mode": "absolute",
1301
1307
  "steps": [
1302
1308
  {
1303
- "color": "green"
1309
+ "color": "green",
1310
+ "value": 0
1304
1311
  }
1305
1312
  ]
1306
1313
  }
@@ -1331,7 +1338,7 @@
1331
1338
  "textMode": "value_and_name",
1332
1339
  "wideLayout": true
1333
1340
  },
1334
- "pluginVersion": "12.0.0",
1341
+ "pluginVersion": "12.4.3",
1335
1342
  "targets": [
1336
1343
  {
1337
1344
  "datasource": {
@@ -1340,7 +1347,6 @@
1340
1347
  },
1341
1348
  "editorMode": "code",
1342
1349
  "expr": "(sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{ namespace=\"$namespace\", pod=~\"$instances\"}) / sum(kube_pod_container_resource_requests{job=\"kube-state-metrics\", namespace=\"$namespace\", resource=\"cpu\", pod=~\"$instances\"}))",
1343
- "hide": false,
1344
1350
  "legendFormat": "CPU",
1345
1351
  "range": true,
1346
1352
  "refId": "CPU"
@@ -1352,7 +1358,6 @@
1352
1358
  },
1353
1359
  "editorMode": "code",
1354
1360
  "expr": "(sum(container_memory_working_set_bytes{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", namespace=\"$namespace\",container!=\"\", image!=\"\", pod=~\"$instances\"}) / sum(max by(pod) (kube_pod_container_resource_requests{job=\"kube-state-metrics\", namespace=\"$namespace\", resource=\"memory\", pod=~\"$instances\"})))",
1355
- "hide": false,
1356
1361
  "instant": false,
1357
1362
  "legendFormat": "Memory",
1358
1363
  "range": true,
@@ -1365,7 +1370,6 @@
1365
1370
  },
1366
1371
  "editorMode": "code",
1367
1372
  "expr": " (max(sum by (pod) (cnpg_backends_total{namespace=~\"$namespace\", pod=~\"$instances\"}) / sum by (pod) (cnpg_pg_settings_setting{name=\"max_connections\", namespace=~\"$namespace\", pod=~\"$instances\"})))",
1368
- "hide": false,
1369
1373
  "instant": false,
1370
1374
  "legendFormat": "Connections",
1371
1375
  "range": true,
@@ -1415,7 +1419,8 @@
1415
1419
  "mode": "absolute",
1416
1420
  "steps": [
1417
1421
  {
1418
- "color": "green"
1422
+ "color": "green",
1423
+ "value": 0
1419
1424
  }
1420
1425
  ]
1421
1426
  },
@@ -1447,7 +1452,7 @@
1447
1452
  "textMode": "auto",
1448
1453
  "wideLayout": true
1449
1454
  },
1450
- "pluginVersion": "12.0.0",
1455
+ "pluginVersion": "12.4.3",
1451
1456
  "targets": [
1452
1457
  {
1453
1458
  "datasource": {
@@ -1473,7 +1478,6 @@
1473
1478
  "type": "prometheus",
1474
1479
  "uid": "prometheus"
1475
1480
  },
1476
- "description": "",
1477
1481
  "fieldConfig": {
1478
1482
  "defaults": {
1479
1483
  "color": {
@@ -1484,7 +1488,8 @@
1484
1488
  "mode": "absolute",
1485
1489
  "steps": [
1486
1490
  {
1487
- "color": "dark-blue"
1491
+ "color": "dark-blue",
1492
+ "value": 0
1488
1493
  }
1489
1494
  ]
1490
1495
  },
@@ -1517,7 +1522,7 @@
1517
1522
  "textMode": "value",
1518
1523
  "wideLayout": true
1519
1524
  },
1520
- "pluginVersion": "12.0.0",
1525
+ "pluginVersion": "12.4.3",
1521
1526
  "targets": [
1522
1527
  {
1523
1528
  "datasource": {
@@ -1528,7 +1533,6 @@
1528
1533
  "exemplar": false,
1529
1534
  "expr": "cnpg_collector_postgres_version{namespace=~\"$namespace\",pod=~\"$instances\"}",
1530
1535
  "format": "table",
1531
- "hide": false,
1532
1536
  "instant": true,
1533
1537
  "interval": "",
1534
1538
  "intervalFactor": 1,
@@ -1555,7 +1559,8 @@
1555
1559
  "mode": "absolute",
1556
1560
  "steps": [
1557
1561
  {
1558
- "color": "green"
1562
+ "color": "green",
1563
+ "value": 0
1559
1564
  },
1560
1565
  {
1561
1566
  "color": "yellow",
@@ -1599,7 +1604,7 @@
1599
1604
  "textMode": "auto",
1600
1605
  "wideLayout": true
1601
1606
  },
1602
- "pluginVersion": "12.0.0",
1607
+ "pluginVersion": "12.4.3",
1603
1608
  "targets": [
1604
1609
  {
1605
1610
  "datasource": {
@@ -1631,7 +1636,8 @@
1631
1636
  "mode": "absolute",
1632
1637
  "steps": [
1633
1638
  {
1634
- "color": "green"
1639
+ "color": "green",
1640
+ "value": 0
1635
1641
  },
1636
1642
  {
1637
1643
  "color": "yellow",
@@ -1675,7 +1681,7 @@
1675
1681
  "textMode": "auto",
1676
1682
  "wideLayout": true
1677
1683
  },
1678
- "pluginVersion": "12.0.0",
1684
+ "pluginVersion": "12.4.3",
1679
1685
  "targets": [
1680
1686
  {
1681
1687
  "datasource": {
@@ -1756,7 +1762,8 @@
1756
1762
  "mode": "absolute",
1757
1763
  "steps": [
1758
1764
  {
1759
- "color": "green"
1765
+ "color": "green",
1766
+ "value": 0
1760
1767
  }
1761
1768
  ]
1762
1769
  }
@@ -1848,7 +1855,7 @@
1848
1855
  "textMode": "value_and_name",
1849
1856
  "wideLayout": true
1850
1857
  },
1851
- "pluginVersion": "12.0.0",
1858
+ "pluginVersion": "12.4.3",
1852
1859
  "targets": [
1853
1860
  {
1854
1861
  "datasource": {
@@ -1929,7 +1936,8 @@
1929
1936
  "mode": "absolute",
1930
1937
  "steps": [
1931
1938
  {
1932
- "color": "green"
1939
+ "color": "green",
1940
+ "value": 0
1933
1941
  }
1934
1942
  ]
1935
1943
  }
@@ -2021,7 +2029,7 @@
2021
2029
  "textMode": "value_and_name",
2022
2030
  "wideLayout": true
2023
2031
  },
2024
- "pluginVersion": "12.0.0",
2032
+ "pluginVersion": "12.4.3",
2025
2033
  "targets": [
2026
2034
  {
2027
2035
  "datasource": {
@@ -2030,7 +2038,6 @@
2030
2038
  },
2031
2039
  "editorMode": "code",
2032
2040
  "expr": "max((1 - cnpg_pg_replication_in_recovery{namespace=~\"$namespace\", pod=~\"$instances\"}) * (time() - timestamp(cnpg_pg_stat_archiver_seconds_since_last_archival{namespace=~\"$namespace\", pod=~\"$instances\"}) +\ncnpg_pg_stat_archiver_seconds_since_last_archival{namespace=~\"$namespace\", pod=~\"$instances\"}))",
2033
- "hide": false,
2034
2041
  "instant": false,
2035
2042
  "legendFormat": "WAL",
2036
2043
  "range": true,
@@ -2079,7 +2086,8 @@
2079
2086
  "mode": "absolute",
2080
2087
  "steps": [
2081
2088
  {
2082
- "color": "green"
2089
+ "color": "green",
2090
+ "value": 0
2083
2091
  }
2084
2092
  ]
2085
2093
  }
@@ -2123,7 +2131,7 @@
2123
2131
  "textMode": "value_and_name",
2124
2132
  "wideLayout": true
2125
2133
  },
2126
- "pluginVersion": "12.0.0",
2134
+ "pluginVersion": "12.4.3",
2127
2135
  "targets": [
2128
2136
  {
2129
2137
  "datasource": {
@@ -2132,7 +2140,6 @@
2132
2140
  },
2133
2141
  "editorMode": "code",
2134
2142
  "expr": "sum(kube_pod_status_ready{namespace=\"$operatorNamespace\", pod=~\"cloudnative-pg-operator.+|cnpg-controller-manager.+\", condition=\"true\"})",
2135
- "hide": false,
2136
2143
  "instant": true,
2137
2144
  "legendFormat": "Operator Status",
2138
2145
  "range": false,
@@ -2217,7 +2224,8 @@
2217
2224
  "mode": "absolute",
2218
2225
  "steps": [
2219
2226
  {
2220
- "color": "green"
2227
+ "color": "green",
2228
+ "value": 0
2221
2229
  }
2222
2230
  ]
2223
2231
  }
@@ -2261,7 +2269,7 @@
2261
2269
  "textMode": "value_and_name",
2262
2270
  "wideLayout": true
2263
2271
  },
2264
- "pluginVersion": "12.0.0",
2272
+ "pluginVersion": "12.4.3",
2265
2273
  "targets": [
2266
2274
  {
2267
2275
  "datasource": {
@@ -2317,7 +2325,6 @@
2317
2325
  "uid": "__expr__"
2318
2326
  },
2319
2327
  "expression": "$RECONCILE_ERRORS_BACKUP + $RECONCILE_ERRORS_CLUSTER * 10 + $RECONCILE_ERRORS_POOLER * 100 + $RECONCILE_ERRORS_SCHEDULED_BACKUP * 1000",
2320
- "hide": false,
2321
2328
  "refId": "A",
2322
2329
  "type": "math"
2323
2330
  }
@@ -2330,7 +2337,6 @@
2330
2337
  "type": "prometheus",
2331
2338
  "uid": "prometheus"
2332
2339
  },
2333
- "description": "",
2334
2340
  "fieldConfig": {
2335
2341
  "defaults": {
2336
2342
  "color": {
@@ -2342,7 +2348,8 @@
2342
2348
  "mode": "absolute",
2343
2349
  "steps": [
2344
2350
  {
2345
- "color": "green"
2351
+ "color": "green",
2352
+ "value": 0
2346
2353
  },
2347
2354
  {
2348
2355
  "color": "#EAB839",
@@ -2382,7 +2389,7 @@
2382
2389
  "textMode": "auto",
2383
2390
  "wideLayout": true
2384
2391
  },
2385
- "pluginVersion": "12.0.0",
2392
+ "pluginVersion": "12.4.3",
2386
2393
  "targets": [
2387
2394
  {
2388
2395
  "datasource": {
@@ -2392,7 +2399,6 @@
2392
2399
  "editorMode": "code",
2393
2400
  "exemplar": true,
2394
2401
  "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{namespace=\"$namespace\", pod=~\"$instances\"})",
2395
- "hide": false,
2396
2402
  "interval": "",
2397
2403
  "legendFormat": "Total",
2398
2404
  "range": true,
@@ -2418,7 +2424,8 @@
2418
2424
  "mode": "absolute",
2419
2425
  "steps": [
2420
2426
  {
2421
- "color": "green"
2427
+ "color": "green",
2428
+ "value": 0
2422
2429
  },
2423
2430
  {
2424
2431
  "color": "#EAB839",
@@ -2458,7 +2465,7 @@
2458
2465
  "textMode": "auto",
2459
2466
  "wideLayout": true
2460
2467
  },
2461
- "pluginVersion": "12.0.0",
2468
+ "pluginVersion": "12.4.3",
2462
2469
  "targets": [
2463
2470
  {
2464
2471
  "datasource": {
@@ -2468,7 +2475,6 @@
2468
2475
  "editorMode": "code",
2469
2476
  "exemplar": true,
2470
2477
  "expr": "sum(container_memory_working_set_bytes{pod=~\"$instances\", namespace=\"$namespace\", container!=\"\", image!=\"\"})",
2471
- "hide": false,
2472
2478
  "interval": "",
2473
2479
  "legendFormat": "Total",
2474
2480
  "range": true,
@@ -2483,7 +2489,6 @@
2483
2489
  "type": "prometheus",
2484
2490
  "uid": "prometheus"
2485
2491
  },
2486
- "description": "",
2487
2492
  "fieldConfig": {
2488
2493
  "defaults": {
2489
2494
  "color": {
@@ -2495,7 +2500,8 @@
2495
2500
  "mode": "absolute",
2496
2501
  "steps": [
2497
2502
  {
2498
- "color": "green"
2503
+ "color": "green",
2504
+ "value": 0
2499
2505
  },
2500
2506
  {
2501
2507
  "color": "#EAB839",
@@ -2535,7 +2541,7 @@
2535
2541
  "textMode": "value",
2536
2542
  "wideLayout": true
2537
2543
  },
2538
- "pluginVersion": "12.0.0",
2544
+ "pluginVersion": "12.4.3",
2539
2545
  "targets": [
2540
2546
  {
2541
2547
  "datasource": {
@@ -2611,7 +2617,8 @@
2611
2617
  "mode": "absolute",
2612
2618
  "steps": [
2613
2619
  {
2614
- "color": "green"
2620
+ "color": "green",
2621
+ "value": 0
2615
2622
  }
2616
2623
  ]
2617
2624
  },
@@ -2643,7 +2650,7 @@
2643
2650
  "textMode": "auto",
2644
2651
  "wideLayout": true
2645
2652
  },
2646
- "pluginVersion": "12.0.0",
2653
+ "pluginVersion": "12.4.3",
2647
2654
  "targets": [
2648
2655
  {
2649
2656
  "datasource": {
@@ -2698,7 +2705,7 @@
2698
2705
  "content": "",
2699
2706
  "mode": "html"
2700
2707
  },
2701
- "pluginVersion": "12.0.0",
2708
+ "pluginVersion": "12.4.3",
2702
2709
  "title": "Instance",
2703
2710
  "transparent": true,
2704
2711
  "type": "text"
@@ -2724,7 +2731,7 @@
2724
2731
  "content": "",
2725
2732
  "mode": "html"
2726
2733
  },
2727
- "pluginVersion": "12.0.0",
2734
+ "pluginVersion": "12.4.3",
2728
2735
  "title": "Status",
2729
2736
  "type": "text"
2730
2737
  },
@@ -2749,7 +2756,7 @@
2749
2756
  "content": "",
2750
2757
  "mode": "html"
2751
2758
  },
2752
- "pluginVersion": "12.0.0",
2759
+ "pluginVersion": "12.4.3",
2753
2760
  "title": "Clustering / replicas",
2754
2761
  "type": "text"
2755
2762
  },
@@ -2774,7 +2781,7 @@
2774
2781
  "content": "",
2775
2782
  "mode": "html"
2776
2783
  },
2777
- "pluginVersion": "12.0.0",
2784
+ "pluginVersion": "12.4.3",
2778
2785
  "title": "Zone",
2779
2786
  "type": "text"
2780
2787
  },
@@ -2799,7 +2806,7 @@
2799
2806
  "content": "",
2800
2807
  "mode": "html"
2801
2808
  },
2802
- "pluginVersion": "12.0.0",
2809
+ "pluginVersion": "12.4.3",
2803
2810
  "title": "Connections",
2804
2811
  "type": "text"
2805
2812
  },
@@ -2824,12 +2831,11 @@
2824
2831
  "content": "",
2825
2832
  "mode": "html"
2826
2833
  },
2827
- "pluginVersion": "12.0.0",
2834
+ "pluginVersion": "12.4.3",
2828
2835
  "title": "Max Connections",
2829
2836
  "type": "text"
2830
2837
  },
2831
2838
  {
2832
- "description": "",
2833
2839
  "fieldConfig": {
2834
2840
  "defaults": {},
2835
2841
  "overrides": []
@@ -2850,7 +2856,7 @@
2850
2856
  "content": "",
2851
2857
  "mode": "html"
2852
2858
  },
2853
- "pluginVersion": "12.0.0",
2859
+ "pluginVersion": "12.4.3",
2854
2860
  "title": "Wraparound",
2855
2861
  "type": "text"
2856
2862
  },
@@ -2875,7 +2881,7 @@
2875
2881
  "content": "",
2876
2882
  "mode": "html"
2877
2883
  },
2878
- "pluginVersion": "12.0.0",
2884
+ "pluginVersion": "12.4.3",
2879
2885
  "title": "Started",
2880
2886
  "type": "text"
2881
2887
  },
@@ -2900,7 +2906,7 @@
2900
2906
  "content": "",
2901
2907
  "mode": "html"
2902
2908
  },
2903
- "pluginVersion": "12.0.0",
2909
+ "pluginVersion": "12.4.3",
2904
2910
  "title": "Version",
2905
2911
  "type": "text"
2906
2912
  },
@@ -2925,7 +2931,7 @@
2925
2931
  "content": "<table style=\"width:100%; height:100%;border:0px solid black;\">\n <td style=\"text-align: center;vertical-align: middle;border:0px solid black; \"><p style=\"font-weight: bold;\">$instances</p>\n </td>\n</table>",
2926
2932
  "mode": "html"
2927
2933
  },
2928
- "pluginVersion": "10.3.3",
2934
+ "pluginVersion": "12.4.3",
2929
2935
  "repeat": "instances",
2930
2936
  "repeatDirection": "v",
2931
2937
  "title": "",
@@ -2960,15 +2966,15 @@
2960
2966
  "mode": "absolute",
2961
2967
  "steps": [
2962
2968
  {
2963
- "color": "dark-red"
2969
+ "color": "dark-red",
2970
+ "value": 0
2964
2971
  },
2965
2972
  {
2966
2973
  "color": "green",
2967
2974
  "value": 1
2968
2975
  }
2969
2976
  ]
2970
- },
2971
- "unitScale": true
2977
+ }
2972
2978
  },
2973
2979
  "overrides": []
2974
2980
  },
@@ -2984,6 +2990,7 @@
2984
2990
  "graphMode": "area",
2985
2991
  "justifyMode": "auto",
2986
2992
  "orientation": "auto",
2993
+ "percentChangeColorMode": "standard",
2987
2994
  "reduceOptions": {
2988
2995
  "calcs": [
2989
2996
  "lastNotNull"
@@ -2996,7 +3003,7 @@
2996
3003
  "textMode": "value",
2997
3004
  "wideLayout": true
2998
3005
  },
2999
- "pluginVersion": "10.3.3",
3006
+ "pluginVersion": "12.4.3",
3000
3007
  "repeat": "instances",
3001
3008
  "repeatDirection": "v",
3002
3009
  "targets": [
@@ -3022,7 +3029,6 @@
3022
3029
  "type": "prometheus",
3023
3030
  "uid": "prometheus"
3024
3031
  },
3025
- "description": "",
3026
3032
  "fieldConfig": {
3027
3033
  "defaults": {
3028
3034
  "color": {
@@ -3050,15 +3056,15 @@
3050
3056
  "mode": "absolute",
3051
3057
  "steps": [
3052
3058
  {
3053
- "color": "green"
3059
+ "color": "green",
3060
+ "value": 0
3054
3061
  },
3055
3062
  {
3056
3063
  "color": "red",
3057
3064
  "value": 80
3058
3065
  }
3059
3066
  ]
3060
- },
3061
- "unitScale": true
3067
+ }
3062
3068
  },
3063
3069
  "overrides": []
3064
3070
  },
@@ -3074,6 +3080,7 @@
3074
3080
  "graphMode": "area",
3075
3081
  "justifyMode": "auto",
3076
3082
  "orientation": "auto",
3083
+ "percentChangeColorMode": "standard",
3077
3084
  "reduceOptions": {
3078
3085
  "calcs": [
3079
3086
  "lastNotNull"
@@ -3086,7 +3093,7 @@
3086
3093
  "textMode": "value",
3087
3094
  "wideLayout": true
3088
3095
  },
3089
- "pluginVersion": "10.3.3",
3096
+ "pluginVersion": "12.4.3",
3090
3097
  "repeat": "instances",
3091
3098
  "repeatDirection": "v",
3092
3099
  "targets": [
@@ -3111,7 +3118,6 @@
3111
3118
  "type": "prometheus",
3112
3119
  "uid": "prometheus"
3113
3120
  },
3114
- "description": "",
3115
3121
  "fieldConfig": {
3116
3122
  "defaults": {
3117
3123
  "color": {
@@ -3123,15 +3129,15 @@
3123
3129
  "mode": "absolute",
3124
3130
  "steps": [
3125
3131
  {
3126
- "color": "green"
3132
+ "color": "green",
3133
+ "value": 0
3127
3134
  },
3128
3135
  {
3129
3136
  "color": "red",
3130
3137
  "value": 80
3131
3138
  }
3132
3139
  ]
3133
- },
3134
- "unitScale": true
3140
+ }
3135
3141
  },
3136
3142
  "overrides": []
3137
3143
  },
@@ -3147,6 +3153,7 @@
3147
3153
  "graphMode": "none",
3148
3154
  "justifyMode": "auto",
3149
3155
  "orientation": "auto",
3156
+ "percentChangeColorMode": "standard",
3150
3157
  "reduceOptions": {
3151
3158
  "calcs": [
3152
3159
  "lastNotNull"
@@ -3159,7 +3166,7 @@
3159
3166
  "textMode": "value",
3160
3167
  "wideLayout": true
3161
3168
  },
3162
- "pluginVersion": "10.3.3",
3169
+ "pluginVersion": "12.4.3",
3163
3170
  "repeat": "instances",
3164
3171
  "repeatDirection": "v",
3165
3172
  "targets": [
@@ -3196,11 +3203,11 @@
3196
3203
  "mode": "absolute",
3197
3204
  "steps": [
3198
3205
  {
3199
- "color": "blue"
3206
+ "color": "blue",
3207
+ "value": 0
3200
3208
  }
3201
3209
  ]
3202
- },
3203
- "unitScale": true
3210
+ }
3204
3211
  },
3205
3212
  "overrides": []
3206
3213
  },
@@ -3216,6 +3223,7 @@
3216
3223
  "graphMode": "none",
3217
3224
  "justifyMode": "auto",
3218
3225
  "orientation": "auto",
3226
+ "percentChangeColorMode": "standard",
3219
3227
  "reduceOptions": {
3220
3228
  "calcs": [
3221
3229
  "lastNotNull"
@@ -3230,7 +3238,7 @@
3230
3238
  "textMode": "value",
3231
3239
  "wideLayout": true
3232
3240
  },
3233
- "pluginVersion": "10.3.3",
3241
+ "pluginVersion": "12.4.3",
3234
3242
  "repeat": "instances",
3235
3243
  "repeatDirection": "v",
3236
3244
  "targets": [
@@ -3269,6 +3277,7 @@
3269
3277
  "axisLabel": "",
3270
3278
  "axisPlacement": "auto",
3271
3279
  "barAlignment": 0,
3280
+ "barWidthFactor": 0.6,
3272
3281
  "drawStyle": "line",
3273
3282
  "fillOpacity": 10,
3274
3283
  "gradientMode": "none",
@@ -3285,6 +3294,7 @@
3285
3294
  "type": "linear"
3286
3295
  },
3287
3296
  "showPoints": "never",
3297
+ "showValues": false,
3288
3298
  "spanNulls": true,
3289
3299
  "stacking": {
3290
3300
  "group": "A",
@@ -3299,12 +3309,12 @@
3299
3309
  "mode": "absolute",
3300
3310
  "steps": [
3301
3311
  {
3302
- "color": "green"
3312
+ "color": "green",
3313
+ "value": 0
3303
3314
  }
3304
3315
  ]
3305
3316
  },
3306
- "unit": "short",
3307
- "unitScale": true
3317
+ "unit": "short"
3308
3318
  },
3309
3319
  "overrides": []
3310
3320
  },
@@ -3326,11 +3336,12 @@
3326
3336
  "showLegend": true
3327
3337
  },
3328
3338
  "tooltip": {
3339
+ "hideZeros": false,
3329
3340
  "mode": "multi",
3330
3341
  "sort": "none"
3331
3342
  }
3332
3343
  },
3333
- "pluginVersion": "8.2.1",
3344
+ "pluginVersion": "12.4.3",
3334
3345
  "repeat": "instances",
3335
3346
  "repeatDirection": "v",
3336
3347
  "targets": [
@@ -3356,7 +3367,6 @@
3356
3367
  "type": "prometheus",
3357
3368
  "uid": "prometheus"
3358
3369
  },
3359
- "description": "",
3360
3370
  "fieldConfig": {
3361
3371
  "defaults": {
3362
3372
  "color": {
@@ -3371,7 +3381,8 @@
3371
3381
  "mode": "absolute",
3372
3382
  "steps": [
3373
3383
  {
3374
- "color": "green"
3384
+ "color": "green",
3385
+ "value": 0
3375
3386
  },
3376
3387
  {
3377
3388
  "color": "#EAB839",
@@ -3383,8 +3394,7 @@
3383
3394
  }
3384
3395
  ]
3385
3396
  },
3386
- "unit": "percent",
3387
- "unitScale": true
3397
+ "unit": "percent"
3388
3398
  },
3389
3399
  "overrides": []
3390
3400
  },
@@ -3411,7 +3421,7 @@
3411
3421
  "sizing": "auto",
3412
3422
  "text": {}
3413
3423
  },
3414
- "pluginVersion": "10.3.3",
3424
+ "pluginVersion": "12.4.3",
3415
3425
  "repeat": "instances",
3416
3426
  "repeatDirection": "v",
3417
3427
  "targets": [
@@ -3449,7 +3459,8 @@
3449
3459
  "mode": "absolute",
3450
3460
  "steps": [
3451
3461
  {
3452
- "color": "green"
3462
+ "color": "green",
3463
+ "value": 0
3453
3464
  },
3454
3465
  {
3455
3466
  "color": "#EAB839",
@@ -3461,8 +3472,7 @@
3461
3472
  }
3462
3473
  ]
3463
3474
  },
3464
- "unit": "none",
3465
- "unitScale": true
3475
+ "unit": "none"
3466
3476
  },
3467
3477
  "overrides": []
3468
3478
  },
@@ -3475,6 +3485,12 @@
3475
3485
  "id": 8,
3476
3486
  "options": {
3477
3487
  "displayMode": "lcd",
3488
+ "legend": {
3489
+ "calcs": [],
3490
+ "displayMode": "list",
3491
+ "placement": "bottom",
3492
+ "showLegend": false
3493
+ },
3478
3494
  "maxVizHeight": 300,
3479
3495
  "minVizHeight": 10,
3480
3496
  "minVizWidth": 0,
@@ -3492,7 +3508,7 @@
3492
3508
  "text": {},
3493
3509
  "valueMode": "color"
3494
3510
  },
3495
- "pluginVersion": "10.3.3",
3511
+ "pluginVersion": "12.4.3",
3496
3512
  "repeat": "instances",
3497
3513
  "repeatDirection": "v",
3498
3514
  "targets": [
@@ -3518,7 +3534,6 @@
3518
3534
  "type": "prometheus",
3519
3535
  "uid": "prometheus"
3520
3536
  },
3521
- "description": "",
3522
3537
  "fieldConfig": {
3523
3538
  "defaults": {
3524
3539
  "color": {
@@ -3529,12 +3544,12 @@
3529
3544
  "mode": "absolute",
3530
3545
  "steps": [
3531
3546
  {
3532
- "color": "dark-blue"
3547
+ "color": "dark-blue",
3548
+ "value": 0
3533
3549
  }
3534
3550
  ]
3535
3551
  },
3536
- "unit": "dateTimeFromNow",
3537
- "unitScale": true
3552
+ "unit": "dateTimeFromNow"
3538
3553
  },
3539
3554
  "overrides": []
3540
3555
  },
@@ -3550,6 +3565,7 @@
3550
3565
  "graphMode": "none",
3551
3566
  "justifyMode": "auto",
3552
3567
  "orientation": "horizontal",
3568
+ "percentChangeColorMode": "standard",
3553
3569
  "reduceOptions": {
3554
3570
  "calcs": [
3555
3571
  "lastNotNull"
@@ -3562,7 +3578,7 @@
3562
3578
  "textMode": "value",
3563
3579
  "wideLayout": true
3564
3580
  },
3565
- "pluginVersion": "10.3.3",
3581
+ "pluginVersion": "12.4.3",
3566
3582
  "repeat": "instances",
3567
3583
  "repeatDirection": "v",
3568
3584
  "targets": [
@@ -3575,7 +3591,6 @@
3575
3591
  "exemplar": false,
3576
3592
  "expr": "cnpg_pg_postmaster_start_time{namespace=~\"$namespace\", pod=~\"$instances\"}*1000",
3577
3593
  "format": "time_series",
3578
- "hide": false,
3579
3594
  "instant": true,
3580
3595
  "interval": "",
3581
3596
  "intervalFactor": 1,
@@ -3591,7 +3606,6 @@
3591
3606
  "type": "prometheus",
3592
3607
  "uid": "prometheus"
3593
3608
  },
3594
- "description": "",
3595
3609
  "fieldConfig": {
3596
3610
  "defaults": {
3597
3611
  "color": {
@@ -3602,12 +3616,12 @@
3602
3616
  "mode": "absolute",
3603
3617
  "steps": [
3604
3618
  {
3605
- "color": "dark-blue"
3619
+ "color": "dark-blue",
3620
+ "value": 0
3606
3621
  }
3607
3622
  ]
3608
3623
  },
3609
- "unit": "string",
3610
- "unitScale": true
3624
+ "unit": "string"
3611
3625
  },
3612
3626
  "overrides": []
3613
3627
  },
@@ -3623,6 +3637,7 @@
3623
3637
  "graphMode": "none",
3624
3638
  "justifyMode": "auto",
3625
3639
  "orientation": "horizontal",
3640
+ "percentChangeColorMode": "standard",
3626
3641
  "reduceOptions": {
3627
3642
  "calcs": [
3628
3643
  "lastNotNull"
@@ -3635,7 +3650,7 @@
3635
3650
  "textMode": "value",
3636
3651
  "wideLayout": true
3637
3652
  },
3638
- "pluginVersion": "10.3.3",
3653
+ "pluginVersion": "12.4.3",
3639
3654
  "repeat": "instances",
3640
3655
  "repeatDirection": "v",
3641
3656
  "targets": [
@@ -3648,7 +3663,6 @@
3648
3663
  "exemplar": false,
3649
3664
  "expr": "cnpg_collector_postgres_version{namespace=~\"$namespace\", pod=~\"$instances\"}",
3650
3665
  "format": "table",
3651
- "hide": false,
3652
3666
  "instant": true,
3653
3667
  "interval": "",
3654
3668
  "intervalFactor": 1,
@@ -3665,7 +3679,7 @@
3665
3679
  "h": 1,
3666
3680
  "w": 24,
3667
3681
  "x": 0,
3668
- "y": 18
3682
+ "y": 15
3669
3683
  },
3670
3684
  "id": 41,
3671
3685
  "panels": [
@@ -3678,7 +3692,7 @@
3678
3692
  "h": 1,
3679
3693
  "w": 3,
3680
3694
  "x": 0,
3681
- "y": 25
3695
+ "y": 55
3682
3696
  },
3683
3697
  "id": 187,
3684
3698
  "options": {
@@ -3704,7 +3718,7 @@
3704
3718
  "h": 1,
3705
3719
  "w": 3,
3706
3720
  "x": 3,
3707
- "y": 25
3721
+ "y": 55
3708
3722
  },
3709
3723
  "id": 183,
3710
3724
  "options": {
@@ -3729,7 +3743,7 @@
3729
3743
  "h": 1,
3730
3744
  "w": 3,
3731
3745
  "x": 6,
3732
- "y": 25
3746
+ "y": 55
3733
3747
  },
3734
3748
  "id": 184,
3735
3749
  "options": {
@@ -3754,7 +3768,7 @@
3754
3768
  "h": 1,
3755
3769
  "w": 3,
3756
3770
  "x": 9,
3757
- "y": 25
3771
+ "y": 55
3758
3772
  },
3759
3773
  "id": 185,
3760
3774
  "options": {
@@ -3779,7 +3793,7 @@
3779
3793
  "h": 1,
3780
3794
  "w": 3,
3781
3795
  "x": 12,
3782
- "y": 25
3796
+ "y": 55
3783
3797
  },
3784
3798
  "id": 186,
3785
3799
  "options": {
@@ -3804,7 +3818,7 @@
3804
3818
  "h": 1,
3805
3819
  "w": 3,
3806
3820
  "x": 15,
3807
- "y": 25
3821
+ "y": 55
3808
3822
  },
3809
3823
  "id": 188,
3810
3824
  "options": {
@@ -3829,7 +3843,7 @@
3829
3843
  "h": 1,
3830
3844
  "w": 3,
3831
3845
  "x": 18,
3832
- "y": 25
3846
+ "y": 55
3833
3847
  },
3834
3848
  "id": 189,
3835
3849
  "options": {
@@ -3854,7 +3868,7 @@
3854
3868
  "h": 1,
3855
3869
  "w": 3,
3856
3870
  "x": 21,
3857
- "y": 25
3871
+ "y": 55
3858
3872
  },
3859
3873
  "id": 190,
3860
3874
  "options": {
@@ -3879,7 +3893,7 @@
3879
3893
  "h": 3,
3880
3894
  "w": 3,
3881
3895
  "x": 0,
3882
- "y": 26
3896
+ "y": 56
3883
3897
  },
3884
3898
  "id": 86,
3885
3899
  "options": {
@@ -3924,7 +3938,7 @@
3924
3938
  "h": 3,
3925
3939
  "w": 3,
3926
3940
  "x": 3,
3927
- "y": 26
3941
+ "y": 56
3928
3942
  },
3929
3943
  "id": 30,
3930
3944
  "options": {
@@ -3969,7 +3983,6 @@
3969
3983
  "type": "prometheus",
3970
3984
  "uid": "prometheus"
3971
3985
  },
3972
- "description": "",
3973
3986
  "fieldConfig": {
3974
3987
  "defaults": {
3975
3988
  "color": {
@@ -3993,7 +4006,7 @@
3993
4006
  "h": 3,
3994
4007
  "w": 3,
3995
4008
  "x": 6,
3996
- "y": 26
4009
+ "y": 56
3997
4010
  },
3998
4011
  "id": 24,
3999
4012
  "options": {
@@ -4038,7 +4051,6 @@
4038
4051
  "type": "prometheus",
4039
4052
  "uid": "prometheus"
4040
4053
  },
4041
- "description": "",
4042
4054
  "fieldConfig": {
4043
4055
  "defaults": {
4044
4056
  "color": {
@@ -4062,7 +4074,7 @@
4062
4074
  "h": 3,
4063
4075
  "w": 3,
4064
4076
  "x": 9,
4065
- "y": 26
4077
+ "y": 56
4066
4078
  },
4067
4079
  "id": 57,
4068
4080
  "options": {
@@ -4107,7 +4119,6 @@
4107
4119
  "type": "prometheus",
4108
4120
  "uid": "prometheus"
4109
4121
  },
4110
- "description": "",
4111
4122
  "fieldConfig": {
4112
4123
  "defaults": {
4113
4124
  "color": {
@@ -4131,7 +4142,7 @@
4131
4142
  "h": 3,
4132
4143
  "w": 3,
4133
4144
  "x": 12,
4134
- "y": 26
4145
+ "y": 56
4135
4146
  },
4136
4147
  "id": 26,
4137
4148
  "options": {
@@ -4199,7 +4210,7 @@
4199
4210
  "h": 3,
4200
4211
  "w": 3,
4201
4212
  "x": 15,
4202
- "y": 26
4213
+ "y": 56
4203
4214
  },
4204
4215
  "id": 47,
4205
4216
  "options": {
@@ -4267,7 +4278,7 @@
4267
4278
  "h": 3,
4268
4279
  "w": 3,
4269
4280
  "x": 18,
4270
- "y": 26
4281
+ "y": 56
4271
4282
  },
4272
4283
  "id": 48,
4273
4284
  "options": {
@@ -4335,7 +4346,7 @@
4335
4346
  "h": 3,
4336
4347
  "w": 3,
4337
4348
  "x": 21,
4338
- "y": 26
4349
+ "y": 56
4339
4350
  },
4340
4351
  "id": 56,
4341
4352
  "options": {
@@ -4410,7 +4421,7 @@
4410
4421
  "h": 9,
4411
4422
  "w": 24,
4412
4423
  "x": 0,
4413
- "y": 32
4424
+ "y": 62
4414
4425
  },
4415
4426
  "id": 150,
4416
4427
  "options": {
@@ -4507,7 +4518,7 @@
4507
4518
  "h": 1,
4508
4519
  "w": 24,
4509
4520
  "x": 0,
4510
- "y": 19
4521
+ "y": 16
4511
4522
  },
4512
4523
  "id": 10,
4513
4524
  "panels": [],
@@ -4549,6 +4560,7 @@
4549
4560
  "type": "log"
4550
4561
  },
4551
4562
  "showPoints": "never",
4563
+ "showValues": false,
4552
4564
  "spanNulls": false,
4553
4565
  "stacking": {
4554
4566
  "group": "A",
@@ -4564,7 +4576,8 @@
4564
4576
  "mode": "absolute",
4565
4577
  "steps": [
4566
4578
  {
4567
- "color": "green"
4579
+ "color": "green",
4580
+ "value": 0
4568
4581
  },
4569
4582
  {
4570
4583
  "color": "red",
@@ -4580,7 +4593,7 @@
4580
4593
  "h": 7,
4581
4594
  "w": 12,
4582
4595
  "x": 0,
4583
- "y": 20
4596
+ "y": 17
4584
4597
  },
4585
4598
  "id": 273,
4586
4599
  "options": {
@@ -4596,7 +4609,7 @@
4596
4609
  "sort": "desc"
4597
4610
  }
4598
4611
  },
4599
- "pluginVersion": "12.0.0",
4612
+ "pluginVersion": "12.4.3",
4600
4613
  "targets": [
4601
4614
  {
4602
4615
  "datasource": {
@@ -4650,6 +4663,7 @@
4650
4663
  "type": "linear"
4651
4664
  },
4652
4665
  "showPoints": "never",
4666
+ "showValues": false,
4653
4667
  "spanNulls": false,
4654
4668
  "stacking": {
4655
4669
  "group": "A",
@@ -4665,7 +4679,8 @@
4665
4679
  "mode": "absolute",
4666
4680
  "steps": [
4667
4681
  {
4668
- "color": "green"
4682
+ "color": "green",
4683
+ "value": 0
4669
4684
  },
4670
4685
  {
4671
4686
  "color": "red",
@@ -4762,7 +4777,7 @@
4762
4777
  "h": 7,
4763
4778
  "w": 12,
4764
4779
  "x": 12,
4765
- "y": 20
4780
+ "y": 17
4766
4781
  },
4767
4782
  "id": 275,
4768
4783
  "options": {
@@ -4778,7 +4793,7 @@
4778
4793
  "sort": "desc"
4779
4794
  }
4780
4795
  },
4781
- "pluginVersion": "12.0.0",
4796
+ "pluginVersion": "12.4.3",
4782
4797
  "targets": [
4783
4798
  {
4784
4799
  "datasource": {
@@ -4803,7 +4818,6 @@
4803
4818
  "type": "prometheus",
4804
4819
  "uid": "prometheus"
4805
4820
  },
4806
- "description": "",
4807
4821
  "fieldConfig": {
4808
4822
  "defaults": {
4809
4823
  "color": {
@@ -4833,6 +4847,7 @@
4833
4847
  "type": "linear"
4834
4848
  },
4835
4849
  "showPoints": "never",
4850
+ "showValues": false,
4836
4851
  "spanNulls": true,
4837
4852
  "stacking": {
4838
4853
  "group": "A",
@@ -4847,7 +4862,8 @@
4847
4862
  "mode": "absolute",
4848
4863
  "steps": [
4849
4864
  {
4850
- "color": "green"
4865
+ "color": "green",
4866
+ "value": 0
4851
4867
  }
4852
4868
  ]
4853
4869
  }
@@ -4858,7 +4874,7 @@
4858
4874
  "h": 8,
4859
4875
  "w": 24,
4860
4876
  "x": 0,
4861
- "y": 27
4877
+ "y": 24
4862
4878
  },
4863
4879
  "id": 39,
4864
4880
  "options": {
@@ -4874,7 +4890,7 @@
4874
4890
  "sort": "none"
4875
4891
  }
4876
4892
  },
4877
- "pluginVersion": "12.0.0",
4893
+ "pluginVersion": "12.4.3",
4878
4894
  "targets": [
4879
4895
  {
4880
4896
  "datasource": {
@@ -4883,7 +4899,6 @@
4883
4899
  },
4884
4900
  "exemplar": true,
4885
4901
  "expr": "sum(cnpg_backends_total{namespace=~\"$namespace\",pod=~\"$instances\"}) by (pod)",
4886
- "hide": false,
4887
4902
  "interval": "",
4888
4903
  "legendFormat": "total ({{pod}})",
4889
4904
  "refId": "B"
@@ -4920,6 +4935,7 @@
4920
4935
  "axisLabel": "",
4921
4936
  "axisPlacement": "auto",
4922
4937
  "barAlignment": 0,
4938
+ "barWidthFactor": 0.6,
4923
4939
  "drawStyle": "line",
4924
4940
  "fillOpacity": 10,
4925
4941
  "gradientMode": "opacity",
@@ -4936,6 +4952,7 @@
4936
4952
  "type": "linear"
4937
4953
  },
4938
4954
  "showPoints": "never",
4955
+ "showValues": false,
4939
4956
  "spanNulls": true,
4940
4957
  "stacking": {
4941
4958
  "group": "A",
@@ -4950,15 +4967,15 @@
4950
4967
  "mode": "absolute",
4951
4968
  "steps": [
4952
4969
  {
4953
- "color": "green"
4970
+ "color": "green",
4971
+ "value": 0
4954
4972
  },
4955
4973
  {
4956
4974
  "color": "red",
4957
4975
  "value": 80
4958
4976
  }
4959
4977
  ]
4960
- },
4961
- "unitScale": true
4978
+ }
4962
4979
  },
4963
4980
  "overrides": []
4964
4981
  },
@@ -4966,7 +4983,7 @@
4966
4983
  "h": 8,
4967
4984
  "w": 12,
4968
4985
  "x": 0,
4969
- "y": 35
4986
+ "y": 32
4970
4987
  },
4971
4988
  "id": 50,
4972
4989
  "options": {
@@ -4977,10 +4994,12 @@
4977
4994
  "showLegend": true
4978
4995
  },
4979
4996
  "tooltip": {
4997
+ "hideZeros": false,
4980
4998
  "mode": "multi",
4981
4999
  "sort": "none"
4982
5000
  }
4983
5001
  },
5002
+ "pluginVersion": "12.4.3",
4984
5003
  "targets": [
4985
5004
  {
4986
5005
  "datasource": {
@@ -5002,7 +5021,6 @@
5002
5021
  },
5003
5022
  "exemplar": true,
5004
5023
  "expr": "sum(rate(cnpg_pg_stat_database_xact_rollback{namespace=~\"$namespace\",pod=~\"$instances\"}[5m])) by (pod)",
5005
- "hide": false,
5006
5024
  "interval": "",
5007
5025
  "legendFormat": "rolled back ({{pod}})",
5008
5026
  "refId": "B"
@@ -5016,7 +5034,6 @@
5016
5034
  "type": "prometheus",
5017
5035
  "uid": "prometheus"
5018
5036
  },
5019
- "description": "",
5020
5037
  "fieldConfig": {
5021
5038
  "defaults": {
5022
5039
  "color": {
@@ -5029,6 +5046,7 @@
5029
5046
  "axisLabel": "",
5030
5047
  "axisPlacement": "auto",
5031
5048
  "barAlignment": 0,
5049
+ "barWidthFactor": 0.6,
5032
5050
  "drawStyle": "line",
5033
5051
  "fillOpacity": 10,
5034
5052
  "gradientMode": "none",
@@ -5045,6 +5063,7 @@
5045
5063
  "type": "linear"
5046
5064
  },
5047
5065
  "showPoints": "never",
5066
+ "showValues": false,
5048
5067
  "spanNulls": true,
5049
5068
  "stacking": {
5050
5069
  "group": "A",
@@ -5059,7 +5078,8 @@
5059
5078
  "mode": "absolute",
5060
5079
  "steps": [
5061
5080
  {
5062
- "color": "green"
5081
+ "color": "green",
5082
+ "value": 0
5063
5083
  },
5064
5084
  {
5065
5085
  "color": "red",
@@ -5067,8 +5087,7 @@
5067
5087
  }
5068
5088
  ]
5069
5089
  },
5070
- "unit": "s",
5071
- "unitScale": true
5090
+ "unit": "s"
5072
5091
  },
5073
5092
  "overrides": []
5074
5093
  },
@@ -5076,7 +5095,7 @@
5076
5095
  "h": 8,
5077
5096
  "w": 12,
5078
5097
  "x": 12,
5079
- "y": 35
5098
+ "y": 32
5080
5099
  },
5081
5100
  "id": 4,
5082
5101
  "options": {
@@ -5087,10 +5106,12 @@
5087
5106
  "showLegend": true
5088
5107
  },
5089
5108
  "tooltip": {
5109
+ "hideZeros": false,
5090
5110
  "mode": "multi",
5091
5111
  "sort": "none"
5092
5112
  }
5093
5113
  },
5114
+ "pluginVersion": "12.4.3",
5094
5115
  "targets": [
5095
5116
  {
5096
5117
  "datasource": {
@@ -5112,7 +5133,6 @@
5112
5133
  "type": "prometheus",
5113
5134
  "uid": "prometheus"
5114
5135
  },
5115
- "description": "",
5116
5136
  "fieldConfig": {
5117
5137
  "defaults": {
5118
5138
  "color": {
@@ -5171,7 +5191,7 @@
5171
5191
  "h": 8,
5172
5192
  "w": 12,
5173
5193
  "x": 0,
5174
- "y": 43
5194
+ "y": 40
5175
5195
  },
5176
5196
  "id": 55,
5177
5197
  "options": {
@@ -5194,7 +5214,6 @@
5194
5214
  },
5195
5215
  "exemplar": true,
5196
5216
  "expr": "rate(cnpg_pg_stat_database_deadlocks{datname=\"\",namespace=~\"$namespace\",pod=~\"$instances\"}[5m])",
5197
- "hide": false,
5198
5217
  "instant": false,
5199
5218
  "interval": "",
5200
5219
  "legendFormat": "count ({{pod}})",
@@ -5209,7 +5228,6 @@
5209
5228
  "type": "prometheus",
5210
5229
  "uid": "prometheus"
5211
5230
  },
5212
- "description": "",
5213
5231
  "fieldConfig": {
5214
5232
  "defaults": {
5215
5233
  "color": {
@@ -5268,7 +5286,7 @@
5268
5286
  "h": 8,
5269
5287
  "w": 12,
5270
5288
  "x": 12,
5271
- "y": 43
5289
+ "y": 40
5272
5290
  },
5273
5291
  "id": 54,
5274
5292
  "options": {
@@ -5305,7 +5323,7 @@
5305
5323
  "h": 1,
5306
5324
  "w": 24,
5307
5325
  "x": 0,
5308
- "y": 51
5326
+ "y": 48
5309
5327
  },
5310
5328
  "id": 35,
5311
5329
  "panels": [
@@ -5347,7 +5365,7 @@
5347
5365
  "h": 8,
5348
5366
  "w": 12,
5349
5367
  "x": 0,
5350
- "y": 52
5368
+ "y": 82
5351
5369
  },
5352
5370
  "id": 424,
5353
5371
  "options": {
@@ -5437,7 +5455,7 @@
5437
5455
  "h": 8,
5438
5456
  "w": 12,
5439
5457
  "x": 12,
5440
- "y": 52
5458
+ "y": 82
5441
5459
  },
5442
5460
  "id": 426,
5443
5461
  "options": {
@@ -5525,7 +5543,7 @@
5525
5543
  "h": 7,
5526
5544
  "w": 24,
5527
5545
  "x": 0,
5528
- "y": 60
5546
+ "y": 90
5529
5547
  },
5530
5548
  "id": 564,
5531
5549
  "options": {
@@ -5626,7 +5644,7 @@
5626
5644
  "h": 8,
5627
5645
  "w": 12,
5628
5646
  "x": 0,
5629
- "y": 67
5647
+ "y": 97
5630
5648
  },
5631
5649
  "id": 44,
5632
5650
  "options": {
@@ -5663,7 +5681,6 @@
5663
5681
  "editorMode": "code",
5664
5682
  "exemplar": true,
5665
5683
  "expr": "sum(rate(cnpg_pg_stat_database_tup_inserted{datname=\"\",namespace=~\"$namespace\",pod=~\"$instances\"}[5m]))",
5666
- "hide": false,
5667
5684
  "interval": "",
5668
5685
  "legendFormat": "inserted",
5669
5686
  "range": true,
@@ -5677,7 +5694,6 @@
5677
5694
  "editorMode": "code",
5678
5695
  "exemplar": true,
5679
5696
  "expr": "sum(rate(cnpg_pg_stat_database_tup_fetched{datname=\"\",namespace=~\"$namespace\",pod=~\"$instances\"}[5m]))",
5680
- "hide": false,
5681
5697
  "interval": "",
5682
5698
  "legendFormat": "fetched",
5683
5699
  "range": true,
@@ -5691,7 +5707,6 @@
5691
5707
  "editorMode": "code",
5692
5708
  "exemplar": true,
5693
5709
  "expr": "sum(rate(cnpg_pg_stat_database_tup_returned{datname=\"\",namespace=~\"$namespace\",pod=~\"$instances\"}[5m]))",
5694
- "hide": false,
5695
5710
  "interval": "",
5696
5711
  "legendFormat": "returned",
5697
5712
  "range": true,
@@ -5705,7 +5720,6 @@
5705
5720
  "editorMode": "code",
5706
5721
  "exemplar": true,
5707
5722
  "expr": "sum(rate(cnpg_pg_stat_database_tup_updated{datname=\"\",namespace=~\"$namespace\",pod=~\"$instances\"}[5m]))",
5708
- "hide": false,
5709
5723
  "interval": "",
5710
5724
  "legendFormat": "updated",
5711
5725
  "range": true,
@@ -5778,7 +5792,7 @@
5778
5792
  "h": 8,
5779
5793
  "w": 12,
5780
5794
  "x": 12,
5781
- "y": 67
5795
+ "y": 97
5782
5796
  },
5783
5797
  "id": 46,
5784
5798
  "options": {
@@ -5815,7 +5829,6 @@
5815
5829
  "editorMode": "code",
5816
5830
  "exemplar": true,
5817
5831
  "expr": "rate(cnpg_pg_stat_database_blks_read{datname=\"\",namespace=~\"$namespace\",pod=~\"$instances\"}[5m])",
5818
- "hide": false,
5819
5832
  "interval": "",
5820
5833
  "legendFormat": "read ({{pod}})",
5821
5834
  "range": true,
@@ -5885,7 +5898,7 @@
5885
5898
  "h": 8,
5886
5899
  "w": 12,
5887
5900
  "x": 0,
5888
- "y": 75
5901
+ "y": 105
5889
5902
  },
5890
5903
  "id": 22,
5891
5904
  "options": {
@@ -5983,7 +5996,7 @@
5983
5996
  "h": 8,
5984
5997
  "w": 12,
5985
5998
  "x": 12,
5986
- "y": 75
5999
+ "y": 105
5987
6000
  },
5988
6001
  "id": 2,
5989
6002
  "options": {
@@ -6025,7 +6038,7 @@
6025
6038
  "h": 1,
6026
6039
  "w": 24,
6027
6040
  "x": 0,
6028
- "y": 52
6041
+ "y": 49
6029
6042
  },
6030
6043
  "id": 37,
6031
6044
  "panels": [
@@ -6092,7 +6105,7 @@
6092
6105
  "h": 8,
6093
6106
  "w": 8,
6094
6107
  "x": 0,
6095
- "y": 53
6108
+ "y": 83
6096
6109
  },
6097
6110
  "id": 6,
6098
6111
  "options": {
@@ -6126,7 +6139,6 @@
6126
6139
  },
6127
6140
  "exemplar": true,
6128
6141
  "expr": "cnpg_collector_pg_wal_archive_status{value=\"done\",namespace=~\"$namespace\",pod=~\"$instances\"}",
6129
- "hide": false,
6130
6142
  "interval": "",
6131
6143
  "legendFormat": "done ({{pod}})",
6132
6144
  "refId": "B"
@@ -6198,7 +6210,7 @@
6198
6210
  "h": 8,
6199
6211
  "w": 8,
6200
6212
  "x": 8,
6201
- "y": 53
6213
+ "y": 83
6202
6214
  },
6203
6215
  "id": 52,
6204
6216
  "options": {
@@ -6232,7 +6244,6 @@
6232
6244
  },
6233
6245
  "exemplar": true,
6234
6246
  "expr": "rate(cnpg_pg_stat_archiver_failed_count{namespace=~\"$namespace\",pod=~\"$instances\"}[5m])",
6235
- "hide": false,
6236
6247
  "interval": "",
6237
6248
  "legendFormat": "failed ({{pod}})",
6238
6249
  "refId": "B"
@@ -6246,7 +6257,6 @@
6246
6257
  "type": "prometheus",
6247
6258
  "uid": "prometheus"
6248
6259
  },
6249
- "description": "",
6250
6260
  "fieldConfig": {
6251
6261
  "defaults": {
6252
6262
  "color": {
@@ -6306,7 +6316,7 @@
6306
6316
  "h": 8,
6307
6317
  "w": 8,
6308
6318
  "x": 16,
6309
- "y": 53
6319
+ "y": 83
6310
6320
  },
6311
6321
  "id": 53,
6312
6322
  "options": {
@@ -6400,7 +6410,7 @@
6400
6410
  "h": 8,
6401
6411
  "w": 8,
6402
6412
  "x": 0,
6403
- "y": 61
6413
+ "y": 91
6404
6414
  },
6405
6415
  "id": 725,
6406
6416
  "options": {
@@ -6442,7 +6452,7 @@
6442
6452
  "h": 1,
6443
6453
  "w": 24,
6444
6454
  "x": 0,
6445
- "y": 53
6455
+ "y": 50
6446
6456
  },
6447
6457
  "id": 18,
6448
6458
  "panels": [
@@ -6514,7 +6524,7 @@
6514
6524
  "h": 8,
6515
6525
  "w": 6,
6516
6526
  "x": 0,
6517
- "y": 59
6527
+ "y": 89
6518
6528
  },
6519
6529
  "id": 16,
6520
6530
  "options": {
@@ -6610,7 +6620,7 @@
6610
6620
  "h": 8,
6611
6621
  "w": 6,
6612
6622
  "x": 6,
6613
- "y": 59
6623
+ "y": 89
6614
6624
  },
6615
6625
  "id": 14,
6616
6626
  "options": {
@@ -6707,7 +6717,7 @@
6707
6717
  "h": 8,
6708
6718
  "w": 6,
6709
6719
  "x": 12,
6710
- "y": 59
6720
+ "y": 89
6711
6721
  },
6712
6722
  "id": 59,
6713
6723
  "options": {
@@ -6745,7 +6755,6 @@
6745
6755
  "type": "prometheus",
6746
6756
  "uid": "prometheus"
6747
6757
  },
6748
- "description": "",
6749
6758
  "fieldConfig": {
6750
6759
  "defaults": {
6751
6760
  "color": {
@@ -6805,7 +6814,7 @@
6805
6814
  "h": 8,
6806
6815
  "w": 6,
6807
6816
  "x": 18,
6808
- "y": 59
6817
+ "y": 89
6809
6818
  },
6810
6819
  "id": 20,
6811
6820
  "options": {
@@ -6848,7 +6857,7 @@
6848
6857
  "h": 1,
6849
6858
  "w": 24,
6850
6859
  "x": 0,
6851
- "y": 54
6860
+ "y": 51
6852
6861
  },
6853
6862
  "id": 231,
6854
6863
  "panels": [
@@ -6877,7 +6886,7 @@
6877
6886
  "h": 8,
6878
6887
  "w": 12,
6879
6888
  "x": 0,
6880
- "y": 55
6889
+ "y": 85
6881
6890
  },
6882
6891
  "id": 233,
6883
6892
  "options": {
@@ -6998,7 +7007,7 @@
6998
7007
  "h": 8,
6999
7008
  "w": 12,
7000
7009
  "x": 12,
7001
- "y": 55
7010
+ "y": 85
7002
7011
  },
7003
7012
  "id": 235,
7004
7013
  "options": {
@@ -7039,7 +7048,7 @@
7039
7048
  "h": 1,
7040
7049
  "w": 24,
7041
7050
  "x": 0,
7042
- "y": 55
7051
+ "y": 52
7043
7052
  },
7044
7053
  "id": 239,
7045
7054
  "panels": [
@@ -7107,7 +7116,7 @@
7107
7116
  "h": 6,
7108
7117
  "w": 8,
7109
7118
  "x": 0,
7110
- "y": 56
7119
+ "y": 86
7111
7120
  },
7112
7121
  "id": 237,
7113
7122
  "options": {
@@ -7149,7 +7158,7 @@
7149
7158
  "h": 1,
7150
7159
  "w": 24,
7151
7160
  "x": 0,
7152
- "y": 56
7161
+ "y": 53
7153
7162
  },
7154
7163
  "id": 293,
7155
7164
  "panels": [
@@ -7158,7 +7167,6 @@
7158
7167
  "type": "prometheus",
7159
7168
  "uid": "prometheus"
7160
7169
  },
7161
- "description": "",
7162
7170
  "fieldConfig": {
7163
7171
  "defaults": {
7164
7172
  "color": {
@@ -7218,7 +7226,7 @@
7218
7226
  "h": 6,
7219
7227
  "w": 5,
7220
7228
  "x": 0,
7221
- "y": 57
7229
+ "y": 87
7222
7230
  },
7223
7231
  "id": 295,
7224
7232
  "options": {
@@ -7243,7 +7251,6 @@
7243
7251
  "exemplar": true,
7244
7252
  "expr": "{__name__=~\"cnpg_pg_stat_(bgwriter|checkpointer)_checkpoints_req\",namespace=~\"$namespace\",pod=~\"$instances\"}",
7245
7253
  "format": "time_series",
7246
- "hide": false,
7247
7254
  "instant": false,
7248
7255
  "interval": "",
7249
7256
  "intervalFactor": 1,
@@ -7272,7 +7279,6 @@
7272
7279
  "type": "prometheus",
7273
7280
  "uid": "prometheus"
7274
7281
  },
7275
- "description": "",
7276
7282
  "fieldConfig": {
7277
7283
  "defaults": {
7278
7284
  "color": {
@@ -7332,7 +7338,7 @@
7332
7338
  "h": 6,
7333
7339
  "w": 5,
7334
7340
  "x": 5,
7335
- "y": 57
7341
+ "y": 87
7336
7342
  },
7337
7343
  "id": 296,
7338
7344
  "options": {
@@ -7357,7 +7363,6 @@
7357
7363
  "exemplar": true,
7358
7364
  "expr": "{__name__=~\"cnpg_pg_stat_(bgwriter_checkpoint|checkpointer)_write_time\",namespace=~\"$namespace\",pod=~\"$instances\"}",
7359
7365
  "format": "time_series",
7360
- "hide": false,
7361
7366
  "instant": false,
7362
7367
  "interval": "",
7363
7368
  "intervalFactor": 1,
@@ -7391,7 +7396,7 @@
7391
7396
  "h": 1,
7392
7397
  "w": 24,
7393
7398
  "x": 0,
7394
- "y": 57
7399
+ "y": 54
7395
7400
  },
7396
7401
  "id": 794,
7397
7402
  "panels": [
@@ -7461,7 +7466,7 @@
7461
7466
  "h": 8,
7462
7467
  "w": 24,
7463
7468
  "x": 0,
7464
- "y": 81
7469
+ "y": 111
7465
7470
  },
7466
7471
  "id": 792,
7467
7472
  "options": {
@@ -7549,7 +7554,7 @@
7549
7554
  "h": 1,
7550
7555
  "w": 24,
7551
7556
  "x": 0,
7552
- "y": 58
7557
+ "y": 55
7553
7558
  },
7554
7559
  "id": 696,
7555
7560
  "panels": [
@@ -7558,7 +7563,6 @@
7558
7563
  "type": "prometheus",
7559
7564
  "uid": "prometheus"
7560
7565
  },
7561
- "description": "",
7562
7566
  "fieldConfig": {
7563
7567
  "defaults": {
7564
7568
  "color": {
@@ -7605,7 +7609,7 @@
7605
7609
  "h": 2,
7606
7610
  "w": 4,
7607
7611
  "x": 0,
7608
- "y": 64
7612
+ "y": 94
7609
7613
  },
7610
7614
  "id": 697,
7611
7615
  "options": {
@@ -7634,7 +7638,6 @@
7634
7638
  "editorMode": "code",
7635
7639
  "exemplar": false,
7636
7640
  "expr": "sum(kube_pod_status_ready{namespace=\"$operatorNamespace\", pod=~\"cloudnative-pg-operator.+|cnpg-controller-manager.+\", condition=\"true\"})",
7637
- "hide": false,
7638
7641
  "instant": true,
7639
7642
  "legendFormat": "Ready Operator Pods",
7640
7643
  "range": false,
@@ -7707,7 +7710,7 @@
7707
7710
  "h": 2,
7708
7711
  "w": 4,
7709
7712
  "x": 4,
7710
- "y": 64
7713
+ "y": 94
7711
7714
  },
7712
7715
  "id": 702,
7713
7716
  "options": {
@@ -7736,7 +7739,6 @@
7736
7739
  "editorMode": "code",
7737
7740
  "exemplar": false,
7738
7741
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=\"cluster\"})",
7739
- "hide": false,
7740
7742
  "instant": true,
7741
7743
  "legendFormat": "Cluster Reconcile Errors",
7742
7744
  "range": false,
@@ -7809,7 +7811,7 @@
7809
7811
  "h": 2,
7810
7812
  "w": 4,
7811
7813
  "x": 8,
7812
- "y": 64
7814
+ "y": 94
7813
7815
  },
7814
7816
  "id": 698,
7815
7817
  "options": {
@@ -7838,7 +7840,6 @@
7838
7840
  "editorMode": "code",
7839
7841
  "exemplar": false,
7840
7842
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=\"backup\"})",
7841
- "hide": false,
7842
7843
  "instant": true,
7843
7844
  "legendFormat": "Backup Reconcile Errors",
7844
7845
  "range": false,
@@ -7911,7 +7912,7 @@
7911
7912
  "h": 2,
7912
7913
  "w": 4,
7913
7914
  "x": 12,
7914
- "y": 64
7915
+ "y": 94
7915
7916
  },
7916
7917
  "id": 704,
7917
7918
  "options": {
@@ -7940,7 +7941,6 @@
7940
7941
  "editorMode": "code",
7941
7942
  "exemplar": false,
7942
7943
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=~\"scheduledbackup|scheduled-backup\"})",
7943
- "hide": false,
7944
7944
  "instant": true,
7945
7945
  "legendFormat": "Scheduled Backup Reconcile Errors",
7946
7946
  "range": false,
@@ -8013,7 +8013,7 @@
8013
8013
  "h": 2,
8014
8014
  "w": 4,
8015
8015
  "x": 16,
8016
- "y": 64
8016
+ "y": 94
8017
8017
  },
8018
8018
  "id": 703,
8019
8019
  "options": {
@@ -8042,7 +8042,6 @@
8042
8042
  "editorMode": "code",
8043
8043
  "exemplar": false,
8044
8044
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=\"pooler\"})",
8045
- "hide": false,
8046
8045
  "instant": true,
8047
8046
  "legendFormat": "Pooler Reconcile Errors",
8048
8047
  "range": false,
@@ -8057,7 +8056,6 @@
8057
8056
  "type": "prometheus",
8058
8057
  "uid": "prometheus"
8059
8058
  },
8060
- "description": "",
8061
8059
  "fieldConfig": {
8062
8060
  "defaults": {
8063
8061
  "color": {
@@ -8136,7 +8134,7 @@
8136
8134
  "h": 8,
8137
8135
  "w": 4,
8138
8136
  "x": 0,
8139
- "y": 66
8137
+ "y": 96
8140
8138
  },
8141
8139
  "id": 746,
8142
8140
  "options": {
@@ -8160,7 +8158,6 @@
8160
8158
  },
8161
8159
  "editorMode": "code",
8162
8160
  "expr": "sum(kube_pod_status_ready{namespace=\"$operatorNamespace\", pod=~\"cloudnative-pg-operator.+|cnpg-controller-manager.+\", condition=\"true\"})",
8163
- "hide": false,
8164
8161
  "instant": false,
8165
8162
  "legendFormat": "Ready Operator Pods",
8166
8163
  "range": true,
@@ -8265,7 +8262,7 @@
8265
8262
  "h": 8,
8266
8263
  "w": 4,
8267
8264
  "x": 4,
8268
- "y": 66
8265
+ "y": 96
8269
8266
  },
8270
8267
  "id": 767,
8271
8268
  "options": {
@@ -8289,7 +8286,6 @@
8289
8286
  },
8290
8287
  "editorMode": "code",
8291
8288
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=\"cluster\"})",
8292
- "hide": false,
8293
8289
  "legendFormat": "Cluster Reconcile Errors",
8294
8290
  "range": true,
8295
8291
  "refId": "RECONCILE_ERRORS_BACKUP"
@@ -8393,7 +8389,7 @@
8393
8389
  "h": 8,
8394
8390
  "w": 4,
8395
8391
  "x": 8,
8396
- "y": 66
8392
+ "y": 96
8397
8393
  },
8398
8394
  "id": 768,
8399
8395
  "options": {
@@ -8417,7 +8413,6 @@
8417
8413
  },
8418
8414
  "editorMode": "code",
8419
8415
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=\"backup\"})",
8420
- "hide": false,
8421
8416
  "legendFormat": "Backup Reconcile Errors",
8422
8417
  "range": true,
8423
8418
  "refId": "RECONCILE_ERRORS_BACKUP"
@@ -8521,7 +8516,7 @@
8521
8516
  "h": 8,
8522
8517
  "w": 4,
8523
8518
  "x": 12,
8524
- "y": 66
8519
+ "y": 96
8525
8520
  },
8526
8521
  "id": 790,
8527
8522
  "options": {
@@ -8546,7 +8541,6 @@
8546
8541
  "editorMode": "code",
8547
8542
  "exemplar": false,
8548
8543
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=~\"scheduledbackup|scheduled-backup\"})",
8549
- "hide": false,
8550
8544
  "instant": false,
8551
8545
  "legendFormat": "Scheduled Backup Reconcile Errors",
8552
8546
  "range": true,
@@ -8651,7 +8645,7 @@
8651
8645
  "h": 8,
8652
8646
  "w": 4,
8653
8647
  "x": 16,
8654
- "y": 66
8648
+ "y": 96
8655
8649
  },
8656
8650
  "id": 769,
8657
8651
  "options": {
@@ -8675,7 +8669,6 @@
8675
8669
  },
8676
8670
  "editorMode": "code",
8677
8671
  "expr": "max(controller_runtime_reconcile_total{namespace=~\"$operatorNamespace\", result=\"error\", controller=\"pooler\"})",
8678
- "hide": false,
8679
8672
  "legendFormat": "Pooler Reconcile Errors",
8680
8673
  "range": true,
8681
8674
  "refId": "RECONCILE_ERRORS_BACKUP"
@@ -8691,7 +8684,7 @@
8691
8684
  ],
8692
8685
  "preload": false,
8693
8686
  "refresh": "5m",
8694
- "schemaVersion": 41,
8687
+ "schemaVersion": 42,
8695
8688
  "tags": [
8696
8689
  "cloudnativepg"
8697
8690
  ],
@@ -8733,6 +8726,7 @@
8733
8726
  },
8734
8727
  "refresh": 2,
8735
8728
  "regex": "",
8729
+ "regexApplyTo": "value",
8736
8730
  "type": "query"
8737
8731
  },
8738
8732
  {
@@ -8756,6 +8750,7 @@
8756
8750
  },
8757
8751
  "refresh": 2,
8758
8752
  "regex": "/namespace=\"(?<text>[^\"]+)/g",
8753
+ "regexApplyTo": "value",
8759
8754
  "type": "query"
8760
8755
  },
8761
8756
  {
@@ -8779,6 +8774,7 @@
8779
8774
  },
8780
8775
  "refresh": 2,
8781
8776
  "regex": "/\\bcluster\\b=\"(?<text>[^\"]+)/g",
8777
+ "regexApplyTo": "value",
8782
8778
  "sort": 1,
8783
8779
  "type": "query"
8784
8780
  },
@@ -8808,6 +8804,7 @@
8808
8804
  },
8809
8805
  "refresh": 2,
8810
8806
  "regex": "/pod=\"(?<text>[^\"]+)/g",
8807
+ "regexApplyTo": "value",
8811
8808
  "sort": 1,
8812
8809
  "type": "query"
8813
8810
  }
@@ -8820,8 +8817,9 @@
8820
8817
  "timepicker": {
8821
8818
  "nowDelay": ""
8822
8819
  },
8823
- "timezone": "",
8820
+ "timezone": "browser",
8824
8821
  "title": "CloudNativePG",
8825
- "uid": "cloudnative-pg",
8826
- "version": 4
8822
+ "uid": "cloudnative-pg-v5",
8823
+ "version": 1,
8824
+ "weekStart": ""
8827
8825
  }