Python agent self-observability #13044
CodePrometheus
started this conversation in
Ideas
Replies: 1 comment
-
@kezhenxu94 Please take a look. @CodePrometheus Anything I should pay attention. I am good for agent self-observability if it is just an implementation in Python. |
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.
-
In this proposal, I aim to implement the first version of self-observability for the Python agent. The general approach follows the issue, below are the specific details:
(created|finished)_(tracing|ignored)_context_counter
- Counter. Due to forced sampling, there is currently no invocation within the agent's code. I'm still considering how to supplement this, so for now, no labels will be added here.interceptor_error_counter
- Counter. Maybe we could ignore theinter_type
in python.possible_leaked_context_counter
andtracing_context_performance
remain unchanged.Beta Was this translation helpful? Give feedback.
All reactions