From c940b50c26226bdbc7daa6c2d253929b9ffb0654 Mon Sep 17 00:00:00 2001 From: Mahad Zaryab Date: Thu, 26 Dec 2024 12:45:31 -0500 Subject: [PATCH] Add Documentation Signed-off-by: Mahad Zaryab --- proto/api_v2/query.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/api_v2/query.proto b/proto/api_v2/query.proto index ab634bb..d859b5e 100644 --- a/proto/api_v2/query.proto +++ b/proto/api_v2/query.proto @@ -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; }