v0.1.15
Released at 2026-08-17
- FEATURE: vmestimator: add time series deduplicator to drop duplicate series within a configurable time window before forwarding to estimators. Use
-deduplication.intervalto enable it,-deduplication.maxSizeBytesor-deduplication.maxSizeto cap memory usage. When cardinality approaches 80% of the limit, the deduplicator gradually falls back to pass-through mode to keep bloom filters below saturation. See #44.