Class: Honeybadger::Karafka::InsightsListener::RdKafkaMetric
- Inherits:
-
Struct
- Object
- Struct
- Honeybadger::Karafka::InsightsListener::RdKafkaMetric
- Defined in:
- lib/honeybadger/karafka.rb
Overview
Value object for storing a single rdkafka metric publishing details
Instance Attribute Summary collapse
-
#key_location ⇒ Object
Returns the value of attribute key_location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#key_location ⇒ Object
Returns the value of attribute key_location
33 34 35 |
# File 'lib/honeybadger/karafka.rb', line 33 def key_location @key_location end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/honeybadger/karafka.rb', line 33 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
33 34 35 |
# File 'lib/honeybadger/karafka.rb', line 33 def scope @scope end |
#type ⇒ Object
Returns the value of attribute type
33 34 35 |
# File 'lib/honeybadger/karafka.rb', line 33 def type @type end |