opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

Add support for jsonrpc4j

Open breedx-splk opened this issue 3 years ago • 2 comments

It would be great to have instrumentation for https://github.com/briandilley/jsonrpc4j.

The matching could get a little interesting, because this library includes support for:

  • client
  • server
  • spring remoting
  • dynamic proxies
  • spring + annotation-based autodiscovery

We could definitely start small with just server and then add additional issues to support client and then others (as it makes sense to).

breedx-splk avatar May 12 '22 22:05 breedx-splk

linking in related(?) issue #5995

trask avatar May 12 '22 22:05 trask

Hi @trask , I am working on it, I'd like to create a PR in the near future, maybe next week

chenlujjj avatar Jan 03 '25 13:01 chenlujjj