spandex-project / spandex

A platform agnostic tracing library
MIT License
335 stars 53 forks source link

Add TraceContext struct, for distributed tracing #72

Closed zachdaniel closed 6 years ago

zachdaniel commented 6 years ago

https://github.com/spandex-project/spandex_datadog/pull/3 illustrates how we're just using a raw map to communicate data from the adapter to spandex. Instead, we should have distributed trace contexts hydrate a struct provided in core.