uptrace / uptrace

Open source APM: OpenTelemetry traces, metrics, and logs

Home Page:https://uptrace.dev/get/open-source-apm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect pagination

vmihailenco opened this issue · comments

It says it has "16 spans", but on the first page I only see 10 spans, on the second page only 1.

I can't reproduce this when using the data that Uptrace generates after installation.

It somehow "loses" up to 5 rows.

Here is my case:

12 results => results only in 1 page with 10 rows (no pagination option, rows 11-12 are impossible to vew)
17 results => results in 2 pages, first with 10 rows, second with 2 rows (rows 11-15 are impossible to view)