wu-sheng commented on a change in pull request #17:
URL: https://github.com/apache/skywalking-java/pull/17#discussion_r700647799
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/tag/Tags.java
##########
@@ -96,6 +96,8 @@ private Tags() {
*/
public static final StringTag RPC_RESPONSE_STATUS_CODE = new StringTag(18,
"rpc.status_code", true);
+ public static final StringTag SIGNAL_TYPE = new StringTag(19,
"signalType");
Review comment:
What is this tag? It seems don't have general meaning.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]