Index

A D E F H I J M O S U 
All Classes|All Packages

A

AnnotationFinder - Interface in io.micrometer.jersey2.server
 

D

DEFAULT - Static variable in interface io.micrometer.jersey2.server.AnnotationFinder
 
DefaultJerseyTagsProvider - Class in io.micrometer.jersey2.server
Default implementation for JerseyTagsProvider.
DefaultJerseyTagsProvider() - Constructor for class io.micrometer.jersey2.server.DefaultJerseyTagsProvider
 

E

exception(RequestEvent) - Static method in class io.micrometer.jersey2.server.JerseyTags
Creates a exception tag based on the simple name of the class of the given exception.

F

findAnnotation(AnnotatedElement, Class<A>) - Method in interface io.micrometer.jersey2.server.AnnotationFinder
The default implementation performs a simple search for a declared annotation matching the search type.

H

httpLongRequestTags(RequestEvent) - Method in class io.micrometer.jersey2.server.DefaultJerseyTagsProvider
 
httpLongRequestTags(RequestEvent) - Method in interface io.micrometer.jersey2.server.JerseyTagsProvider
Provides tags to be associated with the LongTaskTimer which instruments the given long-running event.
httpRequestTags(RequestEvent) - Method in class io.micrometer.jersey2.server.DefaultJerseyTagsProvider
 
httpRequestTags(RequestEvent) - Method in interface io.micrometer.jersey2.server.JerseyTagsProvider
Provides tags to be associated with metrics for the given event.

I

io.micrometer.jersey2.server - package io.micrometer.jersey2.server
 

J

JerseyTags - Class in io.micrometer.jersey2.server
Factory methods for Tags associated with a request-response exchange that is handled by Jersey 2.
JerseyTagsProvider - Interface in io.micrometer.jersey2.server
Provides Tags for Jersey request metrics.

M

method(ContainerRequest) - Static method in class io.micrometer.jersey2.server.JerseyTags
Creates a method tag based on the method of the given request.
MetricsApplicationEventListener - Class in io.micrometer.jersey2.server
The Micrometer ApplicationEventListener which registers RequestEventListener for instrumenting Jersey server requests.
MetricsApplicationEventListener(MeterRegistry, JerseyTagsProvider, String, boolean) - Constructor for class io.micrometer.jersey2.server.MetricsApplicationEventListener
 
MetricsApplicationEventListener(MeterRegistry, JerseyTagsProvider, String, boolean, AnnotationFinder) - Constructor for class io.micrometer.jersey2.server.MetricsApplicationEventListener
 
MetricsRequestEventListener - Class in io.micrometer.jersey2.server
RequestEventListener recording timings for Jersey server requests.
MetricsRequestEventListener(MeterRegistry, JerseyTagsProvider, String, boolean, AnnotationFinder) - Constructor for class io.micrometer.jersey2.server.MetricsRequestEventListener
 

O

onEvent(ApplicationEvent) - Method in class io.micrometer.jersey2.server.MetricsApplicationEventListener
 
onEvent(RequestEvent) - Method in class io.micrometer.jersey2.server.MetricsRequestEventListener
 
onRequest(RequestEvent) - Method in class io.micrometer.jersey2.server.MetricsApplicationEventListener
 
outcome(ContainerResponse) - Static method in class io.micrometer.jersey2.server.JerseyTags
Creates an outcome tag based on the status of the given response.

S

status(ContainerResponse) - Static method in class io.micrometer.jersey2.server.JerseyTags
Creates a status tag based on the status of the given response.

U

uri(RequestEvent) - Static method in class io.micrometer.jersey2.server.JerseyTags
Creates a uri tag based on the URI of the given event.
A D E F H I J M O S U 
All Classes|All Packages