senax opened a new issue #11984: URL: https://github.com/apache/pulsar/issues/11984
**Describe the bug** The [documentation ](https://pulsar.apache.org/docs/en/reference-metrics/#zookeeper) and [zookeeper dashboard](https://github.com/streamnative/apache-pulsar-grafana-dashboard.git) use prometheus metrics prefixed with 'zookeeper_server_' which are no longer there. For example `zookeeper_server_connections` **To Reproduce** Steps to reproduce the behavior: 1. `docker run --rm -d -p 2181:2181 --name zk apachepulsar/pulsar:2.8.0 bin/pulsar zookeeper` 2. `curl -s localhost:8000/metrics |grep ^zoo` 3. No zookeeper named metrics. 4. `curl -s localhost:8000/metrics` 5. Lots of output, so prometheus is working. 6. `docker rm -f zk` **Expected behavior** The documentation and grafana dasboards should use the correct metrics. -- 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]
