-
Notifications
You must be signed in to change notification settings - Fork 338
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
[BUG] span -> dataset doesn't carry over meaningful metadata #6082
Comments
Reported by @hamelsmu |
@axiomofjoy @mikeldking could i get a little more color on this? what additional info should we see propogated to the metadata? Just the metadata field on the spans themselves? |
In general the metadata was supposed to carry all the attributes of the span for use in experimentation. It also should probably take the Context is that you upload traces with metadata, you export it to a dataset, and you want the same kv pairs to propogate. |
I would expect attributes that looked like {
"llm.input_messages....": "..."
"metadata": "{ 'user': 123 }"
} would result in a dataset record with metadata: { 'user': 123 } |
We should also just dump any arbitrary attribute into metadata. |
see
The text was updated successfully, but these errors were encountered: