We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_sampled_out
1 parent 99d50a8 commit 20c1966Copy full SHA for 20c1966
proto/serverless/instrumentation/v1/trace.proto
@@ -28,6 +28,10 @@ message TracePayload {
28
// The optional custom trace tags to be set by the user
29
// This is expected to be a JSON object in string format.
30
optional string custom_tags = 5;
31
+
32
+ // Whether the trace payload represents sampled out invocation and in result contains just
33
+ // core spans and no events
34
+ optional bool is_sampled_out = 6;
35
}
36
37
message Span {
0 commit comments