Popularity
7.5
Declining
Activity
5.3
Declining
13
10
3
Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Add another 'ridley' Package
README
"Quick metrics to grow your production app healthy & strong."
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