Class: Instana::Exporter::Otlp::BaseConverter::InstrumentationScope

Inherits:
Struct
  • Object
show all
Defined in:
lib/instana/exporter/otlp/base_converter.rb

Overview

Represents the instrumentation scope (library) that created the span

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/instana/exporter/otlp/base_converter.rb', line 30

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



30
31
32
# File 'lib/instana/exporter/otlp/base_converter.rb', line 30

def version
  @version
end