Skip to content

Commit db3ee56

Browse files
committed
docs: update javadoc for path property
1 parent 8f4bc45 commit db3ee56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gax-java/gax/src/main/java/com/google/api/gax/tracing/ObservabilityAttributes.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ public class ObservabilityAttributes {
6262
/** The HTTP method of the request (e.g., "GET"). Only used in HTTP transport. */
6363
public static final String HTTP_METHOD_ATTRIBUTE = "http.request.method";
6464

65-
/** The HTTP method of the request (e.g., "GET"). Only used in HTTP transport. */
65+
/**
66+
* The HTTP URL template of the request (e.g. "/v1/{name}:access"). Only used in HTTP transport.
67+
*/
6668
public static final String HTTP_URL_TEMPLATE_ATTRIBUTE = "url.template";
6769

6870
/**

0 commit comments

Comments
 (0)