Bug: Issue referenced from Grafana repo (grafana/grafana#114284)
I’m opening this issue here following the Grafana team’s recommendation. They indicated that this problem may be caused by the VictoriaLogs datasource rather than Grafana itself.
Original issue: https://github.com/grafana/grafana/issues/114284
Summary
There is a problem with Logs panel infinite scrolling when using the VictoriaLogs datasource in Grafana.
Grafana Explore works correctly — logs load and scroll normally.
However, in a Dashboard Logs panel, infinite scrolling fails to load additional log lines.
Scrolling stops prematurely or shows "no data" even though more logs are available.
Versions
Grafana: 12.3.0
VictoriaLogs Datasource: 0.22.0
Details
Reproduction steps and screenshots are already documented in the Grafana issue linked above. Since Explore behaves correctly while the Logs panel does not, it seems related to how the datasource handles pagination or range requests for the Logs visualization panel.
It would be great if you could investigate this issue on the datasource/plugin side.
Thanks!
@myeongseok-rpls thanks for bug reporting! Grafana changed the code from version 12.3.0. To fix the pagination, need to remove/change the meta type. Will fix it.
PR with the fix was merged and will be included in the next release.
@myeongseok-rpls , The issue was fixed in the v0.22.3 plugin version. Close the issue as fixed. If you find any problems, feel free to reopen the issue.