GithubHelp home page GithubHelp logo

isabella232 / appsignal-kafka-statsd-interceptor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appsignal/appsignal-kafka-statsd-interceptor

0.0 0.0 0.0 12 KB

License: MIT License

Kotlin 100.00%

appsignal-kafka-statsd-interceptor's Introduction

Kafka StatsD Interceptor

This project attempts to create a Kafka Interceptor that sends metrics to StatsD.

https://cwiki.apache.org/confluence/display/KAFKA/KIP-42%3A+Add+Producer+and+Consumer+Interceptors

Building the interceptor

The interceptor runs on Java 1.8. Download and install it from the Oracle website (yuck :-):

https://java.com/en/download

Then install Gradle, that's a combination of Bundler and Rake which downloads dependencies and runs builds and tests.

brew install gradle

Then run the tests: gradle test. And build: gradle build.

Enable the interceptor

  1. Make sure the build .jar is in your classpath
  2. Add the interceptor(s) to your properties:
producer.interceptor.classes=com.appsignal.kafka.StatsdProducerInterceptor
consumer.interceptor.classes=com.appsignal.kafka.StatsdConsumerInterceptor

Configure the interceptor

Accepted configuration:

statsd.host   (defaults to "localhost")
statsd.port   (defaults to 8125)
statsd.prefix (defaults to "")

For either the consumer or the producer interceptor set the config:

# Producer
producer.interceptor.statsd.host=localhost
producer.interceptor.config.statsd.host=8125
producer.interceptor.statsd.prefix=kafka

# Consumer
consumer.interceptor.statsd.host=localhost
consumer.interceptor.config.statsd.host=8125
consumer.interceptor.statsd.prefix=kafka

appsignal-kafka-statsd-interceptor's People

Contributors

matsimitsu avatar thijsc 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.