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)
JerseyTagsProvider
event
.httpRequestTags
in interface JerseyTagsProvider
event
- the request eventpublic Iterable<io.micrometer.core.instrument.Tag> httpLongRequestTags(RequestEvent event)
JerseyTagsProvider
LongTaskTimer
which instruments the given
long-running event
.httpLongRequestTags
in interface JerseyTagsProvider
event
- the request eventCopyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.