Crate tower_otel

Crate tower_otel 

Source
Expand description

§Crate features

  • axum - Enables the axum integration. Trace and metrics will contain the http.route attribute, populated with the path in the router that matches the request, as well as the client.address and client.port attributes.

Modules§

metrics
Middleware that adds metrics to a Service.
trace
Middleware that adds tracing to a Service.