Skip to content

Commit 31be09c

Browse files
committed
adjust documentation
1 parent ece0e48 commit 31be09c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/zookeeper/pages/usage_guide/monitoring.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
The managed ZooKeeper instances are automatically configured to export Prometheus metrics.
55
See xref:operators:monitoring.adoc[window=_blank] for more details.
66

7-
Depending on the SDP version, different ZooKeeper monitoring systems are used to produce metrics.
8-
Previously, JMX in combination with JMX Exporter was used. Starting with SDP 25.7 the New Metrics System is utilized.
7+
Depending on the SDP version, different ZooKeeper monitoring systems are used to produce metrics. Currently, JMX in combination with JMX Exporter
8+
is used, but will be removed in a later release. Starting with SDP 25.7 the built-in Prometheus support of ZooKeeper is also added.
99
The naming of the metrics differs between the two systems.
1010

1111
== Metrics
1212

13-
Starting with SDP 25.7 ZooKeeper is configured to export metrics using the built in Prometheus provider. More on the Prometheus provider in
13+
Starting with SDP 25.7 ZooKeeper is configured to export metrics using the built-in Prometheus provider. More on the Prometheus provider in
1414
the https://zookeeper.apache.org/doc/current/zookeeperMonitor.html[ZooKeeper Monitor Guide,window=_blank].
1515

1616
The configuration is located in the `zoo.cfg`:
1717

1818
[source,properties]
1919
----
2020
metricsProvider.className=org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider
21-
metricsProvider.httpPort=9505
21+
metricsProvider.httpPort=7000
2222
----
2323

2424
The metrics can be accessed by calling the `/metrics` endpoint on the specified port.

0 commit comments

Comments
 (0)