Class: OpenTelemetry::SDK::InstrumentationLibrary Deprecated

Inherits:
Struct
  • Object
show all
Defined in:
lib/opentelemetry/sdk/instrumentation_library.rb

Overview

Deprecated.

Use InstrumentationScope instead.

InstrumentationLibrary is a struct containing library information for export.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/opentelemetry/sdk/instrumentation_library.rb', line 11

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



11
12
13
# File 'lib/opentelemetry/sdk/instrumentation_library.rb', line 11

def version
  @version
end