We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The patterns I have noticed so far are:
delayed_job_
delayed_jobs_
delayed_failed_jobs_
I think these should all be delayed_job_ (without the s), then followed by the metrics specifics (eg: total, or failed_total, etc...)
s
total
failed_total
The text was updated successfully, but these errors were encountered:
Maybe the first two are fine as is (jobs for aggregate, and job for per-job stats).
jobs
job
Sidekiq has the same:
But then perhaps for delayed-job it should be more like:
delayed_job_jobs_total
delayed_job_job_duration_seconds
Although it is redundant, the tool is called "delayed job", and there are jobs and per-job metrics.
Sorry, something went wrong.
No branches or pull requests
The patterns I have noticed so far are:
delayed_job_
delayed_jobs_
delayed_failed_jobs_
I think these should all be
delayed_job_
(without thes
), then followed by the metrics specifics (eg:total
, orfailed_total
, etc...)The text was updated successfully, but these errors were encountered: