Skip to content

Commit 5b4e703

Browse files
committed
Update registry inventory
1 parent 11c0531 commit 5b4e703

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

ecosystem-registry/java/javaagent/v2.26.2-SNAPSHOT/instrumentation.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,55 @@ libraries:
636636
type: STRING
637637
- name: rpc.system
638638
type: STRING
639+
- when: otel.semconv-stability.opt-in=rpc,service.peer
640+
metrics:
641+
- name: rpc.client.call.duration
642+
description: Measures the duration of outbound remote procedure calls (RPC).
643+
instrument: histogram
644+
data_type: HISTOGRAM
645+
unit: s
646+
attributes:
647+
- name: rpc.method
648+
type: STRING
649+
- name: rpc.system.name
650+
type: STRING
651+
- name: server.address
652+
type: STRING
653+
- name: server.port
654+
type: LONG
655+
- name: rpc.server.call.duration
656+
description: Measures the duration of inbound remote procedure calls (RPC).
657+
instrument: histogram
658+
data_type: HISTOGRAM
659+
unit: s
660+
attributes:
661+
- name: rpc.method
662+
type: STRING
663+
- name: rpc.system.name
664+
type: STRING
665+
spans:
666+
- span_kind: CLIENT
667+
attributes:
668+
- name: rpc.method
669+
type: STRING
670+
- name: rpc.system.name
671+
type: STRING
672+
- name: server.address
673+
type: STRING
674+
- name: server.port
675+
type: LONG
676+
- name: service.peer.name
677+
type: STRING
678+
- span_kind: SERVER
679+
attributes:
680+
- name: network.peer.address
681+
type: STRING
682+
- name: network.peer.port
683+
type: LONG
684+
- name: rpc.method
685+
type: STRING
686+
- name: rpc.system.name
687+
type: STRING
639688
tags:
640689
- apache
641690
- name: apache-elasticjob-3.0

0 commit comments

Comments
 (0)