|
PULSAR_PREFIX_statsProviderClass: org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider |
This appears to be creating a configmap automatically with org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider as the value... that class name is not valid on the latest pulsar image I'm using (4.2.2) and it appears to be overriding the value in the latest bookkeeper.conf file
statsProviderClass=org.apache.pulsar.metrics.prometheus.bookkeeper.PrometheusMetricsProvider
I'm manually deleting that value from the configmap currently in order to get bookkeeper running, however, that's not a long term workaround
kaap/operator/src/test/java/com/datastax/oss/kaap/controllers/bookkeeper/BookKeeperControllerTest.java
Line 109 in f0cf87f
This appears to be creating a configmap automatically with
org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvideras the value... that class name is not valid on the latest pulsar image I'm using (4.2.2) and it appears to be overriding the value in the latest bookkeeper.conf fileI'm manually deleting that value from the configmap currently in order to get bookkeeper running, however, that's not a long term workaround