You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/armeria/armeria-grpc-1.14/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/armeria/grpc/v1_14/ArmeriaGrpcTest.java
|`otel.instrumentation.grpc.emit-message-events`| Boolean |`true`| Determines whether to emit span event for each individual message received and sent. |
5
6
|`otel.instrumentation.grpc.experimental-span-attributes`| Boolean |`false`| Enable the capture of experimental span attributes. |
6
7
|`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. |
7
8
|`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. |
Copy file name to clipboardexpand all lines: instrumentation/grpc-1.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/grpc/v1_6/GrpcSingletons.java
+5
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ public final class GrpcSingletons {
Copy file name to clipboardexpand all lines: instrumentation/grpc-1.6/library/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/GrpcTelemetry.java
+8-3
Original file line number
Diff line number
Diff line change
@@ -29,31 +29,36 @@ public static GrpcTelemetryBuilder builder(OpenTelemetry openTelemetry) {
Copy file name to clipboardexpand all lines: instrumentation/grpc-1.6/library/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/GrpcTelemetryBuilder.java
+13-1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ public final class GrpcTelemetryBuilder {
Copy file name to clipboardexpand all lines: instrumentation/grpc-1.6/library/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/TracingClientInterceptor.java
Copy file name to clipboardexpand all lines: instrumentation/grpc-1.6/library/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/TracingServerInterceptor.java
0 commit comments