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

Commits on Oct 21, 2024

  1. refactor: improve the code structure and documentation of qrynexporter.

    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.
    Cluas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    45fdef0 View commit details
    Browse the repository at this point in the history
  2. fix: rebase

    Cluas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e4bf5c0 View commit details
    Browse the repository at this point in the history
  3. docs: fix

    Cluas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a4911bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb44a99 View commit details
    Browse the repository at this point in the history