Replies: 1 comment
-
Just chiming in (as a user of opentelemetry python auto-instrumentation) to say I would find this very useful. @dabico, hopefully a maintainer will say whether a PR would be welcome, but in the meantime, if you have any code to share that implements this (via PR or even just pasted in this thread), that would be awesome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I’ve been working on adding telemetry to my Python applications, and I really appreciate the comprehensive catalog of instrumentation options — it made instrumenting my entire stack straightforward.
I was wondering if there’s interest in adding metrics for
uvicorn
Server
instances. I recently needed to track connection counts and active server tasks to debug some unclosed connection issues, so I wrote a customUvicornInstrumentor
to export them as metrics.I’m considering opening a PR to share the code and get feedback, with the hope of making a useful contribution. Before doing that, I’d like to start a discussion to validate the idea and understand whether this aligns with the project’s goals.
Beta Was this translation helpful? Give feedback.
All reactions