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
A comma-separated list of request metadata keys. gRPC client instrumentation will capture metadata values corresponding to configured keys as span attributes.
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: ''
3270
+
telemetry:
3271
+
- when: default
3272
+
metrics:
3273
+
- name: rpc.client.duration
3274
+
description: The duration of an outbound RPC invocation.
3275
+
type: HISTOGRAM
3276
+
unit: ms
3277
+
attributes:
3278
+
- name: rpc.grpc.status_code
3279
+
type: LONG
3280
+
- name: rpc.method
3281
+
type: STRING
3282
+
- name: rpc.service
3283
+
type: STRING
3284
+
- name: rpc.system
3285
+
type: STRING
3286
+
- name: server.address
3287
+
type: STRING
3288
+
- name: server.port
3289
+
type: LONG
3290
+
- name: rpc.server.duration
3291
+
description: The duration of an inbound RPC invocation.
Copy file name to clipboardExpand all lines: instrumentation/akka/akka-actor-fork-join-2.5/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/akkaforkjoin/AkkaActorForkJoinInstrumentationModule.java
Copy file name to clipboardExpand all lines: instrumentation/akka/akka-actor-fork-join-2.5/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/akkaforkjoin/AkkaForkJoinPoolInstrumentation.java
0 commit comments