Back to Zeppelin

Apache Zeppelin Monitoring

docs/setup/operation/monitoring.md

0.12.01.7 KB
Original Source
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

Apache Zeppelin Monitoring

<div id="toc"></div>

Monitoring Options

Apache Zeppelin is using Micrometer - a vendor-neutral application metrics facade.

Prometheus Monitoring

Prometheus is the leading monitoring solution for Kubernetes. The Prometheus endpoint can be activated with the configuration property zeppelin.metric.enable.prometheus. The metrics are accessible via the unauthenticated endpoint /metrics. For Grafana a good starting point for a dashboard can be found in our Github Repository.

JMX Monitoring

JMX is a general solution for monitoring Java applications. JMX can be activated with the configuration property zeppelin.jmx.enable. The default port 9996 can be changed with the configuration property zeppelin.jmx.port.

Healthcheck Probe

Apache Zeppelin has two healthcheck related unauthenticated endpoints (/health/readiness, /health/liveness) that could be used for proxy and/or cloud setups.