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

[DOC] Update OpenTracing shim README.md #2028

Merged
merged 1 commit into from
Mar 8, 2023
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:/open-telemetry/opentelemetry-cpp/discussions
[license-url]: https:/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/