opentelemetry-java-instrume.../instrumentation/grpc-1.6
Jonas Kunz 18155581b2
Move Akka and Armeria virtual fields to helpers (#13604)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-04-01 15:35:08 +03:00
..
javaagent Fixes and options for gRPC instrumentation (#13443) 2025-03-13 09:12:09 -07:00
library Move Akka and Armeria virtual fields to helpers (#13604) 2025-04-01 15:35:08 +03:00
testing Fixes and options for gRPC instrumentation (#13443) 2025-03-13 09:12:09 -07:00
README.md Fixes and options for gRPC instrumentation (#13443) 2025-03-13 09:12:09 -07:00

README.md

Settings for the gRPC instrumentation

System property Type Default Description
otel.instrumentation.grpc.emit-message-events Boolean true Determines whether to emit span event for each individual message received and sent.
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.