TLD
TLD

Reputation: 8135

Getting monitoring metrics from Kafka application

Beside some basic monitoring metrics like CPU , memory and network usage. Is there anyway that I can actually monitor the running Kafka application, such as number of messages in/out, stream throughput, stream size ...?

Thank you.

Upvotes: 1

Views: 2839

Answers (1)

amethystic
amethystic

Reputation: 7091

Kafka offers various metrics reporting in both the server and the client. See the Monitoring document for details.

Upvotes: 2

Related Questions