Sha256: cf78ddaf5828f5620f6684f58b30a5b53051581805445216ca97d35fa80fa465
Contents?: true
Size: 387 Bytes
Versions: 9
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # 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
Version data entries
9 entries across 9 versions & 1 rubygems