From 0b37026847469002452ca777c1eee0195fa0b626 Mon Sep 17 00:00:00 2001 From: E_Bwill Date: Tue, 18 Jan 2022 21:29:33 +0800 Subject: [PATCH] Update handbook.md --- handbook/handbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handbook/handbook.md b/handbook/handbook.md index 39292c2..d1cf8cf 100644 --- a/handbook/handbook.md +++ b/handbook/handbook.md @@ -673,7 +673,7 @@ count_type为空时默认计算次数,**当为classify时计算的是类型, 如果我们想对该数据增加一个字段:data_type_copy:10(来源于数据中的data_type字段),那么我们可以按以下方式编写: ```XML - + ``` ###### 6.2.7.3 append之CUSTOM @@ -1342,4 +1342,4 @@ RULESET.http --> OUTPUT.soc_es | GET /getAllQPSInfo | 返回全部组件最近一小时的QPS信息 | | GET /getAllInputQPS | 返回全部Input的当前的QPS信息 | | GET /getAllOutputQPS | 返回全部Output的当前的QPS信息 | -| GET /getPoolInfo | 返回全部组件的goroutine占用情况 | \ No newline at end of file +| GET /getPoolInfo | 返回全部组件的goroutine占用情况 |