Module axum

Source
Expand description

Axum web framework middleware.

Provides middleware for the Axum web framework to automatically instrument HTTP requests with OpenTelemetry tracing.

Structs§

OtelAxumLayer
OpenTelemetry layer for Axum applications.
OtelAxumService
OpenTelemetry service wrapper for Axum applications.
ResponseFuture
Response future for Trace.

Type Aliases§

AsStr
Function type for extracting string representation from a matched path type.
Filter
Function type for filtering HTTP requests by path.