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
We're currently seeing our services spend a large amount of time inside of the lightstep sdk
serializing reports when they instrument themselves with tracing. This is in large part due to
the fact that lightstep is using the pure python implemenation of Thrift.
Fixeslightstep#89
I believe the issue is that https://github.com/lightstep/lightstep-tracer-python/blob/master/lightstep/crouton/ttypes.py was generated with 0.9.2, but lightstep now requires 0.10.0. Accessing the accelerated module appears to have changed since 0.10.0 (apache/thrift#844). I recommend you re-generate the thrift code with a newer version of the Thrift compiler.
The text was updated successfully, but these errors were encountered: