@ -35,4 +35,9 @@ public @interface Trace {
* @return operation name, the default value is blank string.
*/
String operationName() default "";
/**
* 是否可以被忽略
boolean ignorable() default true;
}