Skip to content

Commit

Permalink
fix processed endpoint typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpaul authored and wkalt committed Nov 17, 2016
1 parent df81ba6 commit 481c7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/api/metrics/v1/mbeans.markdown
Expand Up @@ -82,7 +82,7 @@ Each of these metrics can be accessed as
following `<item>`s:

* `seen`: meter measuring commands received (valid or invalid)
* `proceseed`: meter measuring commands successfully processed
* `processed`: meter measuring commands successfully processed
* `fatal`: meter measuring fatal processing errors
* `retried`: meter measuring commands scheduled for retrial
* `awaiting-retry`: number of commands waiting to be retried
Expand All @@ -104,7 +104,7 @@ Each of the command-specific metrics can be accessed as
integer command version, and `<item>` must be one of the following:

* `seen`: meter measuring commands received (valid or invalid)
* `proceseed`: meter measuring commands successfully processed
* `processed`: meter measuring commands successfully processed
* `fatal`: meter measuring fatal processing errors
* `retried`: meter measuring commands scheduled for retrial
* `retry-counts`: histogram of retry counts (until success or discard)
Expand Down

0 comments on commit 481c7be

Please sign in to comment.