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

[FEATURE REQ] Add API(s) to com.azure.core.util.tracing.Tracer for attributes with array values #43408

Open
anuchandy opened this issue Dec 15, 2024 · 0 comments
Labels
Azure.Core azure-core

Comments

@anuchandy
Copy link
Member

The otel supports Span attributes with array values. For example, a string array attribute value can be added to a Span as:

span.setAttribute(AttributeKey.stringArrayKey("animals "), Arrays.asList( "cat", "lion", "tiger"));

Once API is in, update ChatCompletionClientTracer in azure-ai-inference to use it for the Span attributes - gen_ai.response.finish_reasons, gen_ai.request.stop_sequences.

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 15, 2024
@jairmyree jairmyree added the Azure.Core azure-core label Dec 31, 2024
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core azure-core
Projects
Status: No status
Development

No branches or pull requests

2 participants