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
20 changes: 11 additions & 9 deletions opentracing-shim/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# OpenTracing Shim
# C++ OpenTracing Shim

[![Apache License][license-image]][license-image]

The OpenTracing shim is a bridge layer from OpenTelemetry to the OpenTracing API.
It takes an OpenTelemetry Tracer and exposes it as an implementation compatible with
that of an OpenTracing Tracer.
An [OpenTracing shim][migrating] is a bridge layer from OpenTelemetry to the
OpenTracing API. It takes an OpenTelemetry Tracer and exposes it as an
implementation compatible with that of an OpenTracing Tracer.

## Usage

Expand Down Expand Up @@ -37,15 +37,17 @@ auto tracer_shim = TracerShim::createTracerShim(tracer, propagators);

If propagators are not specified, OpenTelemetry's global propagator will be used.

## License
## More information and help

Apache 2.0 - See [LICENSE][license-url] for more information.
- [Migrating from OpenTracing][migrating]
- [OpenTelemetry](https://opentelemetry.io)
- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]

## Useful links
## License

- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]
Apache 2.0 - See [LICENSE][license-url] for more information.

[discussions-url]: https://github.com/open-telemetry/opentelemetry-cpp/discussions
[license-url]: https://github.com/open-telemetry/opentelemetry-cpp/blob/main/LICENSE
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
[migrating]: https://opentelemetry.io/docs/migration/opentracing/