Hacker News new | ask | show | jobs
by actionfromafar 637 days ago
That’s fine if you can, but say you want to trace deployed on stage, or shudders even production. Or you code tests against some CI and can only add Python.
1 comments

Well I would never use a script like this at a real job outside of local testing.

What you'd want on stage is probably using opentelemetry, which I believe has auto-instrumentation for all network calls. Then you have the data forever and it's in a public, shared platform that is permissioned and everybody knows, and will still exist in 10 years.