Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 789 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 789 Bytes

Haskell CI

"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
  • Open file descriptors
  • Virtual Memory
  • Physical Memory

On top of that, it's possible to define custom metrics so you can embed your own in your monitored programs.