Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions language-agent/Tracing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading