django-prometheus icon indicating copy to clipboard operation
django-prometheus copied to clipboard

Api response time in millis of every api endpoint with grafana

Open shubhamverma6594 opened this issue 5 years ago • 3 comments
trafficstars

i am getting django_http_requests_latency_seconds_by_view_method_bucket and django_http_requests_latency_seconds_by_view_method_sum and django_http_requests_latency_seconds_by_view_method_count metrics from django-prometheus library but i cant find solution for retrieving time graph of api response time of every individual endpoint.

shubhamverma6594 avatar Jul 03 '20 05:07 shubhamverma6594

I do have the same problem and I have not managed to use any other Django exporter as well. Any updates on this?

rojinebrahimi avatar Dec 03 '21 11:12 rojinebrahimi

I have the same problem too 🤔

fuergaosi233 avatar Jan 11 '22 06:01 fuergaosi233

Can't you just use django_http_requests_latency_seconds_by_view_method_sum / django_http_requests_latency_seconds_by_view_method_count?

sondrelg avatar Sep 15 '23 08:09 sondrelg