Skip to content

Commit

Permalink
Fixed global gaps and wrong realtime values in some metrics (#24)
Browse files Browse the repository at this point in the history
* Fixed global gaps and wrong realtime values in some metrics

* Updated version
  • Loading branch information
groundhog2k authored Oct 23, 2023
1 parent eee18c3 commit c940ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
catalog.cattle.io/requests-memory: 1000Mi
name: caas-project-monitoring
description: A Helm chart for Rancher Project Monitoring V3
version: "1.2.2"
version: "1.2.3"
appVersion: "51.0.3"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
Expand Down
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: 60s
scrape_interval: 30s
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: 0s
outOfOrderTimeWindow: 5m
volumes: []
volumeMounts: []
walCompression: true
Expand Down

0 comments on commit c940ee5

Please sign in to comment.