v0.1.11
Update Note 1: This version introduces a breaking change in the cluster protocol. Please update everything to the latest version in one go and ignore errors during deployment.
-
FEATURE: vmestimator: add
filterfield to stream configuration for filtering time series by label matchers before counting. Supports equality (=), negative equality (!=), regexp (=~), and negative regexp (!~) matchers in MetricsQL selector syntax, e.g.{job="api",env!~"dev|staging"}. See #29. -
FEATURE: vmestimator: decouple metrics generation logic from estimator. Do it via snapshot. This refactoring opens ways to implement upcoming profiler related features.
-
BUGFIX: vmestimator: revert prev sketches reuse of HLL sketches as it hurts estimate precision.