class ElasticAPM::Metrics::Gauge

@api private

def initialize(key, **args)

def initialize(key, **args)
  super(key, initial_value: 0, **args)
end