-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
doc-completeYour PR changes impact docs and the related docs have been already added.Your PR changes impact docs and the related docs have been already added.release/2.9.0type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Milestone
Description
Describe the bug
The documentation and zookeeper dashboard use prometheus metrics prefixed with 'zookeeper_server_' which are no longer there.
For example zookeeper_server_connections
To Reproduce
Steps to reproduce the behavior:
docker run --rm -d -p 2181:2181 --name zk apachepulsar/pulsar:2.8.0 bin/pulsar zookeepercurl -s localhost:8000/metrics |grep ^zoo- No zookeeper named metrics.
curl -s localhost:8000/metrics- Lots of output, so prometheus is working.
docker rm -f zk
Expected behavior
The documentation and grafana dasboards should use the correct metrics.
Metadata
Metadata
Assignees
Labels
doc-completeYour PR changes impact docs and the related docs have been already added.Your PR changes impact docs and the related docs have been already added.release/2.9.0type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug