Skip to content

Commit 49428e7

Browse files
committed
Fixup
1 parent 6a44bbe commit 49428e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/proto/banyandb/v1/banyandb-database.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ message Trace {
245245
// updated_at indicates when the trace resource is updated.
246246
google.protobuf.Timestamp updated_at = 5;
247247
// span_id_tag_name is the name of the tag that stores the span ID.
248-
string span_id_tag_name = 6;
248+
string span_id_tag_name = 6 [(validate.rules).string.min_len = 1];
249249
}
250250

251251
message StreamRegistryServiceCreateRequest {

0 commit comments

Comments
 (0)