Skip to content

Commit

Permalink
Update handbook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EBWi11 authored Jan 18, 2022
1 parent c6a625c commit 0b37026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handbook/handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ count_type为空时默认计算次数,**当为classify时计算的是类型,
如果我们想对该数据增加一个字段:data_type_copy:10(来源于数据中的data_type字段),那么我们可以按以下方式编写:
```XML
<append type="field" rely_part="data_type"></append>
<append type="field" rely_part="data_type" append_field_name="data_type_copy"></append>
```
###### 6.2.7.3 append之CUSTOM
Expand Down Expand Up @@ -1342,4 +1342,4 @@ RULESET.http --> OUTPUT.soc_es
| GET /getAllQPSInfo | 返回全部组件最近一小时的QPS信息 |
| GET /getAllInputQPS | 返回全部Input的当前的QPS信息 |
| GET /getAllOutputQPS | 返回全部Output的当前的QPS信息 |
| GET /getPoolInfo | 返回全部组件的goroutine占用情况 |
| GET /getPoolInfo | 返回全部组件的goroutine占用情况 |

0 comments on commit 0b37026

Please sign in to comment.