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

expose job stats as prometheus metrics endpoint #69

Merged
merged 1 commit into from
Oct 2, 2017
Merged

Conversation

mikz
Copy link
Contributor

@mikz mikz commented Oct 2, 2017

show information about how many jobs of each kind are scheduled

# TYPE scheduled_jobs job_stats
# HELP scheduled_jobs Que Jobs to be executed
scheduled_jobs{job="UpdateJob"} 5
# TYPE retried_jobs job_stats
# HELP retried_jobs Que Jobs to retried
retried_jobs{job="UpdateJob"} 3
# TYPE pending_jobs job_stats
# HELP pending_jobs Que Jobs that should be already running
pending_jobs{job="UpdateJob"} 2

/cc @orimarti @3scale/operations

show information about how many jobs of each kind are scheduled
@mikz mikz merged commit c3fd462 into master Oct 2, 2017
@mikz mikz deleted the job-stats branch October 2, 2017 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant