Skip to content

Commit 9173e13

Browse files
committed
Document that http.client.requests measure the entire HTTP exchange
Closes gh-34201
1 parent 84be0d8 commit 9173e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework-docs/modules/ROOT/pages/integration/observability.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ By default, the following `KeyValues` are created:
270270
== HTTP Client Instrumentation
271271

272272
HTTP client exchange observations are created with the name `"http.client.requests"` for blocking and reactive clients.
273+
This observation measures the entire HTTP request/response exchange, from connection establishment up to body deserialization.
273274
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.
274275

275276
[[observability.http-client.resttemplate]]

0 commit comments

Comments
 (0)