Class Cabin::Metrics::Meter
In: lib/cabin/metrics/meter.rb
lib/cabin/metrics/meter.rb
Parent: Object

Methods

mark   mark   new   new   to_hash   to_hash   value   value  

Included Modules

Cabin::Metric Cabin::Metric

Public Class methods

A new Meter

Counters can be incremented and decremented only by 1 at a time..

A new Meter

Counters can be incremented and decremented only by 1 at a time..

Public Instance methods

Mark an event

Mark an event

Get the value of this metric.

Get the value of this metric.

[Validate]