Change the description for the uri client request observation

This commit describes what parts that are removed from the URI template
keyvalue.

Closes: gh-34116
Signed-off-by: Mattias-Sehlstedt <60173714+Mattias-Sehlstedt@users.noreply.github.com>
This commit is contained in:
Mattias-Sehlstedt
2024-12-18 16:44:18 +01:00
committed by Brian Clozel
parent a985b73939
commit 50b1fb0b15
5 changed files with 23 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ public enum ClientHttpObservationDocumentation implements ObservationDocumentati
/**
* URI template used for HTTP request, or {@value KeyValue#NONE_VALUE} if
* none was provided.
* <p>Only the path part of the URI is considered.
* <p>The protocol, host and port part of the URI are not considered.
*/
URI {
@Override