Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Oct 17, 2018
1 parent f923b90 commit 523fb88
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DA-ITSI-TELEGRAF-KAFKA/default/itsi_service_template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ entity_rules = [\
}\
]
recommended_kpis = DA-ITSI-TELEGRAF-KAFKA-All_topics_Failed_Fetch_per_sec,DA-ITSI-TELEGRAF-KAFKA-All_topics_Failed_Produce_per_sec,DA-ITSI-TELEGRAF-KAFKA-All_topics_Fetch_per_sec,DA-ITSI-TELEGRAF-KAFKA-All_topics_KBytes_in,DA-ITSI-TELEGRAF-KAFKA-All_topics_KBytes_out,DA-ITSI-TELEGRAF-KAFKA-All_topics_Produce_requests_per_sec,DA-ITSI-TELEGRAF-KAFKA-ISR_shrinking_rate,DA-ITSI-TELEGRAF-KAFKA-JVM_Garbage_collection_duration,DA-ITSI-TELEGRAF-KAFKA-Messages_per_second,DA-ITSI-TELEGRAF-KAFKA-Offline_partitions,DA-ITSI-TELEGRAF-KAFKA-Ratio_partitions_leader,DA-ITSI-TELEGRAF-KAFKA-Under-replicated_partitions
title = Kafka brokers cluster
title = Kafka brokers monitoring

[DA-ITSI-TELEGRAF-KAFKA-Kafka_LinkedIn_monitor]
description = The template service leverages the Kafka LinkedIn monitor to provide end to end monitoring for your Kafka deployment
Expand Down
Binary file modified DA-ITSI-TELEGRAF-KAFKA_100.tgz
Binary file not shown.
36 changes: 35 additions & 1 deletion docs/service_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Services creation
Monitoring Zookeeper servers
============================

**To monitor your Zookeeper servers, create a new service using the Zookeeper template service and select the proper filters for your entities:**
**To monitor your Zookeeper servers, create a new service using the "Zookeeper monitoring" template service and select the proper filters for your entities:**

* Configure / Service / Create new service / Zookeeper monitoring

Expand All @@ -37,14 +37,48 @@ Monitoring Zookeeper servers
Monitoring Kafka brokers
========================

**To monitor your Zookeeper servers, create a new service using the "Kafka brokers monitoring" template service and select the proper filters for your entities:**

* Configure / Service / Create new service / Kafka brokers monitoring

.. image:: img/service_zookeeper_pic1.png
:alt: service_zookeeper_pic1.png
:align: center

.. image:: img/service_zookeeper_pic2.png
:alt: service_zookeeper_pic2.png
:align: center

Monitoring Kafka topics
=======================

**To monitor one or more Kafka topics, create a new service using the "Kafka topic monitoring" template service and select the proper filters for your entities corresponding to your topics:**

* Configure / Service / Create new service / ZKafka topic monitoring

.. image:: img/service_zookeeper_pic1.png
:alt: service_zookeeper_pic1.png
:align: center

.. image:: img/service_zookeeper_pic2.png
:alt: service_zookeeper_pic2.png
:align: center


End to end monitoring with LinkedIn Kafka monitor
=================================================

**To monitor your Kafka deployment using the LinkedIn Kafka monitor, create a new service using the "Kafka LinkedIn monitor" template service and select the proper filters for your entities:**

* Configure / Service / Create new service / Kafka LinkedIn monitor

.. image:: img/service_zookeeper_pic1.png
:alt: service_zookeeper_pic1.png
:align: center

.. image:: img/service_zookeeper_pic2.png
:alt: service_zookeeper_pic2.png
:align: center



Expand Down

0 comments on commit 523fb88

Please sign in to comment.