iconnect / ridley

A collection of ready-to-use Prometheus Metrics to monitor your Haskell application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

A collection of ready-to-use Prometheus Metrics to monitor your Haskell application


Languages

Language:Haskell 97.3%Language:C 2.6%Language:Shell 0.1%