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
Is your feature request related to a problem? Please describe.
We know that tempo has some performance issues returning extremely large traces. Let's add some benchmark testing of this to the k6.io scripts added here: #392 to help us track this issue and improve on it.
The text was updated successfully, but these errors were encountered:
We have tracked this down to being almost entirely an issue with marshalling/unmarshalling. Removing the jaeger-query dependency and allowing Grafana to query Tempo directly will be the best thing we can do. Also, for clarity, "large traces" are in the couple hundred thousand span range.
Is your feature request related to a problem? Please describe.
We know that tempo has some performance issues returning extremely large traces. Let's add some benchmark testing of this to the k6.io scripts added here: #392 to help us track this issue and improve on it.
The text was updated successfully, but these errors were encountered: