Custom Labels per Profile Data [Python] #4349
Unanswered
Anthony-Tafoya
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I’m a student interested in learning more about profiling, particularly how profiling labels can be applied to Python applications. I’d like to build a profiler that can attach basic contextual information, such as a request ID, to profiles.
With Go this is fairly straightforward because pprof labels provide built-in support for this kind of metadata. With Python it seems trickier, and I’m trying to understand how it can be achieved in practice.
I’d love to hear how you’ve approached this problem with the tag_wrapper and what made it possible for you.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions