Skip to content
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

add new metric for Oban Job, total time inserted #141

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 24, 2022

  1. add new metric for Oban Job, total time inserted

    Returns the total time the job spent in the DB before being attempted.
    hez committed May 24, 2022
    Configuration menu
    Copy the full SHA
    593691d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Filter snoozed jobs for inserted metric

    We are only interested in completed jobs, if we mix in snoozed ones the numbers are artificially lower and it gets recorded multiple times per job.
    hez committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5da2def View commit details
    Browse the repository at this point in the history