You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, is there any way to exclude request/response metrics by a certain view or by a certain criteria? The use case is that I'm seeing a lot of the django_http_responses_total_by_status_view_method_total metric with prometheus-django-metrics as the view (so, any queries to the metrics endpoint). Is there a clean way to exclude metrics about this route? Just looking to reduce the amount of metrics we expose by default.
The text was updated successfully, but these errors were encountered:
Hi all, is there any way to exclude request/response metrics by a certain view or by a certain criteria? The use case is that I'm seeing a lot of the
django_http_responses_total_by_status_view_method_total
metric withprometheus-django-metrics
as the view (so, any queries to the metrics endpoint). Is there a clean way to exclude metrics about this route? Just looking to reduce the amount of metrics we expose by default.The text was updated successfully, but these errors were encountered: