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

Some corrections and performance improvements in CorrelationIdFilter #183

Merged

Commits on Jul 5, 2024

  1. Directly extract correlation-id from traceparent without creating a s…

    …tring array and two not necessary substrings.
    
    * Remove not(<>) predicate since it leads (very likely) to allocation. By using ?: it could be formulated without negation.
    * traceparent parsing without String[] and not required substring creation.
    * Fix debug log entry. Additional parameter was given but without corresponding format specifier.
    j-denner committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d300062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0bcb88 View commit details
    Browse the repository at this point in the history