Skip to content

Commit

Permalink
Add Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Dec 26, 2024
1 parent a890e18 commit c940b50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/api_v2/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ message TraceQueryParameters {
(gogoproto.nullable) = false
];
int32 search_depth = 8;
// Optional. If set to true, the response will not perform any
// enrichments to the trace, such as clock skew adjustment.
// Instead, the trace will be returned exactly as stored.
bool raw_traces = 9;
}

Expand Down

0 comments on commit c940b50

Please sign in to comment.