Popularity
6.3
Declining
Activity
0.0
Stable
10
5
4

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Wai    

wai-middleware-metrics alternatives and similar packages

Based on the "wai" category.
Alternatively, view wai-middleware-metrics alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wai-middleware-metrics or a related project?

Add another 'wai' Package

README

wai-middleware-metrics

Build Status

A WAI middleware to collect the following EKG metrics from compatible web servers:

  • number of requests (counter wai.request_count)
  • number of responses by status code, broken down by class (counter wai.response_status_xxx, eg wai.response_status_2xx)
  • latency distribution (distribution wai.latency_distribution)

Compatible web servers include the following: Yesod, Scotty, Spock, Servant, Warp.

Documentation and sample code here.