You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/01/11 15:35:17 UTC

[GitHub] [skywalking-data-collect-protocol] wu-sheng commented on a change in pull request #58: Add Faas to SpanLayer

wu-sheng commented on a change in pull request #58:
URL: https://github.com/apache/skywalking-data-collect-protocol/pull/58#discussion_r782264992



##########
File path: language-agent/Tracing.proto
##########
@@ -215,6 +215,8 @@ enum SpanLayer {
     MQ = 4;
     // A cache layer, used in tracing the cache client component.
     Cache = 5;
+    // A faas layer, used in function-as-a-Service platform.
+    Faas = 6;

Review comment:
       ```suggestion
       FAAS = 6;
   ```
   
   FAAS == short term of `function as a service`




-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org