Skip to content
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

Support OpenTelemetry #5503

Open
nirga opened this issue Dec 29, 2024 · 2 comments
Open

Support OpenTelemetry #5503

nirga opened this issue Dec 29, 2024 · 2 comments
Labels
feature Requests for new features. product/sdk-generator Fern's SDK Generator that outputs client libraries in 7 languages

Comments

@nirga
Copy link

nirga commented Dec 29, 2024

Feature Description

Add support for sending otel traces from generated SDKs - like ElevenLabs, Zep and others

@nirga nirga added feature Requests for new features. product/sdk-generator Fern's SDK Generator that outputs client libraries in 7 languages labels Dec 29, 2024
@dannysheridan
Copy link
Member

@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.

@nirga
Copy link
Author

nirga commented Dec 30, 2024

Yes! Autocorrect 🤦

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for new features. product/sdk-generator Fern's SDK Generator that outputs client libraries in 7 languages
Development

No branches or pull requests

2 participants