The broker metrics are exposed under "/metrics/" at port 8080. But, what about the client metrics (both consumer and producer)? Can we expose Apache Pulsar metrics through Micrometer (particularly with Prometheus)?
It would be interesting if we are using Pulsar with Spring Boot. I'm not using the Spring for Apache Pulsar framework. The client metrics would be like: how long it takes to consume a batch, how many failures, etc.