File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,6 @@ public class ObservabilityAttributes {
8585 /** The url template of the request (e.g. /v1/{name}:access). */
8686 public static final String URL_TEMPLATE_ATTRIBUTE = "url.template" ;
8787
88- /**
89- * The specific error type. Value will be google.rpc.ErrorInfo.reason, a specific Server Error
90- * Code, Client-Side Network/Operational Error (e.g., CLIENT_TIMEOUT) or internal fallback.
91- */
92- public static final String ERROR_TYPE_ATTRIBUTE = "error.type" ;
93-
9488 /** A human-readable error message, which may include details from the exception or response. */
9589 public static final String STATUS_MESSAGE_ATTRIBUTE = "status.message" ;
9690
@@ -112,7 +106,9 @@ public class ObservabilityAttributes {
112106 /** The full URL of the HTTP request, with sensitive query parameters redacted. */
113107 public static final String HTTP_URL_FULL_ATTRIBUTE = "url.full" ;
114108
115- /** The type of error that occurred (e.g., from google.rpc.ErrorInfo.reason). */
109+ /** * The specific error type. Value will be google.rpc.ErrorInfo.reason, a specific Server Error
110+ * Code, Client-Side Network/Operational Error (e.g., CLIENT_TIMEOUT) or internal fallback.
111+ */
116112 public static final String ERROR_TYPE_ATTRIBUTE = "error.type" ;
117113
118114 /** The domain of the error (e.g., from google.rpc.ErrorInfo.domain). */
You can’t perform that action at this time.
0 commit comments