Skip to content

Commit ea2814d

Browse files
committed
chart: increase node-exporter scrape frequency to allow better data visualisation
1 parent c7da6ec commit ea2814d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- monitoring
1313
- tracing
1414
- opentelemetry
15-
version: 17.23.1
15+
version: 17.23.2
1616
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
1717
# kubeVersion: ">= 1.23.0"
1818
dependencies:

chart/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ kube-prometheus-stack:
363363
service:
364364
annotations:
365365
prometheus.io/scrape: "false"
366+
prometheus:
367+
monitor:
368+
interval: 15s
366369
resources:
367370
limits:
368371
cpu: 250m

0 commit comments

Comments
 (0)