Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ifeanyi Ubah <ifeanyi.ubah@embark-studios.com>
  • Loading branch information
XAMPPRocky and iffyio authored Jun 4, 2021
1 parent 1b33e69 commit 9f8f0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/extensions/filters/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ There are a few things we note here:

* Exactly one filter chain is specified and used to process all packets that flow through Quilkin.

**Filter Chain Metrics**
**Metrics**

* `filter_read_duration_seconds{filter=}` The duration it took for `filter`'s
* `filter_read_duration_seconds{filter=}` The duration it took for a `filter`'s
`read` implementation to execute.

* `filter_write_duration_seconds{filter=}` The duration it took for `filter`'s
* `filter_write_duration_seconds{filter=}` The duration it took for a `filter`'s
`write` implementation to execute.

### Configuration Examples ###
Expand Down

0 comments on commit 9f8f0bb

Please sign in to comment.