Skip to content

Commit

Permalink
1.106.1 (#117)
Browse files Browse the repository at this point in the history
* #97 Remove exported_ prefix from metric labels in failing panels

Signed-off-by: Sean Alvarez <alvie0818@gmail.com>

* increased readiness and liveness probe delay to 120 (#112)

* increased readiness and liveness probe delay to 120

* Signed-off-by: Matt Ray <github@mattray.dev>

---------

Co-authored-by: Matt Ray <github@mattray.dev>

* Add scrapeTimeout to values.yaml with 10s default

---------

Signed-off-by: Sean Alvarez <alvie0818@gmail.com>
Signed-off-by: Tony Scott <toscott@users.noreply.github.com>
Co-authored-by: Sean Alvarez <alvie0818@gmail.com>
Co-authored-by: Theis Ferré Hjortkjær <theisferre@gmail.com>
Co-authored-by: liorf <lior.franko@ironesrc.com>
Co-authored-by: Tony Scott <toscott@users.noreply.github.com>
  • Loading branch information
5 people authored Sep 24, 2023
1 parent c5f41f0 commit 25048cc
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 28 deletions.
4 changes: 2 additions & 2 deletions charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.105.2
appVersion: 1.106.1
name: opencost
description: OpenCost and OpenCost UI
type: application
Expand All @@ -9,7 +9,7 @@ keywords:
- kubecost
- opencost
- monitoring
version: 1.19.4
version: 1.20.0
maintainers:
- name: mattray
url: https://mattray.dev
Expand Down
4 changes: 2 additions & 2 deletions charts/opencost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

OpenCost and OpenCost UI

![Version: 1.19.4](https://img.shields.io/badge/Version-1.19.4-informational?style=flat-square)
![Version: 1.20.0](https://img.shields.io/badge/Version-1.20.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: 1.105.2](https://img.shields.io/badge/AppVersion-1.105.2-informational?style=flat-square)
![AppVersion: 1.106.1](https://img.shields.io/badge/AppVersion-1.106.1-informational?style=flat-square)

## Maintainers

Expand Down
1 change: 1 addition & 0 deletions charts/opencost/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
scheme: http
path: /metrics
interval: {{ .Values.opencost.metrics.serviceMonitor.scrapeInterval }}
scrapeTimeout: {{ .Values.opencost.metrics.serviceMonitor.scrapeTimeout }}
{{- if .Values.opencost.metrics.serviceMonitor.honorLabels }}
honorLabels: true
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ opencost:
namespace: ""
# -- Interval at which metrics should be scraped
scrapeInterval: 30s
# -- Timeout after which the scrape is ended
scrapeTimeout: 10s
# -- HonorLabels chooses the metric's labels on collisions with target labels
honorLabels: true
# -- RelabelConfigs to apply to samples before scraping. Prometheus Operator automatically adds relabelings for a few standard Kubernetes fields
Expand Down
Loading

0 comments on commit 25048cc

Please sign in to comment.