You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am running the haystack sample. Looks like traces does not have information about the components of the pipeline and the input and output to the pipeline.
Do you have plans to add this? Has there been any discussion about this that I can read?
Thanks.
👟 Reproduction steps
Run the code in haystack_app.py.
The root span produced does not have the input and output prompts
👍 Expected behavior
The output spans should have the input and output prompts in the root span.
👎 Actual Behavior with Screenshots
The attributes field should have the following fields
Which component is this bug for?
Haystack Instrumentation
📜 Description
Hi, I am running the haystack sample. Looks like traces does not have information about the components of the pipeline and the input and output to the pipeline.
Do you have plans to add this? Has there been any discussion about this that I can read?
Thanks.
👟 Reproduction steps
Run the code in haystack_app.py.
The root span produced does not have the input and output prompts
👍 Expected behavior
The output spans should have the input and output prompts in the root span.
👎 Actual Behavior with Screenshots
The attributes field should have the following fields
"traceloop.entity.input"
"traceloop.entity.output"
🤖 Python Version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: