We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement the GenAI semantic conventions for the two client metrics so they are collected along with spans when instrumenting a Python application.
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2
Basic implementation of two client metrics defined in the GenAI semantic conventions:
gen_ai.client.token.usage - Documentation gen_ai.client.operation.duration - Documentation
gen_ai.client.token.usage
gen_ai.client.operation.duration
No response
Yes
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What problem do you want to solve?
Implement the GenAI semantic conventions for the two client metrics so they are collected along with spans when instrumenting a Python application.
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2
Describe the solution you'd like
Basic implementation of two client metrics defined in the GenAI semantic conventions:
gen_ai.client.token.usage
- Documentationgen_ai.client.operation.duration
- DocumentationDescribe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: