Skip to content

Commit

Permalink
Fix Documentation
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 f526d35 commit 26ece1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/api_v3/query_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ message TraceQueryParameters {
// the larger depth value simply means more traces returned.
int32 search_depth = 8;

// Optional. If set to true, the response will not perform any
// 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
2 changes: 1 addition & 1 deletion swagger/api_v3/query_service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
},
{
"name": "raw_traces",
"description": "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.",
"description": "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.",
"in": "query",
"required": false,
"type": "boolean"
Expand Down

0 comments on commit 26ece1d

Please sign in to comment.