@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
@@ -15,58 +15,13 @@
15
15
  }
16
16
  ]
17
17
  },
18
+ "__source": "grafana.com/grafana/dashboards/14191",
18
19
  "description": "A quickstart to setup the Prometheus Elasticsearch Exporter with preconfigured dashboards, alerting rules, and recording rules.",
19
20
  "editable": false,
20
21
  "fiscalYearStartMonth": 0,
21
22
  "graphTooltip": 1,
22
- "id": 0,
23
- "links": [
24
- {
25
- "asDropdown": true,
26
- "icon": "external link",
27
- "includeVars": false,
28
- "keepTime": true,
29
- "tags": [
30
- "OS"
31
- ],
32
- "targetBlank": true,
33
- "title": "OS",
34
- "type": "dashboards"
35
- },
36
- {
37
- "asDropdown": true,
38
- "icon": "external link",
39
- "keepTime": true,
40
- "tags": [
41
- "MySQL"
42
- ],
43
- "targetBlank": true,
44
- "title": "MySQL",
45
- "type": "dashboards"
46
- },
47
- {
48
- "asDropdown": true,
49
- "icon": "external link",
50
- "keepTime": true,
51
- "tags": [
52
- "MongoDB"
53
- ],
54
- "targetBlank": true,
55
- "title": "MongoDB",
56
- "type": "dashboards"
57
- },
58
- {
59
- "asDropdown": true,
60
- "icon": "external link",
61
- "keepTime": true,
62
- "tags": [
63
- "App"
64
- ],
65
- "targetBlank": true,
66
- "title": "App",
67
- "type": "dashboards"
68
- }
69
- ],
23
+ "id": null,
24
+ "links": [],
70
25
  "panels": [
71
26
  {
72
27
  "collapsed": false,
@@ -441,7 +396,7 @@
441
396
  "datasource": {
442
397
  "uid": "$datasource"
443
398
  },
444
- "expr": "sum (elasticsearch_jvm_memory_used_bytes{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",name=~\"$name\"}) / sum (elasticsearch_jvm_memory_max_bytes{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",name=~\"$name\"}) * 100",
399
+ "expr": "sum (elasticsearch_jvm_memory_used_bytes{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",name=~\"$name\",area=\"heap\"}) / sum (elasticsearch_jvm_memory_max_bytes{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",name=~\"$name\",area=\"heap\"}) * 100",
445
400
  "format": "time_series",
446
401
  "instant": true,
447
402
  "interval": "",
@@ -452,7 +407,7 @@
452
407
  "step": 60
453
408
  }
454
409
  ],
455
- "title": "JVM memory used Avg.",
410
+ "title": "JVM Heap Pressure",
456
411
  "type": "stat"
457
412
  },
458
413
  {
@@ -3968,7 +3923,7 @@
3968
3923
  "uid": "$datasource"
3969
3924
  },
3970
3925
  "editorMode": "code",
3971
- "expr": "rate(elasticsearch_indices_get_tota{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",name=~\"$name\"}[$rate_interval])",
3926
+ "expr": "rate(elasticsearch_indices_get_total{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",name=~\"$name\"}[$rate_interval])",
3972
3927
  "format": "time_series",
3973
3928
  "intervalFactor": 2,
3974
3929
  "legendFormat": "{{name}}: get",
@@ -4746,6 +4701,115 @@
4746
4701
  ],
4747
4702
  "title": "Thread Pool operations completed",
4748
4703
  "type": "timeseries"
