lib/opentelemetry/sdk/instrumentation_library.rb in opentelemetry-sdk-1.1.0 vs lib/opentelemetry/sdk/instrumentation_library.rb in opentelemetry-sdk-1.2.0
- old
+ new
@@ -5,9 +5,10 @@
# SPDX-License-Identifier: Apache-2.0
module OpenTelemetry
module SDK
# InstrumentationLibrary is a struct containing library information for export.
+ # @deprecated Use InstrumentationScope instead.
InstrumentationLibrary = Struct.new(:name,
:version)
end
end