class OpenTelemetry::Metrics::Instrument::Histogram

No-op implementation of Histogram.

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

Parameters:
  • attributes (Hash{String => String, Numeric, Boolean, Array}) --
  • amount (numeric) -- The amount of the Measurement, which MUST be a non-negative numeric value.
def record(amount, attributes: {}); end