From 5c106b017c6befc47d7b6b40537f37f4bc72b45b Mon Sep 17 00:00:00 2001 From: Tim Quinn Date: Fri, 8 Dec 2023 14:33:16 -0600 Subject: [PATCH] Remove doc for tags on content-read and content-write spans; the tags are no longer added in the code in 4.x (#8112) --- docs/includes/tracing/common-spans.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/includes/tracing/common-spans.adoc b/docs/includes/tracing/common-spans.adoc index 4a737398447..67d26be4f3f 100644 --- a/docs/includes/tracing/common-spans.adoc +++ b/docs/includes/tracing/common-spans.adoc @@ -66,8 +66,6 @@ There are also tags that are set by Helidon components. These are not configurab |`HTTP Request` |`http.status_code` |HTTP status code of the response |`HTTP Request` |`http.url` |The path of the request (for SE without protocol, host and port) |`HTTP Request` |`error` |If the request ends in error, this tag is set to `true`, usually accompanied by logs with details -|`content-read` |`requested.type` |Type (class) of the requested entity (if entity is read) -|`content-write` |`response.type` |Type (class) of the entity being sent (if entity is sent) |`security` |`security.id` |ID of the security context created for this request (if security is used) |`jersey-client-call` |`http.method` |HTTP method of the client request |`jersey-client-call` |`http.status_code` |HTTP status code of client response