tracingplane-java
tracingplane-java copied to clipboard
Java implementation of the Tracing Plane -- Baggage Contexts and Execution-Flow Scoped Variables
Update Brown Tracing Framework website with pointers to tracingplane http://brownsys.github.io/tracing-framework/
Write a getting started tutorial for instrumenting systems w/ the transit layer.
Write a tutorial for using Baggage Buffers to create a tracing application.
Migrate the instrumentation of brownsys/hadoop (pivottracing branches) to instead use the transit layer APIs of this repository.
Create aspects subproject (either in tracingplane or as a separate repository) and migrate aspects from brownsys/tracing to use the new APIs.
- Create a fork of brownsys/tracing or a new branch. - Remove baggage implementation from there and add this one as a dependency - Update usage of baggage in X-Trace,...