Skip to content
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

Open
Harkishen-Singh opened this issue Oct 21, 2022 · 1 comment
Open
Labels
Bug Something isn't working

Comments

@Harkishen-Singh
Copy link
Member

Describe the bug
In PromQL, go_goroutines @ end() works, but delta(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
Screenshot 2022-10-21 at 4 35 13 PM

Screenshot 2022-10-21 at 4 35 21 PM

@Harkishen-Singh Harkishen-Singh added the Bug Something isn't working label Oct 21, 2022
@stormybriggs1
Copy link

Would love to see this short-coming fixed. We have some graphs that are empty after being ported to Promscale due to this bug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants