Class: OpenTelemetry::SDK::Metrics::Exemplar::Exemplar
- Inherits:
-
Struct
- Object
- Struct
- OpenTelemetry::SDK::Metrics::Exemplar::Exemplar
- Defined in:
- lib/opentelemetry/sdk/metrics/exemplar/exemplar.rb
Overview
Exemplar is a Struct containing Exemplar data for export.
Instance Attribute Summary collapse
-
#filtered_attributes ⇒ Object
Returns the value of attribute filtered_attributes.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#time_unix_nano ⇒ Object
Returns the value of attribute time_unix_nano.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#filtered_attributes ⇒ Object
Returns the value of attribute filtered_attributes
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/exemplar/exemplar.rb', line 13 def filtered_attributes @filtered_attributes end |
#span_id ⇒ Object
Returns the value of attribute span_id
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/exemplar/exemplar.rb', line 13 def span_id @span_id end |
#time_unix_nano ⇒ Object
Returns the value of attribute time_unix_nano
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/exemplar/exemplar.rb', line 13 def time_unix_nano @time_unix_nano end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/exemplar/exemplar.rb', line 13 def trace_id @trace_id end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/opentelemetry/sdk/metrics/exemplar/exemplar.rb', line 13 def value @value end |