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
32 33 34 |
# File 'lib/honeybadger/karafka.rb', line 32 def key_location @key_location end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/honeybadger/karafka.rb', line 32 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
32 33 34 |
# File 'lib/honeybadger/karafka.rb', line 32 def scope @scope end |
#type ⇒ Object
Returns the value of attribute type
32 33 34 |
# File 'lib/honeybadger/karafka.rb', line 32 def type @type end |