apm-agent-nodejs
apm-agent-nodejs copied to clipboard
support grpc
Whether grpc is currently supported?
If you mean https://grpc.io/, then no.
You can see a list of what's currently instrumented here: https://www.elastic.co/guide/en/apm/agent/nodejs/current/compatibility.html
I'll mark this as an enhancement issue, so that we can take a look at how complicated it would be to support
Any news or plans on this?
@wast No new news -- GRPC support is something that's on our radar, but not planned for any immediate future release. We are, as always, open to pull request from the community to add something like this.
Also, if you have a moment -- is there any specific functionality you're looking for from GRPC instrumentation? Is there a specific GRPC library would you're interested in? (grpc
, @grpc/grpc-js
, others?)
There is a work-ish workaround with GRPC interceptor https://github.com/elastic/apm-agent-nodejs/issues/978
@trentm we have requirement to support both grpc client and server transactions.
Any news on this? We are using @grpc/grpc-js