From 66bdf4f87693c9097a37ae89c1b5e9b873566acd Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Tue, 24 Feb 2026 11:22:59 +0200 Subject: [PATCH] Prepare for 4.2.0 support: remove statsProviderClass config for bookkeeper --- 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 610d8030..dfd430de 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 }}