opentelemetry-java-instrume.../instrumentation/grpc-1.6
SylvainJuge 955470a63a
Semconv 1.25.0 migration (#10983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 11:25:52 -07:00
..
javaagent Disable controller and view spans by default (#10042) 2024-01-04 09:16:46 -08:00
library Semconv 1.25.0 migration (#10983) 2024-04-09 11:25:52 -07:00
testing Semconv 1.25.0 migration (#10983) 2024-04-09 11:25:52 -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.