Class: Instana::Exporter::Otlp::BaseConverter::InstrumentationScope
- Inherits:
-
Struct
- Object
- Struct
- Instana::Exporter::Otlp::BaseConverter::InstrumentationScope
- Defined in:
- lib/instana/exporter/otlp/base_converter.rb
Overview
Represents the instrumentation scope (library) that created the span
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/instana/exporter/otlp/base_converter.rb', line 30 def name @name end |
#version ⇒ Object
Returns the value of attribute version
30 31 32 |
# File 'lib/instana/exporter/otlp/base_converter.rb', line 30 def version @version end |