Skip to content

Commit

Permalink
Update specification/trace/semantic_conventions/http.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Apr 7, 2023
1 parent 6be7360 commit bd5d178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specification/trace/semantic_conventions/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ This span type represents an outbound HTTP request. There are two ways this can
2. If for some reason it is not possible to emit a span for each send attempt (because e.g. the instrumented library does not expose hooks that would allow this),
instrumentations MAY create an HTTP span for the top-most operation of the HTTP client.
In this case, the `http.url` MUST be the originally requested URL, before any HTTP-redirects that may happen when executing the request.
The instrumentation MUST NOT set the `http.resend_count` attribute.

For an HTTP client span, `SpanKind` MUST be `Client`.

Expand Down

0 comments on commit bd5d178

Please sign in to comment.