Skip to content

Commit

Permalink
Fix scrape interval (#67)
Browse files Browse the repository at this point in the history
* update scrape interval

* bump version
  • Loading branch information
BulatSaif authored Apr 19, 2022
1 parent 4702ba5 commit 5ba6623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: node
description: A Helm chart to deploy Substrate/Polkadot nodes
type: application
version: 1.5.1
version: 1.5.2
appVersion: "0.0.1"
4 changes: 2 additions & 2 deletions charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ node:
serviceMonitor:
enabled: false
#namespace: monitoring
interval: 1m
scrapeTimeout: 30s
interval: 30s
scrapeTimeout: 10s
targetLabels:
- node
relabelings: []
Expand Down

0 comments on commit 5ba6623

Please sign in to comment.