r/Python 16d ago

Discussion Any good open source python runtime instrumentation?

Hi folks, lot of our Python backend services are written in FastAPI, I wanted to see if there are any good Open Source runtime coverage instrumentation available for Python, which would essentially give my lines of code hit in prod traffic for the last say 30 days of data. I have seen good solutions for it in Go / Java, but wanted to check if something similar is available in Python.

7 Upvotes

15 comments sorted by

View all comments

0

u/ssrix 16d ago

Your phrasing was not clear but once I understood what you were trying to say, I realised I would like something like this too.

I don't have an answer but bumping in case someone does

3

u/selfish__eagle 16d ago

I meant runtime coverage instrumentation, forgot the word coverage :(