Skip to content

Commit

Permalink
stackdriver-exporter: fix typo (prometheus-community#3462)
Browse files Browse the repository at this point in the history
Signed-off-by: nicoche <[email protected]>
Co-authored-by: MH <[email protected]>
  • Loading branch information
2 people authored and Matiasmct committed Mar 20, 2024
1 parent 82e38b8 commit 5a07dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Stackdriver exporter for Prometheus
name: prometheus-stackdriver-exporter
version: 4.3.0
version: 4.3.1
appVersion: 0.13.0
home: https://www.stackdriver.com/
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/prometheus-stackdriver-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ serviceMonitor:
# How long until a scrape request times out.
scrapeTimeout: '10s'
# fallback to the prometheus default unless specified
# interval: 10s
## Defaults to what's used if you follow CoreOS [Prometheus Install Instructions](https://github.com/helm/charts/tree/master/stable/prometheus-operator#tldr)
interval: 10s
# Defaults to what's used if you follow CoreOS [Prometheus Install Instructions](https://github.com/helm/charts/tree/master/stable/prometheus-operator#tldr)
honorLabels: true
## Whether Prometheus should use the timestamps of the metrics exposed by stackdriver-exporter
# Whether Prometheus should use the timestamps of the metrics exposed by stackdriver-exporter
honorTimestamps: true
# MetricRelabelConfigs to apply to samples before ingestion https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#relabelconfig
metricRelabelings: []
Expand Down

0 comments on commit 5a07dae

Please sign in to comment.