sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

Tracer Statistics Optimization #1364

Open EvenLjj opened 9 months ago

EvenLjj commented 9 months ago

Background

When calling a non-existent method, metadata such as interface name and method name will be lost in the tracer information. The settings of Tracer related information content need to be unified in com.alipay.sofa.rpc.tracer.sofatracer.RpcSofaTracer.

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

OrezzerO commented 7 months ago

We need some tag to avoid bot to tag issue as wontfix. @EvenLjj

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

EvenLjj commented 5 months ago

We need some tag to avoid bot to tag issue as wontfix. @EvenLjj

OK,remind and later can avoid to be wontfix.

EvenLjj commented 4 months ago

fix in https://github.com/sofastack/sofa-rpc/pull/1397