Sha256: 2ed1b3a9a05a09de4b63d2c9b11a9a8c9b88605bad2b8a817ee8741fdd846923
Contents?: true
Size: 335 Bytes
Versions: 18
Compression:
Stored size: 335 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. InstrumentationLibrary = Struct.new(:name, :version) end end
Version data entries
18 entries across 18 versions & 1 rubygems