spyoungtech / grequests

Requests + Gevent = <3
https://pypi.python.org/pypi/grequests
BSD 2-Clause "Simplified" License
4.49k stars 331 forks source link

feature: Get timing metrics #179

Closed chitralverma closed 2 months ago

chitralverma commented 2 months ago

Any way to get timings for the requests with this lib? ability to get metrics like below would be great

spyoungtech commented 2 months ago

This library does not provide any metrics or timings. However, there are other tools like profilers or tracing/telemetry agents that may help you achieve what you're looking for.

As it stands, this is outside of the scope of grequests so I'm going to close this issue.