Class: Honeybadger::Karafka::InsightsListener::RdKafkaMetric

Inherits:
Struct
  • Object
show all
Defined in:
lib/honeybadger/karafka.rb

Overview

Value object for storing a single rdkafka metric publishing details

Instance Attribute Summary collapse

Instance Attribute Details

#key_locationObject

Returns the value of attribute key_location

Returns:

  • (Object)

    the current value of key_location



33
34
35
# File 'lib/honeybadger/karafka.rb', line 33

def key_location
  @key_location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/honeybadger/karafka.rb', line 33

def name
  @name
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



33
34
35
# File 'lib/honeybadger/karafka.rb', line 33

def scope
  @scope
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



33
34
35
# File 'lib/honeybadger/karafka.rb', line 33

def type
  @type
end