We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70d94f commit 9730ba5Copy full SHA for 9730ba5
charts/pulsar/templates/_bookkeeper.tpl
@@ -150,8 +150,6 @@ zkTimeout: "{{ .Values.pulsar_metadata.bookkeeper.metadataStoreSessionTimeoutMil
150
# enable bookkeeper http server
151
httpServerEnabled: "true"
152
httpServerPort: "{{ .Values.bookkeeper.ports.http }}"
153
-# config the stats provider
154
-statsProviderClass: org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider
155
# use hostname as the bookie id
156
useHostNameAsBookieID: "true"
157
{{- end }}
0 commit comments