apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.9k stars 6.53k forks source link

Fix format the endpoint name with empty string #12508

Closed mrproliu closed 3 months ago

mrproliu commented 3 months ago

When I try to use the R3 in the showcase, I find there is an empty endpoint name cached to the unformatted endpoint cache. After investing, I found when analyzing an event with the source, the endpoint name could be empty(because the gRPC will use an empty string as the default value instant null), so I changed the format endpoint strategy.