diff --git a/site/docs/doc/trace.md b/site/docs/doc/trace.md index 4e1b53005..f1efd73da 100644 --- a/site/docs/doc/trace.md +++ b/site/docs/doc/trace.md @@ -10,14 +10,14 @@ ## 参数说明 -| 参数名称 | 参数说明 | -| ------------------: |:------------------------------------------------| -| _class-pattern_ | 类名表达式匹配 | -| _method-pattern_ | 方法名表达式匹配 | -| _condition-express_ | 条件表达式 | -| [E] | 开启正则表达式匹配,默认为通配符匹配 | -| `[n:]` | 命令执行次数,默认值为 100。 | -| `#cost` | 方法执行耗时 | +| 参数名称 | 参数说明 | +| ------------------: | :----------------------------------------------------------------- | +| _class-pattern_ | 类名表达式匹配 | +| _method-pattern_ | 方法名表达式匹配 | +| _condition-express_ | 条件表达式 | +| [E] | 开启正则表达式匹配,默认为通配符匹配 | +| `[n:]` | 命令执行次数,默认值为 100。 | +| `#cost` | 方法执行耗时 | | `[m ]` | 指定 Class 最大匹配数量,默认值为 50。长格式为`[maxMatch ]`。 | 这里重点要说明的是`条件表达式`,`条件表达式`的构成主要由 ognl 表达式组成,所以你可以这样写`"params[0]<0"`,只要是一个合法的 ognl 表达式,都能被正常支持。 diff --git a/site/docs/en/doc/trace.md b/site/docs/en/doc/trace.md index d3b6223dc..15fad46aa 100644 --- a/site/docs/en/doc/trace.md +++ b/site/docs/en/doc/trace.md @@ -11,7 +11,7 @@ Trace method calling path, and output the time cost for each node in the path. ## Parameters | Name | Specification | -| ------------------: |:-------------------------------------------------------------------------------------------------------| +| ------------------: | :----------------------------------------------------------------------------------------------------- | | _class-pattern_ | pattern for the class name | | _method-pattern_ | pattern for the method name | | _condition-express_ | condition expression |