pub fn build_router(state: Arc<AppState>, max_body_bytes: usize) -> RouterExpand description
Builds the Axum [Router] with all embedding, health, and fleet-discovery
routes, a configurable body limit (default 32 MiB), request-id propagation,
and structured tracing.