Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ OpenTracing interface and are highlighted in the [addsvc] example.

[Zipkin] support is available through the [zipkin-go-opentracing] package.

## OpenTelemetry

[OpenTelemetry] came to life as a result of merging [OpenCensus] and [OpenTracing].
Go kit instrumentation can be found in [opentelemetry-go-contrib]
which is a central repository of instrumentation libraries.

[Dapper]: http://research.google.com/pubs/pub36356.html
[addsvc]:https://github.com/go-kit/kit/tree/master/examples/addsvc
[README]: https://github.com/go-kit/kit/blob/master/tracing/zipkin/README.md
Expand All @@ -84,3 +90,6 @@ OpenTracing interface and are highlighted in the [addsvc] example.

[OpenCensus]: https://opencensus.io/
[opencensus-go]: https://github.com/census-instrumentation/opencensus-go

[OpenTelemetry]: https://opentelemetry.io/
[opentelemetry-go-contrib]: https://github.com/open-telemetry/opentelemetry-go-contrib