Module: Prometheus
- Defined in:
- lib/fluent/plugin/prometheus/data_store.rb
Overview
The default Prometheus client data store has no means of removing values. For the “retention” feature we need to be able to remove metrics with specific labels after some time of inactivity. By patching the Metric class and using our own DataStore we implement that missing feature.
Defined Under Namespace
Modules: Client