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

RequestMetadata: Add an additional_handlers field for additional tool details #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. RequestMetadata: Add additional_handlers field

    It is possible for more than one tool to be involved in the sending of a
    gRPC request, for example when a client-side proxy is used it is
    interesting to know the name and version of both the proxy and the
    original client tool.
    
    To facilitate this in RequestMetadata, this commit adds a new repeated
    `additional_handlers` field to the message which can contain details of
    other tools involved in the handling of a request.
    ColdrickSotK committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e3db82c View commit details
    Browse the repository at this point in the history