Sha256: 88247fb57e79adf86c92dc503fa7e98637d7e8bae4272da2b8b39ab0b9086e4b
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 module OpenTelemetry module Metrics Measurement = Struct.new(:value, :attributes) end end
Version data entries
3 entries across 3 versions & 1 rubygems