dd-trace-java
dd-trace-java copied to clipboard
Unable to capture gRPC list field in dynamic instrumentation
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