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
* perf: optimize span count metric gathering
instead of querying the database for the exact count of the span table
which is rather costly do a postgres stat lookup which is quite close
and extremely fast.
* enh: adapt query metrics in case spans table is partitioned
when spans table is partitioned the stats cannot be retrieved from the
parent table, with this change we retrieve the sum of all partitions
when avaiable
---------
Co-authored-by: Nicolás De los Santos <nicolas.delossantos@meteologica.com>
0 commit comments