Class: Monitoring::BaseCounter

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/monitoring.rb

Overview

Base class for the counter.

Direct Known Subclasses

OpenCensusCounter, PrometheusCounter

Instance Method Summary collapse

Instance Method Details

#incrementObject



18
19
# File 'lib/fluent/plugin/monitoring.rb', line 18

def increment(*)
end