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 9730ba5 Prepare for 4.2.0 support: remove statsProviderClass config
for bookkeeper (#654)
9730ba5 is described below
commit 9730ba599bb770c16ae0f25f794b7ce4375290ac
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Feb 24 11:47:28 2026 +0200
Prepare for 4.2.0 support: remove statsProviderClass config for bookkeeper
(#654)
---
charts/pulsar/templates/_bookkeeper.tpl | 2 --
1 file changed, 2 deletions(-)
diff --git a/charts/pulsar/templates/_bookkeeper.tpl
b/charts/pulsar/templates/_bookkeeper.tpl
index 610d803..dfd430d 100644
--- a/charts/pulsar/templates/_bookkeeper.tpl
+++ b/charts/pulsar/templates/_bookkeeper.tpl
@@ -150,8 +150,6 @@ zkTimeout: "{{
.Values.pulsar_metadata.bookkeeper.metadataStoreSessionTimeoutMil
# enable bookkeeper http server
httpServerEnabled: "true"
httpServerPort: "{{ .Values.bookkeeper.ports.http }}"
-# config the stats provider
-statsProviderClass:
org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider
# use hostname as the bookie id
useHostNameAsBookieID: "true"
{{- end }}