Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes Zipkin from quick start and tracer list #260

Merged
merged 1 commit into from
Apr 6, 2018
Merged

Removes Zipkin from quick start and tracer list #260

merged 1 commit into from
Apr 6, 2018

Conversation

codefromthecrypt
Copy link
Contributor

@codefromthecrypt codefromthecrypt commented Apr 6, 2018

This should help reduce confusion that Zipkin is an OpenTracing project,
that it is a tracer (it is a system), and any conflation that a single non-contrib
tracer in the OpenZipkin org means we support or are supported by OpenTracing.

Personally, I'm also removing my talk as I am not interested in
indirectly endorsing this project.

Fixes #258
Fixes #257 (though the referenced repo should switch to jeager tracer)

@codefromthecrypt
Copy link
Contributor Author

#260 will fix this

This should help reduce confusion that Zipkin is an OpenTracing project,
that it is a  tracer (it is a system), and any conflation that a single non-contrib
tracer in the OpenZipkin org means we support or are supported by OpenTracing.
@codefromthecrypt
Copy link
Contributor Author

changed the example, which for some reason is in a different repo, and different than the quick start here. opentracing-contrib/examples#1

@@ -8,7 +8,7 @@ Both of these examples assume that Jaeger is running locally via Docker:
$ docker run -d -p 5775:5775/udp -p 16686:16686 jaegertracing/all-in-one:latest
```

These can be adapted to use Zipkin or any other OpenTracing-compatible Tracer easily by adjusting the initialization code to match the particular implementation.
These can be adapted to use other OpenTracing-compatible Tracer easily by adjusting the initialization code to match the particular implementation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Subject/verb agreement
"These can be adapted to use other OpenTracing-compatible Tracers"
or
"These can be adapted to use any other OpenTracing-compatible Tracer"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok, we can fix this later.

"fix it in post" :)

@tedsuo
Copy link
Member

tedsuo commented Apr 6, 2018

Sorry to see you go @adriancole. Hopefully later, when things are stable, you will find OT instrumentation useful for the Zipkin community. Please let me know if there is anything else I can do for you.

@tedsuo tedsuo merged commit 4eb01e5 into opentracing:master Apr 6, 2018
@codefromthecrypt
Copy link
Contributor Author

codefromthecrypt commented Apr 7, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants