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

fix(plugin): OTEL exporting with translate #10332

Merged
merged 11 commits into from
Feb 23, 2023
Merged

Commits on Feb 23, 2023

  1. fix(plugin): OTEL exporting with translate

    We represent trace spans with a universal format for all kinds of mainstream tracers and translate them to different formats when propagating headers and exporting traces. However, OTEL misses the handling of trace ID length.
    
    Fix KAG-652
    StarlightIbuki committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    abb3cf6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    StarlightIbuki committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    db0d403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2065cfc View commit details
    Browse the repository at this point in the history
  4. fix(plugin): copy span metatable

    flrgh authored and StarlightIbuki committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9ce8c63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce60216 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bde853a View commit details
    Browse the repository at this point in the history
  7. apply suggestion

    StarlightIbuki committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4aba447 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    Co-authored-by: Chrono <chrono_cpp@me.com>
    StarlightIbuki and chronolaw authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    331415d View commit details
    Browse the repository at this point in the history
  9. apply suggestion

    StarlightIbuki committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dc3813d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    610bafb View commit details
    Browse the repository at this point in the history
  11. naming&explaination

    StarlightIbuki committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a5a8008 View commit details
    Browse the repository at this point in the history