Skip to content

*_over_time incorrect with subquery #1284

@DanCech

Description

@DanCech

When using quantile_over_time with a subquery, the results don't match those from prometheus.

Given a series like:
image

Using a standard query we see that the 7-day 95th percentile figure stays at the correct level after the source series drops off:
image

Changing it to a subquery by adding :10m the quantile line drops ~8hrs after the raw series.
image

The plot thickens when using count_over_time:
image

And prometheus:
image

With subquery:
image

vs Prometheus:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions