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:
@ -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`.
|
||||
|
Reference in New Issue
Block a user