1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

Enabled OTEL 0.14 by default.

This commit is contained in:
LukeMathWalker
2021-07-03 18:44:49 +02:00
parent 0d7f7f6231
commit d5bb73125b
3 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@
//!
//! `tracing-actix-web` exposes three feature flags:
//!
//! - `opentelemetry_0_13`: attach [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-rust)'s context to the root span using OTEL 0.13 (enabled by default).
//! - `opentelemetry_0_14`: same as above but using OTEL 0.14.
//! - `opentelemetry_0_13`: attach [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-rust)'s context to the root span using OTEL 0.13;
//! - `opentelemetry_0_14`: same as above but using OTEL 0.14 (enabled by default);
//! - `emit_event_on_error`: emit a [`tracing`] event when request processing fails with an error (enabled by default).
//!
//! `tracing-actix-web` will release `0.4.0`, going out of beta, as soon as `actix-web` releases a stable `4.0.0`.