Class: OpenTelemetry::SDK::Metrics::Aggregation::NumberDataPoint
- Inherits:
-
Struct
- Object
- Struct
- OpenTelemetry::SDK::Metrics::Aggregation::NumberDataPoint
- Defined in:
- lib/opentelemetry/sdk/metrics/aggregation/number_data_point.rb
Overview
Hash=> String, Numeric, Boolean, Array<String, Numeric, Boolean>
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#exemplars ⇒ Object
Returns the value of attribute exemplars.
-
#start_time_unix_nano ⇒ Object
Returns the value of attribute start_time_unix_nano.
-
#time_unix_nano ⇒ Object
Returns the value of attribute time_unix_nano.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
11 12 13 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/number_data_point.rb', line 11 def attributes @attributes end |
#exemplars ⇒ Object
Returns the value of attribute exemplars
11 12 13 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/number_data_point.rb', line 11 def exemplars @exemplars end |
#start_time_unix_nano ⇒ Object
Returns the value of attribute start_time_unix_nano
11 12 13 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/number_data_point.rb', line 11 def start_time_unix_nano @start_time_unix_nano end |
#time_unix_nano ⇒ Object
Returns the value of attribute time_unix_nano
11 12 13 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/number_data_point.rb', line 11 def time_unix_nano @time_unix_nano end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/number_data_point.rb', line 11 def value @value end |