You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2023/01/17 02:13:46 UTC

[GitHub] [skywalking] hanahmily commented on issue #9902: Metadata registration bugs

hanahmily commented on issue #9902:
URL: https://github.com/apache/skywalking/issues/9902#issuecomment-1384751915

   There are some check rules for `schema.proto`
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L39
   
   * `name` is required
   * `tags` contains one item at least
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L45
   
   `name` and `type` are required.
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L55
   
   All fields are required except for `updated_at `
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L67
   
   There are one item at least
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L89
   
   All fields are required.
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L101
   
   All fields are required expect for `interval`, `fields` and `updated_at`.
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L118
   
   `metadata`, `source_measure ` and `field_name` are required.
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L144
   
   All fields are required except for `analyzer` and `updated_at`.
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L184
   
   All fields are required.
   
   ## https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/database/v1/schema.proto#L194
   
   All fields are required except for `updated_at`.
   
   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org