puma-cloudwatch
puma-cloudwatch copied to clipboard
Puma plugin sends puma metrics to CloudWatch
I needed more than one dimension for my metrics, so I added a new environment variable that overrides PUMA_CLOUDWATCH_DIMENSION_NAME and PUMA_CLOUDWATCH_DIMENSION_VALUE. This could also cover the use-case of https://github.com/boltops-tools/puma-cloudwatch/pull/14
Currently there is only a singular customizable dimension added to the metrics. The readme suggests changing the value to your app name like `App:demo-web-puma` but if you have a staging...
Puma busy_threads stat is available, see, * https://github.com/puma/puma/pull/3517 * https://github.com/puma/puma/blob/master/History.md#660--2025-01-29
This pull request introduces the `busy_threads` metric to the Puma Cloudwatch integration, updates the metric parsing and sending logic, and adjusts the corresponding tests to accommodate the new metric. ###...
I'm trying to use this plugin. I've added the two lines to the config/puma/production.rb as we only want to record data in the one environment activate_control_app plugin :cloudwatch But this...