-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dasithw/otel collector #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makign sense - left minor comments
opentelemetry-exporter-otlp==1.27.0 | ||
opentelemetry-instrumentation-requests==0.48b0 | ||
opentelemetry-instrumentation-httpx==0.48b0 | ||
opentelemetry-instrumentation-openai==0.33.5 # this is the traceloop one https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-openai/opentelemetry/instrumentation/openai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we be using the official openai one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we need them to run the app - shall we add them to the devcontainer - so the dc goes in a compose file?
This PR instruments the backend with OpenTelemetry and sets up a OpenTelemetry collector pipeline with Grafana LGTM.
The official OpenAI OTEL SDK hasn't been released yet. open-telemetry/opentelemetry-python-contrib#2759