From 1bf6fcaf155385062f7288f743d9708ce177b067 Mon Sep 17 00:00:00 2001 From: andrejshapal Date: Tue, 24 Oct 2023 20:00:54 +0300 Subject: [PATCH] Updating values with default honorTimestamp and honorLables Signed-off-by: andrejshapal --- charts/kube-prometheus-stack/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/kube-prometheus-stack/values.yaml b/charts/kube-prometheus-stack/values.yaml index 00dd96683550..179419c4c33d 100644 --- a/charts/kube-prometheus-stack/values.yaml +++ b/charts/kube-prometheus-stack/values.yaml @@ -1183,6 +1183,14 @@ kubelet: ## interval: "" + ## If true, Prometheus use (respect) labels provided by exporter. + ## + honorLabels: true + + ## If true, Prometheus ingests metrics with timestamp provided by exporter. If false, Prometheus ingests metrics with timestamp of scrape. + ## + honorTimestamps: true + ## SampleLimit defines per-scrape limit on number of scraped samples that will be accepted. ## sampleLimit: 0