Codebase list golang-github-go-kit-kit / 2ca6ab2
Merge pull request #1112 from sagikazarmark/opentelemetry add a link to opentelemetry instrumentation Márk Sági-Kazár authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6262
6363 [Zipkin] support is available through the [zipkin-go-opentracing] package.
6464
65 ## OpenTelemetry
66
67 [OpenTelemetry] came to life as a result of merging [OpenCensus] and [OpenTracing].
68 Go kit instrumentation can be found in [opentelemetry-go-contrib]
69 which is a central repository of instrumentation libraries.
70
6571 [Dapper]: http://research.google.com/pubs/pub36356.html
6672 [addsvc]:https://github.com/go-kit/kit/tree/master/examples/addsvc
6773 [README]: https://github.com/go-kit/kit/blob/master/tracing/zipkin/README.md
8389
8490 [OpenCensus]: https://opencensus.io/
8591 [opencensus-go]: https://github.com/census-instrumentation/opencensus-go
92
93 [OpenTelemetry]: https://opentelemetry.io/
94 [opentelemetry-go-contrib]: https://github.com/open-telemetry/opentelemetry-go-contrib