yazong commented on issue #5013: URL: https://github.com/apache/skywalking/issues/5013#issuecomment-655387084
@wu-sheng 1) i found that the length value of these files was also set at 200. i did not see any related problems. so i was not sure,so i did not change it. PercentileFunction HistogramFunction AvgHistogramFunction AvgFunction 2) @ScopeDefaultColumn.VirtualColumnDefinition(fieldName = "entityId", columnName = "entity_id", isID = true, type = String.class) public class ServiceInstanceRelation extends Source { @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface VirtualColumnDefinition { String fieldName(); String columnName(); Class type(); boolean isID() default false; /** * Define column length, only effective when the type is String. */ int length() default 512; } why do the same fields have different lengths? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org