github VictoriaMetrics/vmestimator v0.1.11

latest releases: v0.1.16, v0.1.15, v0.1.14...
one month ago

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 filter field 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.

Don't miss a new vmestimator release

NewReleases is sending notifications on new releases.