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

#increment(by: 1, labels: {}) ⇒ Object



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

def increment(by: 1, labels: {})
  # No default behavior
end