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
Is your feature request related to a problem? Please describe.
Current OTEL implementation via tracing is custom and swiftide specific. This works (well), but limits the use of external tools tailored for LLM application development (like openlit).
It would be great if this could be implemented for all providers and/or traits. Some thought could be given if we can implement this fully generic, use a custom macro to overwrite and prefill the tracing macro, or something completely out of the box.
Is your feature request related to a problem? Please describe.
Current OTEL implementation via tracing is custom and swiftide specific. This works (well), but limits the use of external tools tailored for LLM application development (like openlit).
Describe the solution you'd like
An OTEL workgroup recently did an excellent job in proposing a standardized format, https://github.com/open-telemetry/semantic-conventions/tree/main/docs/gen-ai.
It would be great if this could be implemented for all providers and/or traits. Some thought could be given if we can implement this fully generic, use a custom macro to overwrite and prefill the tracing macro, or something completely out of the box.
Additional context
https://grafana.com/blog/2024/07/18/a-complete-guide-to-llm-observability-with-opentelemetry-and-grafana-cloud/
The text was updated successfully, but these errors were encountered: