-
Notifications
You must be signed in to change notification settings - Fork 189
More job metrics, less tables #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
df756c4 to
32f9ae0
Compare
c38e9cd to
dcc6df0
Compare
|
@jessarcher the first image with the light background could do with a slightly darker background for the metric box so it's a bit different than the white background of the card. |
dcc6df0 to
f879e8c
Compare
Good call - I've updated it (and the screenshot above) |
b200cd7 to
3fb1d7d
Compare
3fb1d7d to
d3613b9
Compare
QueueSizesrecorder and table. This approach took snapshots every 15 seconds and only captured the current number of pending and failed jobs for connection and queue.Jobsrecorder to capture the first time the job began processing, the time it failed, and the time it was processed. This now gives us the stats for theQueuesand theSlowJobscards. It also allows us to display additional stats, such as the number of processed jobs in a period.Queuescard to display graphs for the current period, instead of a table with only the current values: