spandex-project / spandex

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

Adapter Agnostic Trace/Span data format #40

Closed zachdaniel closed 6 years ago

zachdaniel commented 6 years ago

Spandex should expose structs for representing traces/spans, and then each adapter uses this structure. We would probably have a private field for adapter specific fields.

zachdaniel commented 6 years ago

Closed by #52