"Quick metrics to grow your production app healthy & strong."
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.