Skip to content

Commit 8438b69

Browse files
committed
Update Documentation For TraceQueryParams
Signed-off-by: Mahad Zaryab <[email protected]>
1 parent 790c4f9 commit 8438b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/storage/v2/api/tracestore/reader.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ type GetTraceParams struct {
7777
End time.Time
7878
}
7979

80-
// TraceQueryParams contains parameters of a trace query.
80+
// TraceQueryParams contains query parameters to find traces. For a detailed
81+
// definition of each field in this message, refer to `TraceQueryParameters` in `jaeger.api_v3`
82+
// (https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v3/query_service.proto).
8183
type TraceQueryParams struct {
8284
ServiceName string
8385
OperationName string

0 commit comments

Comments
 (0)