Skip to content

Commit

Permalink
fix(apiusagemonitoring): add doc info about no-op filter in case of i…
Browse files Browse the repository at this point in the history
…nvalid config (#949) (#967)

Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
  • Loading branch information
maxim-tschumak authored and szuecs committed Feb 25, 2019
1 parent 04b0e77 commit 699645f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/filters.md
Expand Up @@ -1140,7 +1140,8 @@ The available metrics are:
### Filter Configuration

Endpoints can be monitored using the `apiUsageMonitoring` filter in the route. It accepts JSON objects (as strings)
of the following format.
of the format mentioned below. In case any of the required parameters is missing, `no-op` filter is created, i.e. no
metrics are captured, but the creation of the route does not fail.

```yaml
api-usage-monitoring-configuration:
Expand Down

0 comments on commit 699645f

Please sign in to comment.