This version of the docs is a work in progress. If you don’t see what you are looking for check the legacy wiki.

General filter information

  • Name: ???

  • Default Configuration: ???.cfg.xml

  • Released: v?.?.?.?

  • Bundle: repose-filter-bundle

  • Schema

Prerequisites & Postconditions

Required Request Headers

???.

Required Preceding Filters

???.

Request Headers Created

???.

Request Body Changes

???.

???.

Response Body Changes

???.

Response Headers Created

???.

Response Status Codes

???.

Examples

Shows how to ???

This configuration will ???.

???.cfg.xml
<??? xmlns="http://docs.openrepose.org/repose/???/v1.0">
    <???> (1)
    </???>
</???>
1 Specifies ???.

Additional Information

Metrics

This component reports the following metrics to the Metrics Service:

Metric Type Metric Name Description

Meter

org.openrepose.filters.destinationrouter.DestinationRouterFilter.Routed Response.<target-id>

Counts the number of times a request to the <target-id> destination is processed. <target-id> is the configured destination ID.

Meter

org.openrepose.filters.destinationrouter.DestinationRouterFilter.Routed Response.ACROSS ALL

Counts the number of times a request is processed by this filter. This meter is the sum of all org.openrepose.filters.destinationrouter.DestinationRouterFilter.Routed Response.<target-id> meters.