-
Notifications
You must be signed in to change notification settings - Fork 683
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
🚀 Feature: support emitting events for prompts in addition to current behavior #2456
Comments
/bounty $1200 |
💎 $1,500 bounty • traceloopSteps to solve:
Thank you for contributing to traceloop/openllmetry! Add a bounty • Share on socials
|
@nirga is there a hard deadline to generate pr? |
@akv2011 ideally by Monday 6/1 |
/attempt #2456 Options |
/attempt #2456 |
/attempt #2456 Options |
@nirga wanted to update progress |
/attempt #2456 Options |
Add an additional configuration option to control which types of events are emitted:
|
/bounty $1500 |
…raceloop#2456) - Add event-based tracking support while maintaining legacy behavior - Implement use_legacy_attributes config parameter - Add event logger integration with proper trace context - Add streaming support with event buffering - Include comprehensive test coverage - Add sample app integration Part of the larger effort to support event-based tracking across all packages. Signed-off-by: David Anyatonwu <[email protected]>
/attempt #2456
|
💡 @onyedikachi-david submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Which component is this feature for?
All Packages
🔖 Feature description
Fix the following packages and their tests:
🎤 Why is this feature needed ?
Full compliance with new semantic conventions
✌️ How do you aim to achieve this?
See new OpenAI instrumentation for inspiration.
use_legacy_attributes
which defaults totrue
, and if set to false emit events instead of the prompt / completion attributes.use_legacy_attributes
that sets this config in all instrumentations.🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: