Sha256: b97a8f97d6208c756d1191132afef7fc7377d33c98ed4a91b547a05b7f88d09a
Contents?: true
Size: 336 Bytes
Versions: 7
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true # Copyright 2019 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
7 entries across 7 versions & 1 rubygems