Class: Prometheus::Client::Metric
- Inherits:
-
Object
- Object
- Prometheus::Client::Metric
- Defined in:
- lib/fluent/plugin/prometheus/data_store.rb
Instance Method Summary collapse
Instance Method Details
#remove(labels) ⇒ Object
7 8 9 10 |
# File 'lib/fluent/plugin/prometheus/data_store.rb', line 7 def remove(labels) label_set = label_set_for(labels) @store.remove(labels: label_set) end |