This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 07882d5  Add the GenAI span layer (#121)
07882d5 is described below

commit 07882d57becb37e341f7fc492c11f9f5a5f311cf
Author: peachisai <[email protected]>
AuthorDate: Tue Feb 24 22:54:37 2026 +0800

    Add the GenAI span layer (#121)
---
 language-agent/Tracing.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/language-agent/Tracing.proto b/language-agent/Tracing.proto
index a5318c9..1e022c5 100644
--- a/language-agent/Tracing.proto
+++ b/language-agent/Tracing.proto
@@ -219,6 +219,8 @@ enum SpanLayer {
     Cache = 5;
     // A FAAS layer, used in function-as-a-Service platform.
     FAAS = 6;
+    // A GenAI layer, used in Generative AI services.
+    GenAI = 7;
 }
 
 // The segment collections for trace report in batch and sync mode.

Reply via email to