Slide 16
Slide 16 text
www.elastic.co
Copyright Elastic 2015 Copying, publishing and/or distributing
without written permission is strictly prohibited
16
Monitoring Server Throughput
{
"host": "localhost",
"port": 9999,
"alias": "kafka.server",
"queries": [
{
"object_name": "kafka.server:type=BrokerTopicMetrics,name=MessagesInPerSec,topic=*",
"attributes": ["MeanRate"],
"object_alias": "msg_per_sec-${topic}"
}
]
}
jmx json configuration