Class: Karafka::Instrumentation::Vendors::Datadog::Listener::RdKafkaMetric
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Instrumentation::Vendors::Datadog::Listener::RdKafkaMetric
- Defined in:
- lib/karafka/instrumentation/vendors/datadog/listener.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
20 21 22 |
# File 'lib/karafka/instrumentation/vendors/datadog/listener.rb', line 20 def key_location @key_location end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/karafka/instrumentation/vendors/datadog/listener.rb', line 20 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
20 21 22 |
# File 'lib/karafka/instrumentation/vendors/datadog/listener.rb', line 20 def scope @scope end |
#type ⇒ Object
Returns the value of attribute type
20 21 22 |
# File 'lib/karafka/instrumentation/vendors/datadog/listener.rb', line 20 def type @type end |