wu-sheng commented on code in PR #794:
URL: 
https://github.com/apache/skywalking-banyandb/pull/794#discussion_r2389554292


##########
api/proto/banyandb/database/v1/schema.proto:
##########
@@ -243,4 +243,6 @@ message Trace {
   string timestamp_tag_name = 4 [(validate.rules).string.min_len = 1];
   // updated_at indicates when the trace resource is updated.
   google.protobuf.Timestamp updated_at = 5;
+  // span_id_tag_name is the name of the tag that stores the span ID.
+  string span_id_tag_name = 6 [(validate.rules).string.min_len = 1];

Review Comment:
   fyi @wankai123 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to