Skip to content

Configuration

Jonathan Mace edited this page May 31, 2017 · 3 revisions

If using the out-of-the-box Tracing Plane distribution, then no further configuration is necessary.

Internally, the Tracing Plane does use the baggage.provider and baggage.transit configuration keys. See Custom Builds for more information about these.

If you are using BDL, the bag key is used to configure the mapping of indices to baggage handlers, e.g.,

bag.7 = "org.example.MyBaggageHandler"
bag.15 = "org.example2.SecondBaggageHandler"

See BDL - Configuring Bags for more details.