You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Gauge |`good_job_scheduled`| Total number of scheduled GoodJob jobs. |
647
+
| Gauge |`good_job_retried`| Total number of retried GoodJob jobs. |
648
+
| Gauge |`good_job_queued`| Total number of queued GoodJob jobs. |
649
+
| Gauge |`good_job_running`| Total number of running GoodJob jobs. |
650
+
| Gauge |`good_job_finished`| Total number of finished GoodJob jobs. |
651
+
| Gauge |`good_job_succeeded`| Total number of succeeded GoodJob jobs. |
652
+
| Gauge |`good_job_discarded`| Total number of discarded GoodJob jobs |
653
+
630
654
### Unicorn process metrics
631
655
632
656
In order to gather metrics from unicorn processes, we use `rainbows`, which exposes `Rainbows::Linux.tcp_listener_stats` to gather information about active workers and queued requests. To start monitoring your unicorn processes, you'll need to know both the path to unicorn PID file and the listen address (`pid_file` and `listen` in your unicorn config file)
0 commit comments