Skip to content

Commit

Permalink
Document that http.client.requests measure the entire HTTP exchange
Browse files Browse the repository at this point in the history
Closes gh-34201
  • Loading branch information
bclozel committed Jan 8, 2025
1 parent 84be0d8 commit 9173e13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ By default, the following `KeyValues` are created:
== HTTP Client Instrumentation

HTTP client exchange observations are created with the name `"http.client.requests"` for blocking and reactive clients.
This observation measures the entire HTTP request/response exchange, from connection establishment up to body deserialization.
Unlike their server counterparts, the instrumentation is implemented directly in the client so the only required step is to configure an `ObservationRegistry` on the client.

[[observability.http-client.resttemplate]]
Expand Down

0 comments on commit 9173e13

Please sign in to comment.