openzipkin / zipkin-aws

Reporters and collectors for use in Amazon's cloud
Apache License 2.0
69 stars 34 forks source link

Refactors code so that there is no v1 dependency #91

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

This refactors everything including putting it into the right packages, so that there is no v1 Zipkin dependency anymore.

Since a lot was affected anyway, I reformatted the files with the latest square formatter, except brave-instrumentation which has in-flight changes.

See https://github.com/openzipkin/zipkin/issues/2047