Hacker News new | ask | show | jobs
by dgildeh 1844 days ago
I did a blog on using OpenTelemetry with Python/Google Cloud Run and source code here if anyone is interested:

https://davidgildeh.com/2021/03/08/running-python-openteleme...

I need to update the code as I didn't use the BatchSpanProcessor and as a result all my calls are taking 2-3 seconds vs. a more reasonable 300ms.

My only issue so far is the stability and maturity of the project. Now they're at V1 stability of the main SDK looks better, but the instrumentation libraries are still all over the place and need some cleaning up/maturing.

I like the vision though and we're keeping an eye on the project as it matures.