File tree Expand file tree Collapse file tree 1 file changed +34
-7
lines changed Expand file tree Collapse file tree 1 file changed +34
-7
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,33 @@ libraries:
390390 default : ' '
391391 telemetry :
392392 - when : default
393+ metrics :
394+ - name : rpc.client.duration
395+ description : The duration of an outbound RPC invocation.
396+ type : HISTOGRAM
397+ unit : ms
398+ attributes :
399+ - name : rpc.method
400+ type : STRING
401+ - name : rpc.service
402+ type : STRING
403+ - name : rpc.system
404+ type : STRING
405+ - name : server.address
406+ type : STRING
407+ - name : server.port
408+ type : LONG
409+ - name : rpc.server.duration
410+ description : The duration of an inbound RPC invocation.
411+ type : HISTOGRAM
412+ unit : ms
413+ attributes :
414+ - name : rpc.method
415+ type : STRING
416+ - name : rpc.service
417+ type : STRING
418+ - name : rpc.system
419+ type : STRING
393420 spans :
394421 - span_kind : CLIENT
395422 attributes :
@@ -6399,13 +6426,6 @@ libraries:
63996426 scope :
64006427 name : io.opentelemetry.runtime-telemetry-java8
64016428 rxjava :
6402- - name : rxjava-1.0
6403- source_path : instrumentation/rxjava/rxjava-1.0
6404- scope :
6405- name : io.opentelemetry.rxjava-1.0
6406- target_versions :
6407- library :
6408- - io.reactivex:rxjava:1.0.7
64096429 - name : rxjava-2.0
64106430 source_path : instrumentation/rxjava/rxjava-2.0
64116431 scope :
@@ -7977,6 +7997,13 @@ internal:
79777997 source_path : instrumentation/internal/internal-lambda
79787998 scope :
79797999 name : io.opentelemetry.internal-lambda
8000+ - name : rxjava-1.0
8001+ source_path : instrumentation/rxjava/rxjava-1.0
8002+ scope :
8003+ name : io.opentelemetry.rxjava-1.0
8004+ target_versions :
8005+ library :
8006+ - io.reactivex:rxjava:1.0.7
79808007- name : internal-eclipse-osgi-3.6
79818008 source_path : instrumentation/internal/internal-eclipse-osgi-3.6
79828009 scope :
You can’t perform that action at this time.
0 commit comments