Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kafka for Rubyists: Monitoring

Kafka for Rubyists: Monitoring

karol.galanciak

December 20, 2020
Tweet

More Decks by karol.galanciak

Other Decks in Programming

Transcript

  1. Monitoring - Kafka cluster itself vs. application-related metrics - Both

    are critical - Karafka uses ruby-kafka (versions 1.x) under the hood, which has a great integration with Datadog/Statsd
  2. Consumer metrics - is there anything wrong going on with

    consumers? - ruby_kafka.consumer.leave_group
  3. Consumer metrics - is there anything wrong going on with

    consumers? - ruby_kafka.consumer.sync_group
  4. Consumer metrics - is there anything wrong going on with

    consumers? - ruby_kafka.consumer.join_group
  5. Consumer metrics - is there anything wrong going on with

    consumers? - ruby_kafka.fetcher.queue_size