Conversation
Owner
devfeel
commented
Sep 25, 2017
- 主要新增集成基础统计数据
- 【新增】dotweb/state接口,提供基础统计数据,主要数据说明:
- 1、ServerStartTime 服务启动时间
- 2、TotalRequestCount 服务启动以来累计请求数(排除了"/dotweb/"下系统自有页面的访问数)
- 3、TotalErrorCount 服务启动以来累计错误数
- 4、IntervalRequestData 按1分钟为间隔,默认保存最近60分钟,每分钟的请求数(排除了"/dotweb/"下系统自有页面的访问数)
- 5、DetailRequestPageData 服务启动以来,每个页面的累计请求数(排除了"/dotweb/"下系统自有页面的访问数)
- 6、IntervalErrorData 按1分钟为间隔,默认保存最近60分钟,每分钟的错误数
- 7、DetailErrorPageData 服务启动以来,每个页面的累计错误数
- 8、DetailErrorData 服务启动以来,每个异常的累计数
- 9、DetailHttpCodeData 服务启动以来,每个Http状态码的累计数
- 10、可通过 {host}/dotweb/state 获取数据
- 【新增】dotweb/state/interval接口,提供按分钟级的基础数据查询
- 主要数据说明:
- 1、Time 表示查询时间的字符串,最小单位为分钟,例如:201709251200
- 2、RequestCount 单位时间内累计请求数(排除了"/dotweb/"下系统自有页面的访问数)
- 3、ErrorCount 单位时间内累计错误数
- 2017-09-25 13:00
* 主要新增集成基础统计数据
* 【新增】dotweb/state接口,提供基础统计数据,主要数据说明:
* 1、ServerStartTime 服务启动时间
* 2、TotalRequestCount 服务启动以来累计请求数(排除了"/dotweb/"下系统自有页面的访问数)
* 3、TotalErrorCount 服务启动以来累计错误数
* 4、IntervalRequestData 按1分钟为间隔,默认保存最近60分钟,每分钟的请求数(排除了"/dotweb/"下系统自有页面的访问数)
* 5、DetailRequestPageData 服务启动以来,每个页面的累计请求数(排除了"/dotweb/"下系统自有页面的访问数)
* 6、IntervalErrorData 按1分钟为间隔,默认保存最近60分钟,每分钟的错误数
* 7、DetailErrorPageData 服务启动以来,每个页面的累计错误数
* 8、DetailErrorData 服务启动以来,每个异常的累计数
* 9、DetailHttpCodeData 服务启动以来,每个Http状态码的累计数
* 10、可通过 {host}/dotweb/state 获取数据
* 【新增】dotweb/state/interval接口,提供按分钟级的基础数据查询
* 主要数据说明:
* 1、Time 表示查询时间的字符串,最小单位为分钟,例如:201709251200
* 2、RequestCount 单位时间内累计请求数(排除了"/dotweb/"下系统自有页面的访问数)
* 3、ErrorCount 单位时间内累计错误数
* 2017-09-25 13:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.