Class: Monitoring::BaseMonitoringRegistry

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

Overview

Base class for the monitoring registry.

Direct Known Subclasses

PrometheusMonitoringRegistry

Instance Method Summary collapse

Instance Method Details

#counter(_name, _desc) ⇒ Object



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

def counter(_name, _desc)
  _undefined
end