MetricsFilterImpl
Attributes
- Graph
-
- Supertypes
-
trait MetricsFiltertrait Filtertrait EssentialFilterclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Apply the filter, given the request header and a function to call the next operation.
Apply the filter, given the request header and a function to call the next operation.
Value parameters
- f
-
A function to call the next operation. Call this to continue normally with the current request. You do not need to call this function if you want to generate a result in a different way.
- rh
-
The RequestHeader.
Attributes
Specify which HTTP status codes have individual metrics
Specify which HTTP status codes have individual metrics
Statuses not specified here are grouped together under otherStatuses
Defaults to 200, 400, 401, 403, 404, 409, 201, 304, 307, 500, which is compatible with prior releases.
Attributes
Specify a meaningful prefix for metrics
Specify a meaningful prefix for metrics
Defaults to classOf[MetricsFilter].getName for backward compatibility as this was the original set value.