aimericsr
Results
2
issues of
aimericsr
I write an [axum](https://crates.io/crates/axum) application and I'm using the [validator](https://crates.io/crates/validator) crate to validate the JSON body. I would like to use Secrete<String> for password to not leak sensitive information when...
## Motivations I tried to register a new field [http.request.resend_count](https://opentelemetry.io/docs/specs/semconv/attributes-registry/http/) to my Otel trace but I don't have access to this information by implementing ReqwestOtelSpanBackend. ## Solution Register the number...
enhancement