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

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

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

The plot thickens when using count_over_time:

And prometheus:

With subquery:

vs Prometheus:
