class Monitoring::BaseCounter
Base class for the counter.
Public Instance Methods
increment(by: 1, labels: {})
click to toggle source
# File lib/fluent/plugin/monitoring.rb, line 18 def increment(by: 1, labels: {}) # No default behavior end