Lauri Tulmin 49f2687d2d Allow grpc events to appear in any order (#11484) 9 mesiacov pred
..
javaagent ab4432c7d9 Remove unsed method argument (#11538) 9 mesiacov pred
library a47c406e57 fix grpc set metadata multi-value (#11308) 9 mesiacov pred
testing 49f2687d2d Allow grpc events to appear in any order (#11484) 9 mesiacov pred
README.md 1ee51e410e Add missing configuration options to grpc readme (#10113) 1 rok pred

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.
otel.instrumentation.grpc.capture-metadata.client.request String A comma-separated list of request metadata keys. gRPC client instrumentation will capture metadata values corresponding to configured keys as span attributes.
otel.instrumentation.grpc.capture-metadata.server.request String A comma-separated list of request metadata keys. gRPC server instrumentation will capture metadata values corresponding to configured keys as span attributes.