We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790c4f9 commit 8438b69Copy full SHA for 8438b69
internal/storage/v2/api/tracestore/reader.go
@@ -77,7 +77,9 @@ type GetTraceParams struct {
77
End time.Time
78
}
79
80
-// TraceQueryParams contains parameters of a trace query.
+// 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).
83
type TraceQueryParams struct {
84
ServiceName string
85
OperationName string
0 commit comments