Skip to content

Improve OperationNameConstructor support to ServerTracingInterceptor #4

@Falco20019

Description

@Falco20019

Right now, GRPC Interceptors for C# don't have good support for name construction. While the ClientTracingInterceptor can use ClientInterceptorContext<TRequest, TResponse> to receive an Method<TRequest, TResponse> instance for the method, the ServerTracingInterceptor only offers ServerCallContext which has just a string instance for the method. IOperationNameConstructor therefore has two methods for both variants.

It would be great, if Google would resolve this asymmetry in grpc-csharp.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions