1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/plugin/httptrace
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
..
api.go replace import with vanity url go.opentelemetry.io. (#54) 2019-07-15 14:49:21 -07:00
clienttrace.go Drop the registry package (#130) 2019-09-19 11:20:02 -07:00
httptrace.go Drop the registry package (#130) 2019-09-19 11:20:02 -07:00