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
I added an offset Column to handle sorting when the timestamps are the same. (ORDER BY timestamp DESC, offset ASC)
It works in the dashboard. (Order - Oldest First)
When I click Show context of one of the logs, it is not sorted by (ORDER BY timestamp DESC, offset ASC) . The clicked log often appears at the bottom. I also found that the logs would be repeated.
What did you expect to happen?
I hope that the Log context can be sorted according to the order by of the Query Builder.
How do we reproduce it?
Add a Logs visualization
Add some logs with the same timestamp and sort by other fields.
Click Show context of one of the logs.
Grafana version: Grafana v12.0.2 (5bda17e7c1)
Plugin version: 4.10.1
OS Grafana is installed on: Docker, RockyLinux 9.6
User OS & Browser: Windows 10 IoT Enterprise LTSC - Microsoft Edge 137.0.3296.93
What happened?
What did you expect to happen?
I hope that the Log context can be sorted according to the order by of the Query Builder.
How do we reproduce it?