-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
can we expose /metrics in django-rq? #503
Comments
Definitely, can you open a PR for this? Probably a simple view displaying metrics for one of the selected queues. |
OK for queues I want to make it default to expose all queues but configurable via |
I think having this as a config is not very useful. Better to show all queues and allow users to select which queues they want to show and refresh the page.
… On Aug 24, 2021, at 2:12 PM, laixintao ***@***.***> wrote:
OK for queues I want to make it default to expose all queues but configurable via settings.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to nexleaf/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to nexleaf/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to nexleaf/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to nexleaf/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to nexleaf/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 16, 2024
terencehonles
added a commit
to nexleaf/django-rq
that referenced
this issue
Aug 17, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Aug 19, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Nov 18, 2024
terencehonles
added a commit
to terencehonles/django-rq
that referenced
this issue
Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I want to use Prometheus to collect metrics of rq.
we have https://github.com/mdawar/rq-exporter already, but I don't like the idea that we need to a separate wsgi app(process) to achieve this, since we already have django.
Can we expose metrics from django-rq?
The text was updated successfully, but these errors were encountered: