You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the /v1/query_range endpoint with a PromQL query like: host_disk_reads_completed_total * host_disk_reads_completed_total returns unordered values.
seems like using binary operator between two metrics will cause this issue.
What type of bug is this?
Incorrect result
What subsystems are affected?
Query Engine
Minimal reproduce step
When using the
/v1/query_range
endpoint with a PromQL query like:host_disk_reads_completed_total * host_disk_reads_completed_total
returns unordered values.seems like using binary operator between two metrics will cause this issue.
What did you expect to see?
the results should be ordered by timestamp
What did you see instead?
not ordered by timestamp
What operating system did you use?
macOS
What version of GreptimeDB did you use?
0.11.2
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: