Skip to content

Instantly share code, notes, and snippets.

@darron
Created April 27, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darron/3bda19f3e6e150b00bfaa652fca8ad6b to your computer and use it in GitHub Desktop.
Save darron/3bda19f3e6e150b00bfaa652fca8ad6b to your computer and use it in GitHub Desktop.
instances:
- host: localhost
port: 9990 # This is the JMX port on which Kafka exposes its metrics (usually 9999)
tags:
kafka: broker
# env: stage
name: server0
- host: localhost
port: 9991 # This is the JMX port on which Kafka exposes its metrics (usually 9999)
tags:
kafka: broker
# env: stage
name: server1
- host: localhost
port: 9992 # This is the JMX port on which Kafka exposes its metrics (usually 9999)
tags:
kafka: broker
# env: stage
name: server2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment