Package io.micrometer.jetty12.server
Interface JettyCoreRequestTagsProvider
- All Known Implementing Classes:
DefaultJettyCoreRequestTagsProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides
Tags for Jetty Core request handling.- Since:
- 1.13.0
-
Method Summary
-
Method Details
-
getTags
Provides tags to be associated with metrics for the givenrequest.- Parameters:
request- the request- Returns:
- tags to associate with metrics for the request
-