client_python icon indicating copy to clipboard operation
client_python copied to clipboard

Support decoration of async functions

Open Pliner opened this issue 3 years ago • 3 comments

Fix #535

Pliner avatar Feb 08 '22 14:02 Pliner

Only tests to check expected behaviour were added. I hope to finalise the PR after a merge of #766.

Pliner avatar Feb 08 '22 15:02 Pliner

Can I help move this forward in any way? I've implemented the code to handle async and pushed it here: https://github.com/camlee/prometheus_client_python/commit/beae31aeb9cff15e77c0e4567556992800a5a663

It passes all of your unit tests.

camlee avatar Apr 24 '22 07:04 camlee