tet123/documentation/modules/ROOT/pages/operations/monitoring.adoc
Alexander Schwartz 13dbc1f31c DBZ-1944 moving files that are used only in includes to partials
... so that Antora doesn't create a separate page for them that would be meaningless or confusing to users or search engines
2020-04-09 08:29:46 +02:00

28 lines
1.1 KiB
Plaintext

= Monitoring Debezium
include::../_attributes.adoc[]
:linkattrs:
:icons: font
:toc:
:toc-placement: macro
toc::[]
You can use the JMX metrics provided by link:https://zookeeper.apache.org/doc/r3.1.2/zookeeperJMX.html[Zookeeper] and link:http://docs.confluent.io/3.0.0/kafka/monitoring.html[Kafka] to monitor {prodname}.
To use these metrics, you must enable them when you start the Zookeeper, Kafka, and Kafka Connect services.
Enabling JMX involves setting the correct environment variables.
The environment variables that you must set depends on whether you are running Zookeeper, Kafka, and Kafka Connect in a local installation or in Docker containers.
[NOTE]
====
If you are running multiple services on the same machine,
be sure to use distinct JMX ports for each service.
====
include::{partialsdir}/modules/monitoring/c_metrics-monitoring-connectors.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/monitoring/as_enabling-jmx-local-installations.adoc[leveloffset=+1]
include::{partialsdir}/assemblies/monitoring/as_enabling-jmx-docker.adoc[leveloffset=+1]
include::{partialsdir}/modules/monitoring/c_using-prometheus-grafana.adoc[leveloffset=+1]