Skip to content

Commit

Permalink
Updating values with default honorTimestamp and honorLables
Browse files Browse the repository at this point in the history
Signed-off-by: andrejshapal <[email protected]>
  • Loading branch information
andrejshapal authored Oct 24, 2023
1 parent f1df0e8 commit 1bf6fca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf6fca

Please sign in to comment.