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
Caused by: java.lang.NoClassDefFoundError: brave/internal/Throwables
at brave.http.HttpHandler.handleFinish(HttpHandler.java:77)
at brave.http.HttpServerHandler.handleSend(HttpServerHandler.java:200)
at brave.servlet.TracingFilter.doFilter(TracingFilter.java:98)
We use Brave 5.12.5 but I'm pretty sure it affects 5.14.1 as well. The problem seems to be this section:
It only happens when parsing the response fails ... but when it happens, the effect is quite big: Hundreds of different traces suddenly end up in one trace.
What about removing !brave.internal*,\?
The text was updated successfully, but these errors were encountered:
We get this exception from time to time:
We use Brave 5.12.5 but I'm pretty sure it affects 5.14.1 as well. The problem seems to be this section:
brave/instrumentation/http/bnd.bnd
Lines 1 to 3 in 8a02dc6
It says it doesn't use the
brave.internal
package but in fact it does:brave/instrumentation/http/src/main/java/brave/http/HttpHandler.java
Line 19 in 8a02dc6
brave/instrumentation/http/src/main/java/brave/http/HttpHandler.java
Lines 74 to 77 in 8a02dc6
It only happens when parsing the response fails ... but when it happens, the effect is quite big: Hundreds of different traces suddenly end up in one trace.
What about removing
!brave.internal*,\
?The text was updated successfully, but these errors were encountered: