wai-middleware-metrics

A WAI middleware to collect EKG request metrics

https://github.com/Helkafen/wai-middleware-metrics

Version on this page:0.2.2
LTS Haskell 22.18:0.2.4
Stackage Nightly 2024-04-25:0.2.4
Latest on Hackage:0.2.4

See all snapshots wai-middleware-metrics appears in

BSD-3-Clause licensed by Sebastian de Bellefon
Maintained by [email protected]
This version can be pinned in stack with:wai-middleware-metrics-0.2.2@sha256:b848da51f3eff0672e34154b11724742f042a0f0a06b74cc6a9deaec9d1de8eb,2772

Module documentation for 0.2.2

This WAI middleware counts the number of requests, the number of responses by status code and keeps a latency distribution.

It can be added to any WAI-based webserver, such as Yesod, Scotty, Spock and Servant.

The counters are EKG Counters from ekg-core. https://ocharles.org.uk/blog/posts/2012-12-11-24-day-of-hackage-ekg.html