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

refactor: improve the code structure and documentation of qrynexporter. #107

Merged
merged 4 commits into from
Oct 21, 2024

Conversation

Cluas
Copy link
Collaborator

@Cluas Cluas commented Oct 21, 2024

  • rename traces_distributed_export_v2 to client_side_trace_processing
  • rename the batchV2 struct to traceWithTagsBatch to improve code readability.
  • update the names of struct fields to make them more descriptive.
  • rename the traces_v2.go file to trace_batch_processor.go.
  • use a custom contextKey type in the pushTraceData function to resolve the SA1029 warning.
  • optimize README.md to provide more detailed configuration instructions and examples.

Rename the batchV2 struct to traceWithTagsBatch to improve code readability.
Update the names of struct fields to make them more descriptive.
Rename the traces_v2.go file to trace_batch_processor.go.
Use a custom contextKey type in the pushTraceData function to resolve the SA1029 warning.
Optimize README.md to provide more detailed configuration instructions.
These changes are aimed at improving code quality, maintainability, and documentation clarity.
@akvlad akvlad merged commit 0ad4d11 into pre-release Oct 21, 2024
1 check passed
@akvlad akvlad deleted the feat-opt_style branch October 21, 2024 15:18
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.

2 participants