Skip to content

v2.0.0

Compare
Choose a tag to compare
@houndtravisci houndtravisci released this 21 Mar 21:23
v2.0.0
8a32871

!!! Breaking Changes !!!

The beeline will no longer propagate dataset configuration across distributed traces. To ensure distributed traces continue to send data to the appropriate dataset either:

  1. [Recommended] Configure a dataset in every instrumented application (e.g. using the honeycomb.beeline.dataset property). Most users configure their applications this way already, so you may not need to do anything.
  2. Alternatively, configure a custom trace propagation hook to inject dataset in the outgoing request header, and a custom trace parser hook to extract dataset from the incoming request header.

Enhancements

Maintenance