-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support for nginx timer count #7670
Labels
Comments
@rishabh-gupta2 I agree that could be a valid feature. PR is welcomed! |
Sure Thanks, @fffonion , Will raise PR for this |
mayocream
added
the
good first issue
Issues that beginners/volunteers can easily help with.
label
Jan 12, 2022
limkevinkuan
added a commit
to limkevinkuan/kong
that referenced
this issue
Feb 10, 2022
This adds gauges to track ngx.timer.running_count() and ngx.timer.pending_count() as requested in Kong#7670.
mayocream
pushed a commit
that referenced
this issue
Feb 23, 2022
* feat(prometheus) add nginx timer metrics This adds gauges to track ngx.timer.running_count() and ngx.timer.pending_count() as requested in #7670. * style(prometheus) rename metrics from current timers to just timers Per suggestion, to avoid confusion. * fix(prometheus) fix timer tests failing The tests were accidentally matching in plain mode so '%d+' was not understood. * perf(prometheus) localize ngx timer functions
kikito
pushed a commit
that referenced
this issue
Feb 24, 2022
* feat(prometheus) add nginx timer metrics This adds gauges to track ngx.timer.running_count() and ngx.timer.pending_count() as requested in #7670. * style(prometheus) rename metrics from current timers to just timers Per suggestion, to avoid confusion. * fix(prometheus) fix timer tests failing The tests were accidentally matching in plain mode so '%d+' was not understood. * perf(prometheus) localize ngx timer functions
kikito
pushed a commit
that referenced
this issue
Feb 24, 2022
* feat(prometheus) add nginx timer metrics This adds gauges to track ngx.timer.running_count() and ngx.timer.pending_count() as requested in #7670. * style(prometheus) rename metrics from current timers to just timers Per suggestion, to avoid confusion. * fix(prometheus) fix timer tests failing The tests were accidentally matching in plain mode so '%d+' was not understood. * perf(prometheus) localize ngx timer functions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The current plugin does not record nginx timers running.
Can we add a gauge to track
ngx.timer.running_count()
andngx.timer.pending_count()
Let me know if this makes sense. I can pick this up and raise a PR.
The text was updated successfully, but these errors were encountered: