dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

Unable to capture gRPC list field in dynamic instrumentation

Open robmillersoftware opened this issue 1 year ago • 1 comments

I've got a Java gRPC service running in our k8s cluster, and I'm trying to validate the message data we're receiving using a dynamic probe to check the values in field of type com.google.protobuf.DoubleArrayList. However, when I go to check the logs from the probe I'm running into the following error:

java.lang.RuntimeException: Unsupported Collection type: com.google.protobuf.DoubleArrayList

Below is a screenshot of the Stacktrace section image

robmillersoftware avatar Jun 28 '24 14:06 robmillersoftware