Fix links, add docs site

This commit is contained in:
Yuri Shkuro 2017-08-29 20:06:01 -04:00
parent e3e1bdcfb5
commit e040050316

View file

@ -34,13 +34,14 @@ analysis and performance / latency optimization.
*Issue tracker:* https://github.com/uber/jaeger/issues *Issue tracker:* https://github.com/uber/jaeger/issues
*Mailing lists:* *Mailing list:* https://groups.google.com/forum/#!forum/jaeger-tracing
* Mailing list: https://groups.google.com/forum/#!forum/jaeger-tracing *Online chat:* https://gitter.im/jaegertracing/
* Gitter: https://gitter.im/jaegertracing/Lobby
*Website:* https://uber.github.io/jaeger/ (soon jaegertracing.io) *Website:* https://uber.github.io/jaeger/ (soon jaegertracing.io)
*Documentation:* http://jaeger.readthedocs.io/
*Release methodology and mechanics:* *Release methodology and mechanics:*
At the moment, releases happen in an ad hoc fashion, when the maintainers and core contributors think At the moment, releases happen in an ad hoc fashion, when the maintainers and core contributors think
@ -126,10 +127,10 @@ of open source distributed tracing.
*Comparison with Zipkin* *Comparison with Zipkin*
Zipkin is another popular open source distributed tracing system originally Zipkin is another popular open source distributed tracing system originally released by Twitter in 2012
[released by Twitter in 2012](https://blog.twitter.com/engineering/en_us/a/2012/distributed-systems-tracing-with-zipkin.html). (https://blog.twitter.com/engineering/en_us/a/2012/distributed-systems-tracing-with-zipkin.html).
Jaeger and Zipkin provide roughly similar functionality today; in fact the earlier versions of Jaeger relied on some of Zipkin Jaeger and Zipkin provide roughly similar functionality today; in fact the earlier versions of Jaeger relied on some of Zipkin
components as explained in the [Uber Eng blog post] (https://eng.uber.com/distributed-tracing/). Listed below are some differences components as explained in the Uber Eng blog post (https://eng.uber.com/distributed-tracing/). Listed below are some differences
between Jaeger and Zipkin, along with how they can interoperate: between Jaeger and Zipkin, along with how they can interoperate:
* *OpenTracing Instrumentation Libraries*. All Jaeger instrumentation libraries are built to support the OpenTracing standard. * *OpenTracing Instrumentation Libraries*. All Jaeger instrumentation libraries are built to support the OpenTracing standard.