Class: Instana::Exporter::Otlp::BaseConverter::Status
- Inherits:
-
Struct
- Object
- Struct
- Instana::Exporter::Otlp::BaseConverter::Status
- Defined in:
- lib/instana/exporter/otlp/base_converter.rb
Overview
Represents the status of a span (OK, ERROR, or UNSET)
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
33 34 35 |
# File 'lib/instana/exporter/otlp/base_converter.rb', line 33 def code @code end |
#description ⇒ Object
Returns the value of attribute description
33 34 35 |
# File 'lib/instana/exporter/otlp/base_converter.rb', line 33 def description @description end |