1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-28 08:38:51 +02:00
opentelemetry-go/exporter/trace/jaeger
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
..
example Exporter: Initial Jaeger Trace Exporter commit. (#112) 2019-09-09 14:59:39 -07:00
internal/gen-go/jaeger Exporter: Initial Jaeger Trace Exporter commit. (#112) 2019-09-09 14:59:39 -07:00
agent.go Exporter: Initial Jaeger Trace Exporter commit. (#112) 2019-09-09 14:59:39 -07:00
doc.go Exporter: Initial Jaeger Trace Exporter commit. (#112) 2019-09-09 14:59:39 -07:00
jaeger_test.go Exporter: Initial Jaeger Trace Exporter commit. (#112) 2019-09-09 14:59:39 -07:00
jaeger.go Drop the registry package (#130) 2019-09-19 11:20:02 -07:00