wu-sheng commented on pull request #5002:
URL: https://github.com/apache/skywalking/pull/5002#issuecomment-652451803
This thing is called `span layer`. There is no value for the local span.
```Java
public enum SpanLayer {
DB(1), RPC_FRAMEWORK(2), HTTP(3), MQ(4), CACHE(5);
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]