Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 956 Bytes

Kafka AppOptics Reporter

Reports Kafka metrics to AppOptics.

Kafka Dashboard

Supports

  • Kafka >= 0.10.0.0

Building

  • mvn integration-test
  • mvn package

Usage

  • Follow build instructions above.
  • Add jar from target/kafka-appoptics-reporter-{version}.jar to Kafka's lib directory
  • Create a Record Only API token on the API Tokens settings page.
  • Add the following to Kafka's server.properties.
kafka.metrics.reporters=com.appoptics.integrations.kafka.broker.KafkaAppopticsReporter

# Configure reporting metrics to AppOptics
appoptics.token=[api-token]
appoptics.agent.identifier=[hostname]
appoptics.tags=[tag1name=tagvalue,tag2name=tag2value]
# Tag name/value restrictions located: https://docs.appoptics.com/api/#measurement-restrictions