Method: Monitoring::BaseCounter#increment
- Defined in:
- lib/fluent/plugin/monitoring.rb
#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 |