igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
950 stars 53 forks source link

Basic Incrementor Metrics #76

Open KoRMaK opened 4 months ago

KoRMaK commented 4 months ago

Hello, I wanted to ask if such a feature exists and suggest it if it doesn't, a feature to capture incrementor metrics and render them to some graphs in the rails performance dashboard.

Something like what this statsd client offers perhaps https://github.com/reinh/statsd

$statsd.increment 'some_custom_metric'