public final class DefaultJerseyTagsProvider extends Object implements JerseyTagsProvider
JerseyTagsProvider.| Constructor and Description |
|---|
DefaultJerseyTagsProvider() |
| 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. |
public Iterable<io.micrometer.core.instrument.Tag> httpRequestTags(RequestEvent event)
JerseyTagsProviderevent.httpRequestTags in interface JerseyTagsProviderevent - the request eventpublic Iterable<io.micrometer.core.instrument.Tag> httpLongRequestTags(RequestEvent event)
JerseyTagsProviderLongTaskTimer which instruments the given
long-running event.httpLongRequestTags in interface JerseyTagsProviderevent - the request eventCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.