GithubHelp home page GithubHelp logo

ofthomas76 / cp-server-jolokia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from freemansoft/cp-server-jolokia

0.0 0.0 0.0 590 KB

Docker image for confluentinc/cp-server including Jolokia Java Agent to expose metrics via HTTP

Shell 74.47% Dockerfile 25.53%

cp-server-jolokia's Introduction

This project exposes Kafka Topic metrics via JMX where they are picked up and stored in InfluxDB and exposed to user via Grafana.

Kakfa Brokers expose topic statistics two ways

  • JMX Beans
  • As messages in confluent-metrics topic

confluent-cp + Jolokia Docker Image

This project builds a Docker image on top of the confluentinc/cp-server docker iamage. The Image exposes the Jolokia HTTP endpoint on port 8778. The Image will receive two tags, the cp-server version and the cp-serverversion appeneded with the build timestamp. This lets start scripts use the same version number for this cp-server as it does for the rest of the confluent components. You must run the freemansoft/cp-server with these parameters to enable the Jolokia agent installed in this image.

KAFKA_OPTS: '-javaagent:/opt/jolokia/jolokia-jvm-agent.jar=host=0.0.0.0'

You configure the Telegraf Jolokia2 plugin to use this endpoint as input where it can then be sent to any Telegraf output sink. See the sample telegraf.conf file in this GitHub repo associated with this Docker Image

Building the cp-server w/Jolokia Docker Image

  • Build a docker container that includes the Jolokia agent that exposes JMX over HTTP on port.
    cd cp-server-jolokia
    build.sh
    docker-compose -f docker-compose-kafka.yml up

Docker Hub

You may find a pre-built docker image on Dockerhub.


Sample telegraf.conf file.

Jolokia exposes about 3000 metrics. The sample telegraf.conf file imports a significant subset of these. telegraf.conf is configured baed on some 3-node work I did even though this repo only has a single broker:

  • Poll the kafka broker nodes every 20 seconds instead of 10 seconds. This cuts the amount of data collected in half. The default seems excessive for metrics.
  • Increase tinput buffer sizes 4x from the default. The defaults are overrun by 7000 metrics when connected to three servers at the default buffer size. This implies 17000 metrics. The buffer sizes are now 4000/40000 which shold be twice what we need for a 3 node. I just guessed at all that
  • Push the data to a Containerized InfluxDB database

Exercising this repository

Demo Cluster

Run the Kafka cluster and the Monitoring cluster

This project builds on a Docker Image built on top of the standard confluentinc/cp-server docker image

  1. Build a Kafka Broker Docker image with the Jolokia Agent
    • bash build.sh
  2. Start Kafka
    • docker-compose -f docker-compose-kafka.yml up
  3. Verify Kakfa is up by looking at the Confluent Dashboard
  4. Verify the *Jolokia Agent is coughing up JMX bean data. Browse to the Jolokia REST Endpoint
    • Jolokia port 8778 is exposed to the docker host in the docker_compose sample. This will show all the beans available exposed by the Kafka Broker All MBean data is exposed to the Jolokia REST endpoint. Topic statistics should exist for each topic.
    • http://localhost:8778/jolokia/list
  5. Start the monitoring ecosystem - Telegraf, InfluxDB and Grafana
    • docker-compose -f docker-compose-monitoring.yml up
  6. Verify the Grafana UI is up. The credentials are admin/admin Browse to the Grafana UI You can ignore the pasword change request for this demo.

Testing Grafana

Note: These steps are automated in the quickstart subfolder


Configure Grafana to use InfluxDB as a source

  1. Connect to the Grafana Dashboard
  2. Navigate to Configuration --> Data Sources
  3. Click on add data source
  4. Click on influxDB to start the connection creation
  5. Create a data source that points at InfluxDB
  6. Click Save and Test

You can view the datasource configuration via the Grafana REST API http://localhost:3000/api/datasources/


