public interface JerseyTagsProvider
Tags for Jersey request metrics.| Modifier and Type | Method and Description |
|---|---|
Iterable<io.micrometer.core.instrument.Tag> |
httpLongRequestTags(RequestEvent event)
Provides tags to be associated with the
LongTaskTimer which instruments the given
long-running event. |
Iterable<io.micrometer.core.instrument.Tag> |
httpRequestTags(RequestEvent event)
Provides tags to be associated with metrics for the given
event. |
Iterable<io.micrometer.core.instrument.Tag> httpRequestTags(RequestEvent event)
event.event - the request eventIterable<io.micrometer.core.instrument.Tag> httpLongRequestTags(RequestEvent event)
LongTaskTimer which instruments the given
long-running event.event - the request eventCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.