Skip to content

Commit

Permalink
fix outOfOrderTimeWindow value (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 authored Oct 19, 2023
1 parent 7270880 commit eee18c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ kube-prometheus-stack:
additionalRemoteWrite: []
additionalScrapeConfigs:
- job_name: "federate"
scrape_interval: 10s
scrape_interval: 60s
honor_labels: true
metrics_path: "/federate"
bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
Expand Down Expand Up @@ -779,7 +779,7 @@ kube-prometheus-stack:
# emptyDir:
# medium: Memory
tsdb:
outOfOrderTimeWindow: 5s
outOfOrderTimeWindow: 0s
volumes: []
volumeMounts: []
walCompression: true
Expand Down

0 comments on commit eee18c3

Please sign in to comment.