Module: Datadog::Contrib::Kafka::Events::ConsumerGroup::LeaveGroup

Extended by:
ConsumerEvent, ConsumerGroupEvent
Includes:
Datadog::Contrib::Kafka::Event
Defined in:
lib/ddtrace/contrib/kafka/events/consumer_group/leave_group.rb

Overview

Defines instrumentation for leave_group.consumer.kafka event

Constant Summary collapse

EVENT_NAME =
'leave_group.consumer.kafka'.freeze

Class Method Summary collapse

Methods included from ConsumerEvent

process

Methods included from ConsumerGroupEvent

process

Methods included from Datadog::Contrib::Kafka::Event

included

Class Method Details

.span_nameObject



22
23
24
# File 'lib/ddtrace/contrib/kafka/events/consumer_group/leave_group.rb', line 22

def span_name
  Ext::SPAN_CONSUMER_LEAVE_GROUP
end