Currently grpc client instrumentation unreliably fills `net.sock.peer.addr` which makes tests flaky https://ge.opentelemetry.io/s/nni57d5zryafk/tests/:instrumentation:grpc-1.6:javaagent:test/io.opentelemetry.javaagent.instrumentation.grpc.v1_6.GrpcStreamingTest/conversation(int,%20int)%5B8%5D?expanded-stacktrace=WyIwIl0&top-execution=1 This pr moves capturing `net.sock.peer.addr` to a later point where it seems to work reliably. |
||
---|---|---|
.. | ||
javaagent | ||
library | ||
testing | ||
README.md |
README.md
Settings for the gRPC instrumentation
System property | Type | Default | Description |
---|---|---|---|
otel.instrumentation.grpc.experimental-span-attributes |
Boolean | false |
Enable the capture of experimental span attributes. |