package filter
Type Members
- class HttpLatencyMonitoringFilter extends SimpleFilter[Request, Response]
- class HttpMonitoringFilter extends SimpleFilter[Request, Response]
- class HttpServiceLabeller extends ServiceLabeller[Request, Response]
-
trait
ServiceLabeller[Req, Rep] extends AnyRef
ServiceLabeller allows Finagle metrics to be labelled specific to the request and response.
ServiceLabeller allows Finagle metrics to be labelled specific to the request and response.
- Req
the type of the request to label
- Rep
the type of the response to label