Skip to content

Commit

Permalink
[ZEPPELIN-5123] Add an example grafana dashboard (apache#4295)
Browse files Browse the repository at this point in the history
* Add an example grafana dashboard

* Add dashboard mention to doc

* Add operation/monitoring link to setup dropdown

Co-authored-by: Johann Behr <[email protected]>
  • Loading branch information
Reamer and ExNG authored Nov 1, 2022
1 parent 679b3fb commit a08a1dd
Show file tree
Hide file tree
Showing 3 changed files with 1,557 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_includes/themes/zeppelin/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<li role="separator" class="divider"></li>
<li class="title"><span>Operation</span></li>
<li><a href="{{BASE_PATH}}/setup/operation/configuration.html">Configuration</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/monitoring.html">Monitoring</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/proxy_setting.html">Proxy Setting</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/upgrading.html">Upgrading</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/trouble_shooting.html">Trouble Shooting</a></li>
Expand Down
1 change: 1 addition & 0 deletions docs/setup/operation/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Apache Zeppelin is using [Micrometer](https://micrometer.io/) - a vendor-neutral
### Prometheus Monitoring

[Prometheus](https://prometheus.io/) is the leading monitoring solution for [Kubernetes](https://kubernetes.io/). 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](https://grafana.com/) a good starting point for a dashboard can be found in our [Github Repository](https://github.com/apache/zeppelin/blob/grafana/examples/dashboard.json).

### JMX Monitoring

Expand Down
Loading

0 comments on commit a08a1dd

Please sign in to comment.