Skip to content

Commit

Permalink
add InfluxDB monitoring solution to zookeeperMonitor.md
Browse files Browse the repository at this point in the history
describe InfluxDB monitoring solution

Author: Ivan Kudibal <8028110+ivankudibal@users.noreply.github.com>

Reviewers: maoling, hanm

Closes apache#1453 from ivankudibal/patch-1
  • Loading branch information
ivankudibal authored and RokLenarcic committed Sep 3, 2022
1 parent 4e1eb07 commit 39f94df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions zookeeper-docs/src/main/resources/markdown/zookeeperMonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
* [Metrics](#Metrics)
* [Prometheus](#Prometheus)
* [Grafana](#Grafana)
* [InfluxDB](#influxdb)

* [JMX](#JMX)

Expand Down Expand Up @@ -86,6 +87,21 @@ All the metrics are included in the `ServerMetrics.java`.
- Then download and import the default ZooKeeper dashboard [template](https://grafana.com/dashboards/10465) and customize.
- Users can ask for Grafana dashboard account if having any good improvements by writing a email to **dev@zookeeper.apache.org**.
<a name="influxdb"></a>
### InfluxDB
InfluxDB is an open source time series data that is often used to store metrics
from Zookeeper. You can [download](https://portal.influxdata.com/downloads/) the
open source version or create a [free](https://cloud2.influxdata.com/signup)
account on InfluxDB Cloud. In either case, configure the [Apache Zookeeper
Telegraf plugin](https://www.influxdata.com/integration/apache-zookeeper/) to
start collecting and storing metrics from your Zookeeper clusters into your
InfluxDB instance. There is also an [Apache Zookeeper InfluxDB
template](https://www.influxdata.com/influxdb-templates/zookeeper-monitor/) that
includes the Telegraf configurations and a dashboard to get you set up right
away.
<a name="JMX"></a>
## JMX
More details can be found in [here](http://zookeeper.apache.org/doc/current/zookeeperJMX.html)
Expand Down

0 comments on commit 39f94df

Please sign in to comment.