Skip to content

Commit

Permalink
Update proto for marshal issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rim99 committed Nov 4, 2024
1 parent a97152c commit 7ba0fde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/api_v3/query_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ option java_package = "io.jaegertracing.api_v3";

// Request object to get a trace.
message GetTraceRequest {
option (gogoproto.marshaler) = true;
option (gogoproto.unmarshaler) = true;
option (gogoproto.sizer) = true;
// Hex encoded 64 or 128 bit trace ID.
string trace_id = 1;
// Optional. The start time to search trace ID.
Expand Down

0 comments on commit 7ba0fde

Please sign in to comment.