Module: Frankenstein::RemoveTimeSeries::SynchronizedMetricStore
- Defined in:
- lib/frankenstein/remove_time_series.rb
Overview
Mix-in to add #remove support to the default Synchronized metric store.
Instance Method Summary collapse
-
#remove(labels) ⇒ Object
Remove a time series from the metric store.
Instance Method Details
#remove(labels) ⇒ Object
Remove a time series from the metric store.
17 18 19 |
# File 'lib/frankenstein/remove_time_series.rb', line 17 def remove(labels) @internal_store.delete(labels) end |