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

Update gRPC trailers metadata consumption by observation context #4612

Merged
merged 1 commit into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. Copy gRPC trailers metadata for observation context consumption

    According to gRPC Javadoc, the metadata is not thread-safe.
    Similar to the approach taken for handling headers metadata, this
    commit ensures that the trailers metadata is also copied for later
    consumption by `GrpcServerObservationContext`.
    
    Signed-off-by: Tadaya Tsuyukubo <tadaya@ttddyy.net>
    ttddyy committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b1f673e View commit details
    Browse the repository at this point in the history