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
(Unfortunately there is no discussion page in this repo so im posting this here)
I am looking to add instrumentation to this package in https://github.com/Arize-ai/openinference to handle resources and prompts in a way so that OpenTelemetry spans are created correctly. The purpose is to enable tracing the resources resources and prompts produced by the server.
(I have already explored the package and have added context (state of the OpenTelemtry span) propagation for the client and server with the server receiving the context at the _handle_request.)
The question is where should the spans be created for the resources and prompt?
PS: Not 100% sure if _handle_request is the best function to handle the propagation too so advice on that would be great too!
The text was updated successfully, but these errors were encountered:
(Unfortunately there is no discussion page in this repo so im posting this here)
I am looking to add instrumentation to this package in https://github.com/Arize-ai/openinference to handle
resources
andprompts
in a way so that OpenTelemetry spans are created correctly. The purpose is to enable tracing the resourcesresources
andprompts
produced by the server.(I have already explored the package and have added context (state of the OpenTelemtry span) propagation for the client and server with the server receiving the context at the
_handle_request
.)The question is where should the spans be created for the
resources
andprompt
?PS: Not 100% sure if
_handle_request
is the best function to handle the propagation too so advice on that would be great too!The text was updated successfully, but these errors were encountered: