dabealu / zookeeper-exporter

zookeeper exporter for prometheus
MIT License
139 stars 74 forks source link

Add support for TLS #25

Closed danpawlik closed 3 years ago

danpawlik commented 4 years ago

Hi, Since version 3.5, zookeeper has an option to enable TLS which is not supported by current exporter.

dabealu commented 3 years ago

Added in v0.1.11, PR: https://github.com/dabealu/zookeeper-exporter/pull/36 Thanks to @yozel

poloz-lab commented 1 year ago

What if we want to use TLS without client authentication (i.e. ssl.clientAuth=none in ZooKeeper configuration) ?