File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 6565
6666/// Construct a layer to track spans via [OpenTelemetry].
6767///
68+ /// It will convert the tracing spans to OpenTelemetry spans
69+ /// and tracing events which are in a span to events in the currently active OpenTelemetry span.
70+ /// Child-Parent links will be automatically translated as well.
71+ /// Follows-From links will also be generated, but only if the originating span has not been closed yet.
72+ ///
73+ /// Various translations exist between semantic conventions of OpenTelemetry and `tracing`,
74+ /// such as including level information as fields, or mapping error fields to exceptions.
75+ /// See the various `layer().with_*` functions for configuration of these features.
76+ ///
6877/// [OpenTelemetry]: https://opentelemetry.io
6978///
7079/// # Examples
You can’t perform that action at this time.
0 commit comments