Popularity
7.4
Declining
Activity
5.1
-
13
11
3

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Ridley    
Add another 'ridley' Package

README

Build Status Build status Coverage

"Quick metrics to grow your production app healthy & strong."

scotts-porage-oats

Ridley

Ridley is a library which allow you to easily expose the most common Haskell metrics to Prometheus. By default, with minimal configuration, this is what you get by default:

  • GHC Conc metrics
  • EKG metrics
  • Process memory
  • CPU Avg Load
  • Disk Usage
  • Network Usage
  • Wai endpoints status codes

On top of that, it's possible to define custom metrics so you can embed your own in your monitored programs. A collection of optional metrics can be found in the complementary package ridley-extras, which adds things like:

  • Open file descriptors