Skip to content

Commit

Permalink
Add raw_traces Parameter To GetTraceRequest And FindTracesRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Dec 26, 2024
1 parent de97430 commit 4cbe567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/api_v2/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ message GetTraceRequest {
(gogoproto.stdtime) = true,
(gogoproto.nullable) = false
];
// Optional. If set to true, the response will not perform any
// adjustments to the trace.
bool raw_traces = 4;
}

message SpansResponseChunk {
Expand Down Expand Up @@ -112,6 +115,7 @@ message TraceQueryParameters {
(gogoproto.nullable) = false
];
int32 search_depth = 8;
bool raw_traces = 9;
}

message FindTracesRequest {
Expand Down

0 comments on commit 4cbe567

Please sign in to comment.