Skip to content

Commit

Permalink
Update otel description in tracing README to match workspace (#1163)
Browse files Browse the repository at this point in the history
* Update otel description in tracing README to match workspace

* Match bullet point syntax
  • Loading branch information
jtescher committed Jan 6, 2021
1 parent 384fc48 commit fe570af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tracing/README.md
Expand Up @@ -348,15 +348,16 @@ In particular, the following crates are likely to be of interest:
dependencies which use `log`. Note that if you're using
`tracing-subscriber`'s `FmtSubscriber`, you don't need to depend on
`tracing-log` directly.
- [`tracing-opentelemetry`]: Provides a layer that connects spans from multiple
systems into a trace and emits them to [OpenTelemetry]-compatible distributed
tracing systems for processing and visualization.

Additionally, there are also several third-party crates which are not
maintained by the `tokio` project. These include:

- [`tracing-timing`] implements inter-event timing metrics on top of `tracing`.
It provides a subscriber that records the time elapsed between pairs of
`tracing` events and generates histograms.
- [`tracing-opentelemetry`] provides a subscriber for emitting traces to
[OpenTelemetry]-compatible distributed tracing systems.
- [`tracing-honeycomb`] Provides a layer that reports traces spanning multiple machines to [honeycomb.io]. Backed by [`tracing-distributed`].
- [`tracing-distributed`] Provides a generic implementation of a layer that reports traces spanning multiple machines to some backend.
- [`tracing-actix`] provides `tracing` integration for the `actix` actor
Expand Down

0 comments on commit fe570af

Please sign in to comment.