opentelemetry-java-instrume.../instrumentation/grpc-1.6
Lauri Tulmin 7a06507f80
Allow library instrumentations to override span name (#11355)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-05-17 12:10:32 +03:00
..
javaagent Run grpc tests with ipv4 (#11087) 2024-04-11 09:16:27 +03:00
library Allow library instrumentations to override span name (#11355) 2024-05-17 12:10:32 +03:00
testing End grpc server span in onComplete instead of close (#11170) 2024-04-30 19:15:12 +03: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.