Skip to content

Commit

Permalink
docs(guide): document metrics.totalLatency in 6to7 guide (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
hekike committed Mar 22, 2018
1 parent aa0fb49 commit d653625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/6to7guide.md
Expand Up @@ -168,6 +168,7 @@ fully flushed. Earlier it was calculated when the last handler finished.
To address the previous use-cases, new timings were added to the metrics plugin:
- `metrics.totalLatency` both request is flushed and all handlers finished
- `metrics.preLatency` pre handlers latency
- `metrics.useLatency` use handlers latency
- `metrics.routeLatency` route handlers latency

0 comments on commit d653625

Please sign in to comment.