• Home
  • Raw
  • Download

Lines Matching +full:all +full:- +full:impls

1 ![Tracing — Structured, application-level diagnostics][splash]
3 [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
9 [![Crates.io][crates-badge]][crates-url]
10 [![Documentation][docs-badge]][docs-url]
11 [![Documentation (master)][docs-master-badge]][docs-master-url]
12 [![MIT licensed][mit-badge]][mit-url]
13 [![Build Status][actions-badge]][actions-url]
14 [![Discord chat][discord-badge]][discord-url]
15 ![maintenance status][maint-badge]
17 [Documentation][docs-url] | [Chat][discord-url]
19 [crates-badge]: https://img.shields.io/crates/v/tracing-opentelemetry.svg
20 [crates-url]: https://crates.io/crates/tracing-opentelemetry/0.18.0
21 [docs-badge]: https://docs.rs/tracing-opentelemetry/badge.svg
22 [docs-url]: https://docs.rs/tracing-opentelemetry/0.18.0/tracing_opentelemetry
23 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
24 [docs-master-url]: https://tracing-rs.netlify.com/tracing_opentelemetry
25 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
26 [mit-url]: LICENSE
27 [actions-badge]: https://github.com/tokio-rs/tracing/workflows/CI/badge.svg
28 [actions-url]:https://github.com/tokio-rs/tracing/actions?query=workflow%3ACI
29 [discord-badge]: https://img.shields.io/discord/500028886025895936?logo=discord&label=discord&logoC…
30 [discord-url]: https://discord.gg/EeF3cQw
31 [maint-badge]: https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg
36 structured, event-based diagnostic information. This crate provides a
38 emits them to [OpenTelemetry]-compatible distributed tracing systems
43 * [`OpenTelemetryLayer`] adds OpenTelemetry context to all `tracing` [span]s.
47 [`OpenTelemetryLayer`]: https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/struct.O…
48 [`OpenTelemetrySpanExt`]: https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/trait.…
55 [msrv]: #supported-rust-versions
75 // that impls `LookupSpan`
93 $ docker run -d -p6831:6831/udp -p6832:6832/udp -p16686:16686 jaegertracing/all-in-one:latest
96 $ cargo run --example opentelemetry
106 - `metrics`: Enables the [`MetricsSubscriber`] type, a [subscriber] that
107 exports OpenTelemetry metrics from specifically-named events. This enables