deeplay-io / nice-grpc

A TypeScript gRPC library that is nice to you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opentelemetry support

ricofegh opened this issue · comments

@opentelemetry/instrumentation-grpc doesn't work for nice-grpc, because it patches methods right after makeClientConstructor invocation and it patches only methods passed via makeClientConstructor argument. Meanwhile, inside nice-grpc methods are appended to the instance after makeClientConstructor invocation.
Do you have any plans to support opentelemetry out of the box?

Yes, we have plans to make an official integration with OTel and even have it in the works right now. Expect it released within two weeks.

OpenTelemetry support is available now!

📦 nice-grpc-opentelemetry@0.1.1