Sha256: f66a0f462186adf228485e4ecdda4d5418c643871bc1f5bcd17921a8bb1f93b6
Contents?: true
Size: 327 Bytes
Versions: 9
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 module OpenTelemetry module SDK # InstrumentationScope is a struct containing scope information for export. InstrumentationScope = Struct.new(:name, :version) end end
Version data entries
9 entries across 9 versions & 1 rubygems