Skip to content

v0.1.15

Latest

Choose a tag to compare

@makasim makasim released this 17 Aug 12:56
· 2 commits to main since this release
e10898e

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.interval to enable it, -deduplication.maxSizeBytes or -deduplication.maxSize to 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.