Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk: Specify to_json indent from arguments (#718)
We want to get a json of span without indent, but it's not possible with Span#to_json because the method uses hard-coded indent. We currently use a workaround of json.loads(span.to_json()) which is not efficient in the performance. Co-authored-by: alrex <aboten@lightstep.com> Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>
- Loading branch information