class OpenTelemetry::Metrics::Instrument::Gauge

No-op implementation of Gauge.

def record(amount, attributes: {}); end

Parameters:
  • attributes (Hash{String => String, Numeric, Boolean, Array}) --
  • amount (Numeric) -- The current absolute value.
def record(amount, attributes: {}); end