tailtriage-axum
Axum adapter crate for tailtriage request-boundary triage wiring.
This crate isolates framework-specific middleware and extractor ergonomics so tailtriage-tokio can stay framework-agnostic.
Use from the repo
Add from crates.io
[]
= "0.1.1"
= "0.1.1"
What this crate provides
middlewareto start and finish one tailtriage request per axum requestTailtriageRequestextractor for request-scoped instrumentation handlesTailtriageExtractorErrorrejection when middleware wiring is missing
Minimal usage
use Arc;
use ;
use ;
use Tailtriage;
# async
Suspects in analysis output are leads, not proof of root cause.
Related docs
- Repo docs index: https://github.com/SG-devel/tailtriage/tree/main/docs
- Core crate: https://github.com/SG-devel/tailtriage/tree/main/tailtriage-core
- Tokio integration crate: https://github.com/SG-devel/tailtriage/tree/main/tailtriage-tokio
- CLI crate: https://github.com/SG-devel/tailtriage/tree/main/tailtriage-cli