Capture Confluent Kafka Metrics easily with Jolokia , Telegraf, InfluxDB and Grafana (JTIG)

Kafka provides all kinds of metrics that can be used for operational support and tuning work.  We can use Telegraf/Jolokia to capture metrics from the various Confluent broker nodes and put those metrics into an Influx DB. We can then create Grafana dashboards for those metrics using Grafana

Example Topology
Deployed Components

  1. We run a custom Kafka Broker Docker Image built on top of the confluent/cp-server image.
    1. That image just adds the Jolokia JVM Agent jar file.  
  2. Run a docker-compose.yml to start Kafka that enables Jolokia as a Java Agent
    1. The agent URL for demontration purposes
  3. The Telegraf standalone agent conf enables the Jolokia2 input adapter. 
    1. The configuration file can be built into a new image or the configuration file can be mounted inside the standard DockerHub Telegraph image.
  4. Telegraf runs with this new configuration file.
  5. Telegraf retrieves the data from the Jolokia REST endpoints and sends it to InfluxDB
  6. Grafana provides visualization.  It uses InfluxDB as a data source.

Jolokia Java Agent runs on each Kafka Broker Node

 The off the shelf Confluence cp-server image doesn't include the necessary Jolokia Java Agent. You can build your own image or get one off of Docker Hub to play with.

Run everything in Docker

You can build your own Docker image using the commands in the GitHub repository.  It contains code and configuration to run a full Kafka cluster and a monitoring cluster that includes Telegraf, InfluxDB, and Grafana.  The Readme.md can walk you through the steps.

confluent/cp-server w/Jolokia on Docker Hub

I've pushed a pre-build Docker Image to Docker Hub.  You can find a pre-built cp-server/jolokia Docker image on Docker Hub under freemansoft/cp-server. The Image is built on top of the supported Confluence 5.5.1 image at the time of this writing 

Video - Kafka Metrics with JTIG

Intro


Creating a cp-server Docker Image that includes the Jolokia Java Agent

Configuring Telegraf , the telegraf.conf file

Connecting Grafana and Graphing Metrics


Grafana Dashboard for Kafka Metrics - Quickstart


History

Published 2020 09 13
Updated 2020 09 20 - Video 5

Comments

Popular posts from this blog

Understanding your WSL2 RAM and swap - Changing the default 50%-25%

Installing the RNDIS driver on Windows 11 to use USB Raspberry Pi as network attached

DNS for Azure Point to Site (P2S) VPN - getting the internal IPs