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 6a44bbe commit 49428e7Copy full SHA for 49428e7
src/main/proto/banyandb/v1/banyandb-database.proto
@@ -245,7 +245,7 @@ message Trace {
245
// updated_at indicates when the trace resource is updated.
246
google.protobuf.Timestamp updated_at = 5;
247
// span_id_tag_name is the name of the tag that stores the span ID.
248
- string span_id_tag_name = 6;
+ string span_id_tag_name = 6 [(validate.rules).string.min_len = 1];
249
}
250
251
message StreamRegistryServiceCreateRequest {
0 commit comments