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

Enhance API tracing with correlation tag and thread safety #780

Merged
merged 4 commits into from
Mar 1, 2025

Conversation

simulot
Copy link
Owner

@simulot simulot commented Mar 1, 2025

Improvements to API tracing include the addition of a correlation tag for better traceability and the implementation of mutex locks to ensure thread safety during API calls. The request and response bodies are now hijacked for logging, providing clearer insights into API interactions. Additionally, tests have been updated to reflect these changes.

Fixes #778

@simulot simulot merged commit f2af858 into main Mar 1, 2025
3 checks passed
@simulot simulot deleted the simulot/issue778 branch March 1, 2025 17:05
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.

Be sure that server's correlation tag is displayed on api traces
1 participant