This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
@
modifier returns empty results when used inside PromQL function
#1712
Labels
Bug
Something isn't working
Describe the bug
In PromQL,
go_goroutines @ end()
works, butdelta(go_goroutines[5m] @ end())
does not work (It works in Prometheus).To Reproduce
Run Promscale with Prometheus pushing recent data and run the above queries. You will notice that the second query works in Prometheus data source but not in Promscale data source.
Expected behavior
delta(go_goroutines[5m] @ end())
or@
modifier in general inside any PromQL function should work in Promscale.Screenshots
The text was updated successfully, but these errors were encountered: