Skip to content

Add request tracing for content type #646

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

Merged
merged 23 commits into from
Apr 17, 2025

Conversation

amerjusupovic
Copy link
Member

Adds request tracing for content types, beginning with the content types related to AI configuration usage.

@amerjusupovic amerjusupovic requested a review from Copilot April 14, 2025 19:25
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/Microsoft.Extensions.Configuration.AzureAppConfiguration/JsonKeyValueAdapter.cs:78

  • Potential thread safety issue: Modifying properties of _contentTypeTracing in CanProcess may lead to race conditions if concurrent calls are made. Consider making ContentTypeTracing immutable or synchronizing access to its properties.
if (_contentTypeTracing != null &&

@amerjusupovic amerjusupovic force-pushed the ajusupovic/contenttype-tracing branch from ea761b2 to 99d0132 Compare April 14, 2025 23:12
@amerjusupovic amerjusupovic marked this pull request as draft April 15, 2025 18:47
@amerjusupovic amerjusupovic marked this pull request as ready for review April 15, 2025 20:03
@amerjusupovic amerjusupovic merged commit 3d51200 into main Apr 17, 2025
3 checks passed
@amerjusupovic amerjusupovic deleted the ajusupovic/contenttype-tracing branch April 17, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants