thanos-io / promql-engine

Multi-threaded PromQL engine implementation based on the Volcano paper.
Apache License 2.0
133 stars 52 forks source link

Fix histogram queries with start offset #406

Closed fpetkovski closed 5 months ago

fpetkovski commented 5 months ago

The matrix selector needs to ignore histogram samples whose timestamp is before the window mint. We already seem to be doing this correcntly for floats.