Disable Zookeeper Prometheus export

This does not work as this functionality is built out of the Debian
packages. Hopefully it will be enabled one day...
This commit is contained in:
Joshua Boniface 2023-12-10 01:41:06 -05:00
parent 23bb3cb4d9
commit 7a2c16e2a5
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ maxClientCnxns=200
autopurge.snapRetainCount=3 autopurge.snapRetainCount=3
autopurge.purgeInterval=1 autopurge.purgeInterval=1
# Enable Prometheus metrics # Enable Prometheus metrics (someday, but not today under Debian 12 or less)
metricsProvider.className=org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider #metricsProvider.className=org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider
metricsProvider.httpPort=9181 #metricsProvider.httpPort=9181
metricsProvider.exportJvmInfo=true #metricsProvider.exportJvmInfo=true
# Listen on port 2181 on the cluster IP # Listen on port 2181 on the cluster IP
clientPort=2181 clientPort=2181