openllmetry
openllmetry copied to clipboard
🚀 Feature: extract semantic conventions
Which component is this feature for?
All Packages
🔖 Feature description
As the instrumentations grew, there are some semantic conventions that should be extracted out of the individual packages into the common one, namely:
- LLM prompts
- Prompt keys
- Whether to disable prompt logging for privacy reasons
🎤 Why is this feature needed ?
Order in the repo :)
✌️ How do you aim to achieve this?
.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Are you willing to submit PR?
None
@nirga he is this open still?
Yes @SANJITH-KUMAR-20. We need to extract strings that are used for attribute names to the common package.
Maybe I can try working on this if you ellaborate a bit... Becasue I am new here and I haven't used openllmetry
@SANJITH-KUMAR-20 sure! If you look across the code you'll see many places where we set an attribute by specifying its name instead of using a constant. We should purge them and move them all to constants here.
Oh ok I get it... I will look into it and will start working on this in a few days time!
Hi @nirga, is this issue still open? if not I would like to work on it!
Yes please!
Thanks