We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4bc45 commit db3ee56Copy full SHA for db3ee56
1 file changed
gax-java/gax/src/main/java/com/google/api/gax/tracing/ObservabilityAttributes.java
@@ -62,7 +62,9 @@ public class ObservabilityAttributes {
62
/** The HTTP method of the request (e.g., "GET"). Only used in HTTP transport. */
63
public static final String HTTP_METHOD_ATTRIBUTE = "http.request.method";
64
65
- /** The HTTP method of the request (e.g., "GET"). Only used in HTTP transport. */
+ /**
66
+ * The HTTP URL template of the request (e.g. "/v1/{name}:access"). Only used in HTTP transport.
67
+ */
68
public static final String HTTP_URL_TEMPLATE_ATTRIBUTE = "url.template";
69
70
/**
0 commit comments