You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/04/11 14:36:02 UTC

(pulsar-helm-chart) branch master updated: Increase default Prometheus scrape interval to 60s (#487)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new ee4b7a7  Increase default Prometheus scrape interval to 60s (#487)
ee4b7a7 is described below

commit ee4b7a7988686d23bc47e0c7c83042166dcf34a7
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Thu Apr 11 07:35:57 2024 -0700

    Increase default Prometheus scrape interval to 60s (#487)
---
 charts/pulsar/values.yaml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 9d446fe..50fbc1c 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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