Skip to content

Commit

Permalink
fix: scrape timeout should be lower than frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Dec 28, 2022
1 parent 289988e commit 6ca512d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ec2-pricing-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: ec2-pricing-exporter
description: Exports the price of each EC2 instance type (spot and ondemand) as prometheus metrics
type: application
appVersion: v0.2.0
version: 0.1.1
version: 0.1.2
maintainers:
- name: AndreZiviani
4 changes: 2 additions & 2 deletions charts/ec2-pricing-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ helm repo add andreziviani https://andreziviani.github.io/helm-charts
| serviceAccount.create | bool | `true` | |
| serviceAccount.labels | object | `{}` | |
| serviceAccount.name | string | `nil` | |
| serviceMonitor.enabled | bool | `true` | |
| serviceMonitor.enabled | bool | `false` | |
| serviceMonitor.interval | string | `"30s"` | |
| serviceMonitor.labels | object | `{}` | |
| serviceMonitor.path | string | `"/metrics"` | |
| serviceMonitor.relabelings | list | `[]` | |
| serviceMonitor.scheme | string | `"http"` | |
| serviceMonitor.scrapeTimeout | string | `"120s"` | |
| serviceMonitor.scrapeTimeout | string | `"30s"` | |
| serviceMonitor.tlsConfig | object | `{}` | |
| updateStrategy.type | string | `"RollingUpdate"` | |
2 changes: 1 addition & 1 deletion charts/ec2-pricing-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serviceMonitor:
interval: 30s
scheme: http
tlsConfig: {}
scrapeTimeout: 120s
scrapeTimeout: 30s
relabelings: []

#nodeSelector: |
Expand Down

0 comments on commit 6ca512d

Please sign in to comment.