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

#name โ‡’ Object

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

#version โ‡’ Object

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