Class: OpenTelemetry::SDK::Metrics::Aggregation::HistogramDataPoint
- Inherits:
-
Struct
- Object
- Struct
- OpenTelemetry::SDK::Metrics::Aggregation::HistogramDataPoint
- Defined in:
- lib/opentelemetry/sdk/metrics/aggregation/histogram_data_point.rb
Overview
TODO: Deal with this later rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#bucket_counts ⇒ Object
Returns the value of attribute bucket_counts.
-
#count ⇒ Object
Returns the value of attribute count.
-
#exemplars ⇒ Object
Returns the value of attribute exemplars.
-
#explicit_bounds ⇒ Object
Returns the value of attribute explicit_bounds.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#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.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/histogram_data_point.rb', line 13 def attributes @attributes end |
#bucket_counts ⇒ Object
Returns the value of attribute bucket_counts
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/histogram_data_point.rb', line 13 def bucket_counts @bucket_counts end |
#count ⇒ Object
Returns the value of attribute count
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/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/histogram_data_point.rb', line 13 def exemplars @exemplars end |
#explicit_bounds ⇒ Object
Returns the value of attribute explicit_bounds
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/histogram_data_point.rb', line 13 def explicit_bounds @explicit_bounds end |
#max ⇒ Object
Returns the value of attribute max
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/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/histogram_data_point.rb', line 13 def min @min end |
#start_time_unix_nano ⇒ Object
Returns the value of attribute start_time_unix_nano
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/aggregation/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/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/histogram_data_point.rb', line 13 def time_unix_nano @time_unix_nano end |