lib/opentelemetry/metrics/instrument/observable_gauge.rb



# frozen_string_literal: true

# Copyright The OpenTelemetry Authors
#
# SPDX-License-Identifier: Apache-2.0

module OpenTelemetry
  module Metrics
    module Instrument
      # No-op implementation of ObservableGauge.
      class ObservableGauge
        # TODO
      end
    end
  end
end