bradleyjkemp/grpc-tools

Include channel information/id for RPCs

Opened this issue · 0 comments

Currently the dump format does not include any information about which RPCs came in from the same client/connection. This information is probably accessible through the request context?

Adding this information would be useful to be able to filter for all RPCs from a given client and for grpc-replay to be able to make requests in parallel.