Skip to content

Commit

Permalink
Merge branch 'main' into RemoveSeprateSampleRun
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Mar 9, 2023
2 parents 7a4768c + 7db57f9 commit 331a9dd
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://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/

0 comments on commit 331a9dd

Please sign in to comment.