4704
+ },
4705
+ {
4706
+ "datasource": {
4707
+ "uid": "$datasource"
4708
+ },
4709
+ "fieldConfig": {
4710
+ "defaults": {
4711
+ "color": {
4712
+ "mode": "palette-classic"
4713
+ },
4714
+ "custom": {
4715
+ "axisBorderShow": false,
4716
+ "axisCenteredZero": false,
4717
+ "axisColorMode": "text",
4718
+ "axisLabel": "",
4719
+ "axisPlacement": "auto",
4720
+ "barAlignment": 0,
4721
+ "barWidthFactor": 0.6,
4722
+ "drawStyle": "line",
4723
+ "fillOpacity": 10,
4724
+ "gradientMode": "none",
4725
+ "hideFrom": {
4726
+ "legend": false,
4727
+ "tooltip": false,
4728
+ "viz": false
4729
+ },
4730
+ "insertNulls": false,
4731
+ "lineInterpolation": "linear",
4732
+ "lineWidth": 1,
4733
+ "pointSize": 5,
4734
+ "scaleDistribution": {
4735
+ "type": "linear"
4736
+ },
4737
+ "showPoints": "never",
4738
+ "spanNulls": true,
4739
+ "stacking": {
4740
+ "group": "A",
4741
+ "mode": "none"
4742
+ },
4743
+ "thresholdsStyle": {
4744
+ "mode": "off"
4745
+ }
4746
+ },
4747
+ "mappings": [],
4748
+ "min": 0,
4749
+ "thresholds": {
4750
+ "mode": "absolute",
4751
+ "steps": [
4752
+ {
4753
+ "color": "green"
4754
+ },
4755
+ {
4756
+ "color": "red",
4757
+ "value": 1
4758
+ }
4759
+ ]
4760
+ },
4761
+ "unit": "short"
4762
+ },
4763
+ "overrides": []
4764
+ },
4765
+ "gridPos": {
4766
+ "h": 11,
4767
+ "w": 24,
4768
+ "x": 0,
4769
+ "y": 272
4770
+ },
4771
+ "id": 109,
4772
+ "options": {
4773
+ "legend": {
4774
+ "calcs": [
4775
+ "mean",
4776
+ "max",
4777
+ "lastNotNull"
4778
+ ],
4779
+ "displayMode": "table",
4780
+ "placement": "bottom",
4781
+ "showLegend": true
4782
+ },
4783
+ "tooltip": {
4784
+ "mode": "multi",
4785
+ "sort": "desc"
4786
+ }
4787
+ },
4788
+ "pluginVersion": "12.1.1",
4789
+ "targets": [
4790
+ {
4791
+ "datasource": {
4792
+ "uid": "$datasource"
4793
+ },
4794
+ "editorMode": "code",
4795
+ "expr": "elasticsearch_thread_pool_queue_count{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",type=~\"search|search_throttled\"}",
4796
+ "legendFormat": "Queue ({{type}})",
4797
+ "range": true,
4798
+ "refId": "A"
4799
+ },
4800
+ {
4801
+ "datasource": {
4802
+ "uid": "$datasource"
4803
+ },
4804
+ "editorMode": "code",
4805
+ "expr": "rate(elasticsearch_thread_pool_rejected_count{job=\"$job\",instance=~\"$instance\",cluster=\"$cluster\",type=~\"search|search_throttled\"}[$rate_interval])",
4806
+ "legendFormat": "Rejected/s ({{type}})",
4807
+ "range": true,
4808
+ "refId": "B"
4809
+ }
4810
+ ],
4811
+ "title": "Search Thread Pool Saturation",
4812
+ "type": "timeseries"
4749
4813
  }
4750
4814
  ],
4751
4815
  "title": "Thread Pool",
@@ -6266,16 +6330,12 @@
6266
6330
  "refresh": "5m",
6267
6331
  "schemaVersion": 42,
6268
6332
  "tags": [
6269
- "elasticsearch",
6270
- "App"
6333
+ "elasticsearch"
6271
6334
  ],
6272
6335
  "templating": {
6273
6336
  "list": [
6274
6337
  {
6275
- "current": {
6276
- "text": "Prometheus",
6277
- "value": "prometheus"
6278
- },
6338
+ "current": {},
6279
6339
  "includeAll": false,
6280
6340
  "name": "datasource",
6281
6341
  "options": [],
@@ -6285,10 +6345,7 @@
6285
6345
  "type": "datasource"
6286
6346
  },
6287
6347
  {
6288
- "current": {
6289
- "text": "prometheus-stack-elasticsearch8-metrics",
6290
- "value": "prometheus-stack-elasticsearch8-metrics"
6291
- },
6348
+ "current": {},
6292
6349
  "datasource": {
6293
6350
  "uid": "$datasource"
6294
6351
  },
@@ -6302,10 +6359,7 @@
6302
6359
  "type": "query"
6303
6360
  },
6304
6361
  {
6305
- "current": {
6306
- "text": "elastic",
6307
- "value": "elastic"
6308
- },
6362
+ "current": {},
6309
6363
  "datasource": {
6310
6364
  "uid": "$datasource"
6311
6365
  },
@@ -6341,14 +6395,11 @@
6341
6395
  "type": "query"
6342
6396
  },
6343
6397
  {
6344
- "current": {
6345
- "text": "10.48.5.12:9108",
6346
- "value": "10.48.5.12:9108"
6347
- },
6398
+ "current": {},
6348
6399
  "datasource": {
6349
6400
  "uid": "$datasource"
6350
6401
  },
6351
- "definition": "label_values(elasticsearch_indices_docs{job=\"$job\",job=\"$job\", cluster=\"$cluster\", name!=\"\"},instance)",
6402
+ "definition": "label_values(elasticsearch_indices_docs{job=\"$job\", cluster=\"$cluster\", name!=\"\"},instance)",
6352
6403
  "includeAll": false,
6353
6404
  "name": "instance",
6354
6405
  "options": [],
@@ -6398,7 +6449,7 @@
6398
6449
  },
6399
6450
  "timepicker": {},
6400
6451
  "timezone": "browser",
6401
- "title": "Elasticsearch Exporter Quickstart and Dashboard - 14191",
6452
+ "title": "Elasticsearch Stats",
6402
6453
  "uid": "4yyL6dBMk",
6403
6454
  "version": 13
6404
- }
6455
+ }