@@ -3236,6 +3236,8 @@ libraries:
32363236 type : STRING
32373237 grpc :
32383238 - name : grpc-1.6
3239+ description : This instrumentation enables RPC CLIENT and SERVER spans and metrics
3240+ for gRPC version 1.6 and above.
32393241 source_path : instrumentation/grpc-1.6
32403242 scope :
32413243 name : io.opentelemetry.grpc-1.6
@@ -3244,6 +3246,27 @@ libraries:
32443246 - io.grpc:grpc-core:[1.6.0,)
32453247 library :
32463248 - io.grpc:grpc-core:1.6.0
3249+ configurations :
3250+ - name : otel.instrumentation.grpc.emit-message-events
3251+ description : Determines whether to emit a span event for each individual message
3252+ received and sent.
3253+ type : boolean
3254+ default : true
3255+ - name : otel.instrumentation.grpc.experimental-span-attributes
3256+ description : |
3257+ Enable the capture of experimental span attributes `grpc.received.message_count`, `grpc.sent.message_count` and `grpc.canceled`.
3258+ type : boolean
3259+ default : false
3260+ - name : otel.instrumentation.grpc.capture-metadata.client.request
3261+ description : |
3262+ A comma-separated list of request metadata keys. gRPC client instrumentation will capture metadata values corresponding to configured keys as span attributes.
3263+ type : list
3264+ default : ' '
3265+ - name : otel.instrumentation.grpc.capture-metadata.server.request
3266+ description : |
3267+ A comma-separated list of request metadata keys. gRPC server instrumentation will capture metadata values corresponding to configured keys as span attributes.
3268+ type : list
3269+ default : ' '
32473270 telemetry :
32483271 - when : default
32493272 metrics :
@@ -3286,8 +3309,6 @@ libraries:
32863309 spans :
32873310 - span_kind : CLIENT
32883311 attributes :
3289- - name : rpc.grpc.request.metadata.some-client-key
3290- type : STRING_ARRAY
32913312 - name : rpc.grpc.status_code
32923313 type : LONG
32933314 - name : rpc.method
@@ -3308,8 +3329,6 @@ libraries:
33083329 type : LONG
33093330 - name : network.type
33103331 type : STRING
3311- - name : rpc.grpc.request.metadata.some-server-key
3312- type : STRING_ARRAY
33133332 - name : rpc.grpc.status_code
33143333 type : LONG
33153334 - name : rpc.method
@@ -3367,8 +3386,6 @@ libraries:
33673386 type : LONG
33683387 - name : grpc.sent.message_count
33693388 type : LONG
3370- - name : rpc.grpc.request.metadata.some-client-key
3371- type : STRING_ARRAY
33723389 - name : rpc.grpc.status_code
33733390 type : LONG
33743391 - name : rpc.method
@@ -3393,8 +3410,6 @@ libraries:
33933410 type : LONG
33943411 - name : network.type
33953412 type : STRING
3396- - name : rpc.grpc.request.metadata.some-server-key
3397- type : STRING_ARRAY
33983413 - name : rpc.grpc.status_code
33993414 type : LONG
34003415 - name : rpc.method
0 commit comments