opentelemetry-java-instrume.../instrumentation/grpc-1.6
Lauri Tulmin 49f2687d2d
Allow grpc events to appear in any order (#11484)
2024-06-11 08:20:05 -07:00
..
javaagent Remove unsed method argument (#11538) 2024-06-07 14:50:24 +03:00
library fix grpc set metadata multi-value (#11308) 2024-06-04 14:27:22 -07:00
testing Allow grpc events to appear in any order (#11484) 2024-06-11 08:20:05 -07:00
README.md Add missing configuration options to grpc readme (#10113) 2023-12-22 10:26:14 +02:00

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.