django-prometheus
django-prometheus copied to clipboard
Api response time in millis of every api endpoint with grafana
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.
I do have the same problem and I have not managed to use any other Django exporter as well. Any updates on this?
I have the same problem too 🤔
Can't you just use django_http_requests_latency_seconds_by_view_method_sum / django_http_requests_latency_seconds_by_view_method_count?