Skip to content

Commit

Permalink
Increase default Prometheus scrape interval to 60s (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Apr 11, 2024
1 parent 7c7ca4a commit ee4b7a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ zookeeper:
# This is how prometheus discovers this component
podMonitor:
enabled: true
interval: 10s
scrapeTimeout: 10s
interval: 60s
scrapeTimeout: 60s
metricRelabelings:
# - action: labeldrop
# regex: cluster
Expand Down Expand Up @@ -460,8 +460,8 @@ bookkeeper:
# This is how prometheus discovers this component
podMonitor:
enabled: true
interval: 10s
scrapeTimeout: 10s
interval: 60s
scrapeTimeout: 60s
metricRelabelings:
# - action: labeldrop
# regex: cluster
Expand Down Expand Up @@ -666,8 +666,8 @@ autorecovery:
# This is how prometheus discovers this component
podMonitor:
enabled: true
interval: 10s
scrapeTimeout: 10s
interval: 60s
scrapeTimeout: 60s
metricRelabelings:
# - action: labeldrop
# regex: cluster
Expand Down Expand Up @@ -762,8 +762,8 @@ broker:
# This is how prometheus discovers this component
podMonitor:
enabled: true
interval: 10s
scrapeTimeout: 10s
interval: 60s
scrapeTimeout: 60s
metricRelabelings:
# - action: labeldrop
# regex: cluster
Expand Down Expand Up @@ -994,8 +994,8 @@ proxy:
# This is how prometheus discovers this component
podMonitor:
enabled: true
interval: 10s
scrapeTimeout: 10s
interval: 60s
scrapeTimeout: 60s
metricRelabelings:
# - action: labeldrop
# regex: cluster
Expand Down

0 comments on commit ee4b7a7

Please sign in to comment.