forked from lightstep/lightstep-tracer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TBinaryProtocolAccelerated when serializing reports.
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. Fixes lightstep#89
- Loading branch information
Roy Williams
committed
Jan 14, 2020
1 parent
df79518
commit d843781
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters