Use Jersey's ObservationRequestEventListener for Jersey observability

Closes gh-39633
This commit is contained in:
Moritz Halbritter
2024-02-20 11:37:09 +01:00
parent 7e43d7ba0f
commit 3a565e4e4b
3 changed files with 19 additions and 153 deletions

View File

@@ -815,7 +815,7 @@ By default, Jersey server metrics are tagged with the following information:
| The request's URI template prior to variable substitution, if possible (for example, `/api/person/\{id}`)
|===
To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`.
To customize the tags, provide a `@Bean` that implements `JerseyObservationConvention`.