@@ -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 :
@@ -581,45 +608,6 @@ libraries:
581608 target_versions :
582609 library :
583610 - org.apache.httpcomponents:httpclient:[4.3,4.+)
584- telemetry :
585- - when : default
586- metrics :
587- - name : http.client.request.duration
588- description : Duration of HTTP client requests.
589- type : HISTOGRAM
590- unit : s
591- attributes :
592- - name : http.request.method
593- type : STRING
594- - name : http.response.status_code
595- type : LONG
596- - name : network.protocol.version
597- type : STRING
598- - name : server.address
599- type : STRING
600- - name : server.port
601- type : LONG
602- spans :
603- - span_kind : CLIENT
604- attributes :
605- - name : error.type
606- type : STRING
607- - name : http.request.method
608- type : STRING
609- - name : http.request.method_original
610- type : STRING
611- - name : http.request.resend_count
612- type : LONG
613- - name : http.response.status_code
614- type : LONG
615- - name : network.protocol.version
616- type : STRING
617- - name : server.address
618- type : STRING
619- - name : server.port
620- type : LONG
621- - name : url.full
622- type : STRING
623611 - name : apache-httpclient-5.0
624612 display_name : Apache HttpClient
625613 description : This instrumentation enables HTTP client spans and HTTP client metrics
@@ -685,45 +673,6 @@ libraries:
685673 target_versions :
686674 library :
687675 - org.apache.httpcomponents.client5:httpclient5:5.2.1
688- telemetry :
689- - when : default
690- metrics :
691- - name : http.client.request.duration
692- description : Duration of HTTP client requests.
693- type : HISTOGRAM
694- unit : s
695- attributes :
696- - name : http.request.method
697- type : STRING
698- - name : http.response.status_code
699- type : LONG
700- - name : network.protocol.version
701- type : STRING
702- - name : server.address
703- type : STRING
704- - name : server.port
705- type : LONG
706- spans :
707- - span_kind : CLIENT
708- attributes :
709- - name : error.type
710- type : STRING
711- - name : http.request.method
712- type : STRING
713- - name : http.request.method_original
714- type : STRING
715- - name : http.request.resend_count
716- type : LONG
717- - name : http.response.status_code
718- type : LONG
719- - name : network.protocol.version
720- type : STRING
721- - name : server.address
722- type : STRING
723- - name : server.port
724- type : LONG
725- - name : url.full
726- type : STRING
727676 - name : apache-shenyu-2.4
728677 description : |
729678 This instrumentation does not emit telemetry on its own. Instead, it augments existing HTTP server spans and HTTP server metrics with the HTTP route and Shenyu specific attributes.
0 commit comments