Skip to content

Commit 9730ba5

Browse files
authored
Prepare for 4.2.0 support: remove statsProviderClass config for bookkeeper (#654)
1 parent d70d94f commit 9730ba5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/pulsar/templates/_bookkeeper.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ zkTimeout: "{{ .Values.pulsar_metadata.bookkeeper.metadataStoreSessionTimeoutMil
150150
# enable bookkeeper http server
151151
httpServerEnabled: "true"
152152
httpServerPort: "{{ .Values.bookkeeper.ports.http }}"
153-
# config the stats provider
154-
statsProviderClass: org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider
155153
# use hostname as the bookie id
156154
useHostNameAsBookieID: "true"
157155
{{- end }}

0 commit comments

Comments
 (0)