autometrics-dev / autometrics-py

Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.
https://autometrics.dev
Apache License 2.0
214 stars 7 forks source link

Support for concurrency tracking #42

Closed brettimus closed 1 year ago

brettimus commented 1 year ago

Now that we have support for async functions, it could be good to investigate adding support for concurrency tracking.

For inspiration, see @stephlow's PR on autometrics-ts: https://github.com/autometrics-dev/autometrics-ts/pull/44/files

brettimus commented 1 year ago

completed in #55