Skip to content

Commit 661f394

Browse files
committed
Update reports.proto
1 parent 1f9dd9c commit 661f394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tracing/FederatedTracing/reports.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ message ContextualizedStats {
583583
}
584584

585585
message QueryMetadata {
586-
// The operation name. For now this is a required field if QueryMetadata is present.
586+
// The operation name. For operations with a PQ ID as the stats report key, either name or signature must be present in the metadata.
587587
string name = 1;
588-
// the operation signature. For now this is a required field if QueryMetadata is present.
588+
// the operation signature. For operations with a PQ ID as the stats report key, either name or signature must be present in the metadata.
589589
string signature = 2;
590590
// (Optional) Persisted query ID that was used to request this operation.
591591
string pq_id = 3;

0 commit comments

Comments
 (0)