Skip to content

Commit

Permalink
feat: TracePayload.is_truncated
Browse files Browse the repository at this point in the history
To mark payloads that otherwise exceed 256KB size limit
  • Loading branch information
medikoo committed Jun 14, 2023
1 parent 8cf3ffa commit a3df350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/serverless/instrumentation/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ message TracePayload {
// Whether the trace payload represents sampled out invocation and in result contains just
// core spans and no events
optional bool is_sampled_out = 6;

// Whether the trace payload represents truncated result (to fit max 256KB size limit)
optional bool is_truncated = 7;
}

message Span {
Expand Down

0 comments on commit a3df350

Please sign in to comment.