Class: OpenTelemetry::SDK::InstrumentationLibrary Deprecated
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - OpenTelemetry::SDK::InstrumentationLibrary
 
 
- 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
- 
  
    
      #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
      11 12 13  | 
    
      # File 'lib/opentelemetry/sdk/instrumentation_library.rb', line 11 def name @name end  | 
  
#version ⇒ Object
Returns the value of attribute version
      11 12 13  | 
    
      # File 'lib/opentelemetry/sdk/instrumentation_library.rb', line 11 def version @version end  |