yabeda-puma-plugin icon indicating copy to clipboard operation
yabeda-puma-plugin copied to clipboard

Collects Puma web-server metrics from puma control panel

Results 7 yabeda-puma-plugin issues
Sort by recently updated
recently updated
newest added

## Overview Hello. I use this gem integrating with rails. However, * When I run rails app via `bundle exec puma -C config/puma.rb`, I get empty response from metrics endpoint....

Addresses #22 This change adds some additional tests to cover clustered mode with the standalone exporter. The phased restart example fails without the patch to the exporter, which modifies it...

## Summary When running in clustered mode with a standalone port for the Prometheus exporter, phased restarts cause the parent puma process to crash because a new server attempts to...

Puma stats has the `requests_count` counter for each worker. https://github.com/puma/puma/blob/3e80f7c704e5585da4faa32edf0fa7a0abed3689/docs/stats.md#L96 It is very useful to determine is the problem of puma worker capacity degradation caused by increasing traffic. So `yabeda-puma-plugin`...

### Goal For a preloaded puma application, I'd like to capture `GC.stat` with an `index` tag applied based on which puma child process (and some default value for the parent...

Hi! This question is mostly because of educational purposes, so not a real issue. Still, the problem is the following. I was looking in a ways to decrease memory consumption...