We already expose several JMX metrics like number of messages/duration/failed messages to monitor Sink/RPC messages. We should be able to list those metrics through karaf shell so that it is easy to see what's going on currently.
kafka-rpc:watch
kafka-sink:watch
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Chandra Gorantla September 23, 2019 at 10:24 PM
metrics-display -m Sink
should list all Sink metrics
On karaf shell User should be able to do
watch "metrics-display -m Lag"
to watch update of metrics every 1 sec for Kafka Lag.
We already expose several JMX metrics like number of messages/duration/failed messages to monitor Sink/RPC messages. We should be able to list those metrics through karaf shell so that it is easy to see what's going on currently.
kafka-rpc:watch
kafka-sink:watch