You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kube-prometheus-stack/values.yaml
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1324,7 +1324,7 @@ kubelet:
1324
1324
1325
1325
## If true, defines whether Prometheus tracks staleness of the metrics that have an explicit timestamp present in scraped data. Has no effect if `honorTimestamps` is false.
1326
1326
## We recommend enabling this if you want the best possible accuracy for container_ metrics scraped from cadvisor.
1327
-
##
1327
+
## For more details see: https://github.com/prometheus-community/helm-charts/pull/5063#issuecomment-2545374849
1328
1328
trackTimestampsStaleness: true
1329
1329
1330
1330
## SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
@@ -1362,10 +1362,6 @@ kubelet:
1362
1362
##
1363
1363
insecureSkipVerify: true
1364
1364
1365
-
## Enable scraping /metrics/cadvisor from kubelet's service
1366
-
##
1367
-
cAdvisor: true
1368
-
1369
1365
## Enable scraping /metrics/probes from kubelet's service
1370
1366
##
1371
1367
probes: true
@@ -1376,7 +1372,18 @@ kubelet:
1376
1372
resource: false
1377
1373
# From kubernetes 1.18, /metrics/resource/v1alpha1 renamed to /metrics/resource
1378
1374
resourcePath: "/metrics/resource/v1alpha1"
1375
+
## Configure the scrape interval for resource metrics. This is configured to the default Kubelet cAdvisor
1376
+
## minimum housekeeping interval in order to avoid missing samples. Note, this value is ignored
1377
+
## if kubelet.serviceMonitor.interval is not empty.
1378
+
resourceInterval: 10s
1379
1379
1380
+
## Enable scraping /metrics/cadvisor from kubelet's service
1381
+
##
1382
+
cAdvisor: true
1383
+
## Configure the scrape interval for cAdvisor. This is configured to the default Kubelet cAdvisor
1384
+
## minimum housekeeping interval in order to avoid missing samples. Note, this value is ignored
1385
+
## if kubelet.serviceMonitor.interval is not empty.
1386
+
cAdvisorInterval: 10s
1380
1387
## MetricRelabelConfigs to apply to samples after scraping, but before ingestion.
0 commit comments