opentelemetry_semantic_conventions::attribute

Constant HTTP_REQUEST_RESEND_COUNT

Source
pub const HTTP_REQUEST_RESEND_COUNT: &str = "http.request.resend_count";
Expand description

The ordinal number of request resending attempt (for any reason, including redirects).

§Notes

The resend count SHOULD be updated each time an HTTP request gets resent by the client, regardless of what was the cause of the resending (e.g. redirection, authorization failure, 503 Server Unavailable, network issues, or any other).

§Examples

  • 3