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
@nirga do you mean Zep here? Do you have thoughts on how the otel traces would look inside of the generated SDKs? Could pick TypeScript or Python as an example language. Would be helpful context to have here.
Traces should follow standard semantic conventions. At a minimum, I'd expect a span to be opened on every API call. Potentially we can define that mapping of parameters -> attribute names in the schema or something.
Feature Description
Add support for sending otel traces from generated SDKs - like ElevenLabs, Zep and others
The text was updated successfully, but these errors were encountered: