Skip to content

Commit

Permalink
Update README.md (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Mar 8, 2023
1 parent f702676 commit 7db57f9
Showing 1 changed file with 11 additions and 9 deletions.
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/

0 comments on commit 7db57f9

Please sign in to comment.