jihwong opened a new issue, #4153: URL: https://github.com/apache/bookkeeper/issues/4153
https://bookkeeper.apache.org/docs/reference/config/#statistics The document indicates that PrometheusMetricsProvider is enabled by default. But it didn't start listening to port 8000. I also tried to add PrometheusMetricsProvider configuration. conf ``` BK_enableStatistics: "true" BK_statsProviderClass: "org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider" BK_prometheusStatsHttpPort: "8000" BK_prometheusStatsHttpAddress: "0.0.0.0" ``` log ``` "statsProviderClass" : "org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider", "prometheusStatsHttpPort" : "8000", "prometheusStatsHttpAddress" : "0.0.0.0", ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
