natchez icon indicating copy to clipboard operation
natchez copied to clipboard

WIP: propagation scopes

Open tpolecat opened this issue 4 years ago • 0 comments

This updates put to take a Propagation value that explains how the fields should be propagated to child spans. Resolves #17

Value Meaning
Propagation.None fields will not be propagated to child spans
Propagation.Local fields will be propagated to child spans, but will not cross network boundaries
Propagation.Extended fields will be propagated to child spans, and across network boundaries

Partially implemented for Honeycomb. Parameter currently ignored for other back ends.

tpolecat avatar Aug 30 '19 17:08 tpolecat