Run Grafana Queries

  1. Connect to the Grafana Dashboard with your browser as described above
  2. In the Grafana dashboard
    • Click on Explore in the left menu
  3. Make sure the DB droplist at the top is set to InfluxDB
  4. On the FROM line
    • Change the from to the desired metric like cpu or kafka_topics
  5. On the Select line
    • Change the field value to the metric you want to see
  6. Click on Run Query

Example: FROM default mem WHERE SELECT field(active) mean() GROUP BY time($_interval...) FORMAT AS Time series

Sample Grafana Chart

Broker Heap Usage


Generate Test data in Kafka using Datagen

We can generate Kafka traffic using the demonstration Data Generator in the Confluence dashboard. See this page https://docs.confluent.io/current/quickstart/ce-quickstart.html The following is a poor cheatsheet

  1. Open Browser to the Confluent Dashboard
  2. Create a topic named pageviews
    • Cluster1 --> Topics --> _+ Add a Topic_ --> name it _pageviews_ --> Press _Create with Defaults_
  3. Create a topic named users
    • Cluster1 --> Topics --> _+ Add a Topic_ --> name it _users_ --> Press _Create with Defaults_
  4. Generate test data using the console and the datagen source
    • pageviews
      1. Connect to Web Console
      2. Connect to Datagen Connector
        • Connect Clusters > Connect> connect-default >
        • You will be on the connectors page
        • Press Add Connector on the right
        • Find then button DatagenConnector press Connect
      3. Set the name to datagent-pageviews
      4. On the next page Add Connector
        • Key converter class field, -> org.apache.kafka.connect.storage.StringConverter.
        • kafka.topic field -> pageviews.
        • max.interval field -> 100.
        • quickstart field -> pageviews.
      5. Click Continue
      6. Review the connector configuration and click launch
    • users
      1. Connect to Web Console
        • Connect ```Clusters > Connect> connect-default >``
        • You will be on the connectors page
        • Press Add Connector on the right
        • Find the button DatagenConnector press Connect
      2. Set the name to datagen-users
      3. On the next page Add Connector
        • Key converter class field, -> org.apache.kafka.connect.storage.StringConverter.
        • kafka.topic field -> users
        • max.interval field -> 100
        • quickstart field -> users
      4. Click Continue
      5. Review the connector configuration and click launch
  5. Verify 2 the two datagen connectors running
    • Cluster 1 --> connect --> connect-default

Cleanup

  1. Bring down monitoring
  • docker-compose -f docker-compose-monitory.yml down
  1. Bring down kafka
  • docker-compose -f docker-compose-kafka.yml down
  1. If you only control-c the open windows then you may need
  • docker container prune
  1. You can remove all the locally cached custom images with
  • docker rmi -f $(docker images | grep freemansoft/cp-server| awk '{print $3}' )

References used creating ths project


DockerHub Notes

The same script sits in two places to support DockerHub and human builds.

  • /build.sh - for humans
  • hooks/build - for DockerHub

freemansoft dockerhub builds are triggered whenever a semver tag is created with the format x.y.z

Source Type Source Docker Tag Dockerfile location Build Context
tag /^[0-9.]+$/ {sourceref} Dockerfile /

Builds are automtically run when tags are created or moved. Tags are created/moved and pushed with the following commands

git tag -f -a <tagname>
git push -f --tags

Version numbers should match the confluent version numbers to make everyone's life simple


Videos

  1. Intro https://youtu.be/w_FQD_pTybQ
  2. Creating a cp-server Docker image that includes a Jolokia Java Agent https://youtu.be/SHx2PyUl5xE
  3. Configuring Telegraf with the telegraf.conf file https://youtu.be/2eX8ZAEM3sA
  4. Displaying captured metrics in Grafana https://youtu.be/WpjCHCjGMhM

Grafana API

You should be abel to Create a grafana database confguration by sending a POST to http://localhost:3000/api/datasources

{
  "name": "InfluxDB",
  "type": "influxdb",
  "url": "http://influxdb:8086",
  "database": "telegraf",
}

@see https://grafana.com/docs/grafana/latest/http_api/data_source/

cp-server-jolokia's People

Contributors

freemansoft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.