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 3362421c9b Drop the registry package (#130)
This is to shrink the PR #100.

The only place where the registry.Variable type was used was metrics,
so just inline that type into its only user. The use of the
registry.Variable type in core.Key was limited to the Name field.

The stats package also used the registry.Variable type, but seems that
also only the Name field was used and the package is going to be
dropped anyway.
2019-09-19 11:20:02 -07:00
..
internal Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
package.go Restore the experimental/streaming SDK implementation (#55) 2019-07-17 13:59:53 -07:00
span_test.go Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
span.go Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
trace.go Drop the registry package (#130) 2019-09-19 11:20:02 -07:00