Skip to content

Commit

Permalink
Remove doc for tags on content-read and content-write spans; the tags…
Browse files Browse the repository at this point in the history
… are no longer added in the code in 4.x (helidon-io#8112)
  • Loading branch information
tjquinno authored Dec 8, 2023
1 parent 90a0cc4 commit 5c106b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/includes/tracing/common-spans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c106b0

Please sign in to comment.