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.
reports.proto
1 parent 1f9dd9c commit 661f394Copy full SHA for 661f394
src/Tracing/FederatedTracing/reports.proto
@@ -583,9 +583,9 @@ message ContextualizedStats {
583
}
584
585
message QueryMetadata {
586
- // The operation name. For now this is a required field if QueryMetadata is present.
+ // The operation name. For operations with a PQ ID as the stats report key, either name or signature must be present in the metadata.
587
string name = 1;
588
- // the operation signature. For now this is a required field if QueryMetadata is present.
+ // the operation signature. For operations with a PQ ID as the stats report key, either name or signature must be present in the metadata.
589
string signature = 2;
590
// (Optional) Persisted query ID that was used to request this operation.
591
string pq_id = 3;
0 commit comments