Packages

package filter

Type Members

  1. class HttpLatencyMonitoringFilter extends SimpleFilter[Request, Response]
  2. class HttpMonitoringFilter extends SimpleFilter[Request, Response]
  3. class HttpServiceLabeller extends ServiceLabeller[Request, Response]
  4. 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

Ungrouped