Is your feature request related to a problem? Please describe.
In the domain of micro-service, openfeign is a bit different from the normal HTTP client such as Apache HTTP Client ,Okhttp and so on ,in fact, openfeign is considered an RPC.
It has some properties of the micro-service domain, such as the remote service name, which executes remote calls by integrating load balancing components.
Describe the solution you'd like
add some instruments for openfeign, so that observe the trace that calls the remote service, qps, rt, error rate.
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem? Please describe.
In the domain of micro-service, openfeign is a bit different from the normal HTTP client such as Apache HTTP Client ,Okhttp and so on ,in fact, openfeign is considered an RPC.
It has some properties of the micro-service domain, such as the remote service name, which executes remote calls by integrating load balancing components.
Describe the solution you'd like
add some instruments for openfeign, so that observe the trace that calls the remote service, qps, rt, error rate.
Describe alternatives you've considered None Additional context None