-
Notifications
You must be signed in to change notification settings - Fork 7.4k
feat: add skill injected counter metric #9575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
codex-rs/core/src/codex.rs
Outdated
| } = build_skill_injections(&input, skills_outcome.as_ref()).await; | ||
|
|
||
| if injected_ok > 0 { | ||
| otel_manager.counter( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep these logic within injection.rs. Also include the skill name as a tag.
|
I have read the CLA Document and I hereby sign the CLA |
|
cc: @jif-oai start with adding a quick client side metrics first. |
No description provided.