Class: OpenTelemetry::SDK::Metrics::Aggregation::ExponentialHistogramDataPoint
- Inherits:
-
Struct
- Object
- Struct
- OpenTelemetry::SDK::Metrics::Aggregation::ExponentialHistogramDataPoint
- Defined in:
- lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#count ⇒ Object
Returns the value of attribute count.
-
#exemplars ⇒ Object
Returns the value of attribute exemplars.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#negative ⇒ Object
Returns the value of attribute negative.
-
#positive ⇒ Object
Returns the value of attribute positive.
-
#scale ⇒ Object
Returns the value of attribute scale.
-
#start_time_unix_nano ⇒ Object
Returns the value of attribute start_time_unix_nano.
-
#sum ⇒ Object
Returns the value of attribute sum.
-
#time_unix_nano ⇒ Object
Returns the value of attribute time_unix_nano.
-
#zero_count ⇒ Object
Returns the value of attribute zero_count.
-
#zero_threshold ⇒ Object
Returns the value of attribute zero_threshold.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def attributes @attributes end |
#count ⇒ Object
Returns the value of attribute count
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def count @count end |
#exemplars ⇒ Object
Returns the value of attribute exemplars
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def exemplars @exemplars end |
#flags ⇒ Object
Returns the value of attribute flags
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def flags @flags end |
#max ⇒ Object
Returns the value of attribute max
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def max @max end |
#min ⇒ Object
Returns the value of attribute min
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def min @min end |
#negative ⇒ Object
Returns the value of attribute negative
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def negative @negative end |
#positive ⇒ Object
Returns the value of attribute positive
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def positive @positive end |
#scale ⇒ Object
Returns the value of attribute scale
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def scale @scale end |
#start_time_unix_nano ⇒ Object
Returns the value of attribute start_time_unix_nano
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def start_time_unix_nano @start_time_unix_nano end |
#sum ⇒ Object
Returns the value of attribute sum
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def sum @sum end |
#time_unix_nano ⇒ Object
Returns the value of attribute time_unix_nano
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def time_unix_nano @time_unix_nano end |
#zero_count ⇒ Object
Returns the value of attribute zero_count
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def zero_count @zero_count end |
#zero_threshold ⇒ Object
Returns the value of attribute zero_threshold
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/exponential_histogram_data_point.rb', line 13 def zero_threshold @zero_threshold end |