Interface JerseyTagsProvider
- All Known Implementing Classes:
DefaultJerseyTagsProvider
Deprecated.
since 1.13.0 use the jersey-micrometer module in the Jersey project instead
Provides
Tags for Jersey request metrics.- Since:
- 1.8.0
-
Method Summary
Modifier and TypeMethodDescriptionhttpLongRequestTags(org.glassfish.jersey.server.monitoring.RequestEvent event) Deprecated.Provides tags to be associated with theLongTaskTimerwhich instruments the given long-runningevent.httpRequestTags(org.glassfish.jersey.server.monitoring.RequestEvent event) Deprecated.Provides tags to be associated with metrics for the givenevent.
-
Method Details
-
httpRequestTags
Deprecated.Provides tags to be associated with metrics for the givenevent.- Parameters:
event- the request event- Returns:
- tags to associate with metrics recorded for the request
-
httpLongRequestTags
Deprecated.Provides tags to be associated with theLongTaskTimerwhich instruments the given long-runningevent.- Parameters:
event- the request event- Returns:
- tags to associate with metrics recorded for the request
-