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 601e78d  Add Broker Cache and Sockets dashboards (#586)
601e78d is described below

commit 601e78d8a5cf6b6a00fbdbe1bec6faa99c6a1bb1
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Mar 6 09:24:19 2025 +0200

    Add Broker Cache and Sockets dashboards (#586)
---
 charts/pulsar/values.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 8b67cf9..63a4c74 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -1498,6 +1498,12 @@ kube-prometheus-stack:
         offloader:
           url: 
https://raw.githubusercontent.com/apache/pulsar/refs/heads/master/grafana/dashboards/offloader.json
           datasource: Prometheus
+        broker-cache:
+          url: 
https://raw.githubusercontent.com/datastax/pulsar-helm-chart/refs/heads/master/helm-chart-sources/pulsar/grafana-dashboards/broker-cache-by-broker.json
+          datasource: Prometheus
+        sockets:
+          url: 
https://raw.githubusercontent.com/datastax/pulsar-helm-chart/refs/heads/master/helm-chart-sources/pulsar/grafana-dashboards/sockets.json
+          datasource: Prometheus
   ## Prometheus node exporter component
   prometheus-node-exporter:
     enabled: true

Reply via email to