skidder opened a new pull request, #1909: URL: https://github.com/apache/zookeeper/pull/1909
Resolves ZOOKEEPER-4398 by adding an optional metric configuration property for a string prefix for all Zookeeper metric names. It's common to have Prometheus metrics scoped to a namespace by using the application name as its prefix. For instance, Apache Kafka metrics have the prefix of `kafka_`, making them easier to identify. This new config could be used to namespace Zookeeper metrics (e.g. `zookeeper_up` instead of simply `up`). The default behavior does not use a prefix. -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org