Class: OpenTelemetry::Metrics::Measurement
- Inherits:
-
Struct
- Object
- Struct
- OpenTelemetry::Metrics::Measurement
- Defined in:
- lib/opentelemetry/metrics/measurement.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
9 10 11 |
# File 'lib/opentelemetry/metrics/measurement.rb', line 9 def attributes @attributes end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/opentelemetry/metrics/measurement.rb', line 9 def value @value end |