diff --git a/docs/zh-cn/quick-start.md b/docs/zh-cn/quick-start.md index 7beaea9..6c775ab 100644 --- a/docs/zh-cn/quick-start.md +++ b/docs/zh-cn/quick-start.md @@ -87,12 +87,12 @@ Demo 运行之后,我们可以在日志 `~/logs/csp/${appName}-metrics.log.xxx ``` |--timestamp-|------date time----|--resource-|p |block|s |e|rt -1529998904000|2018-06-26 15:41:44|hello world|20|0 |20|0|0 -1529998905000|2018-06-26 15:41:45|hello world|20|5579 |20|0|728 -1529998906000|2018-06-26 15:41:46|hello world|20|15698|20|0|0 -1529998907000|2018-06-26 15:41:47|hello world|20|19262|20|0|0 -1529998908000|2018-06-26 15:41:48|hello world|20|19502|20|0|0 -1529998909000|2018-06-26 15:41:49|hello world|20|18386|20|0|0 +1529998904000|2018-06-26 15:41:44|HelloWorld|20|0 |20|0|0 +1529998905000|2018-06-26 15:41:45|HelloWorld|20|5579 |20|0|728 +1529998906000|2018-06-26 15:41:46|HelloWorld|20|15698|20|0|0 +1529998907000|2018-06-26 15:41:47|HelloWorld|20|19262|20|0|0 +1529998908000|2018-06-26 15:41:48|HelloWorld|20|19502|20|0|0 +1529998909000|2018-06-26 15:41:49|HelloWorld|20|18386|20|0|0 ``` 其中 `p` 代表通过的请求, `block` 代表被阻止的请求, `s` 代表成功执行完成的请求个数, `e` 代表用户自定义的异常, `rt` 代表平均响应时长。 @@ -214,4 +214,4 @@ AHAS Sentinel 控制台提供了一个我们推荐的推送规则的做法,即 ![Remote push rules to config center](https://user-images.githubusercontent.com/9434884/53381986-a0b73f00-39ad-11e9-90cf-b49158ae4b6f.png) -详细介绍和使用文档可参考:[AHAS Sentinel 控制台文档](https://github.com/alibaba/Sentinel/wiki/AHAS-Sentinel-%E6%8E%A7%E5%88%B6%E5%8F%B0)。 \ No newline at end of file +详细介绍和使用文档可参考:[AHAS Sentinel 控制台文档](https://github.com/alibaba/Sentinel/wiki/AHAS-Sentinel-%E6%8E%A7%E5%88%B6%E5%8F%B0)。