1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/experimental/streaming/sdk
Krzesimir Nowak 7966e63342 More cleanups from #100 (#142)
* Drop dead event type

* Replace EventType from reader with one from exporter

* Do not concat the strings for string buffer

* Fill scope ID in events

That required renaming a variable, because it had the same name as the
type we wanted to assert later.

* Do not fail quietly when span context is busted
2019-09-25 10:30:02 -07:00
..
internal Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
span_test.go More cleanups from #100 (#142) 2019-09-25 10:30:02 -07:00
span.go More cleanups from #100 (#142) 2019-09-25 10:30:02 -07:00
trace.go Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00