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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1322,6 +1322,11 @@ kubelet:
1322
1322
##
1323
1323
honorTimestamps: true
1324
1324
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
+
## We recommend enabling this if you want the best possible accuracy for container_ metrics scraped from cadvisor.
1327
+
##
1328
+
trackTimestampsStaleness: true
1329
+
1325
1330
## SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
0 commit comments