未验证 提交 922eb09a 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Fix missing fields in scope-definitions.md (#3721)

* Update scope-definitions.md

* Update Jenkinsfile
上级 83fb4aa3
......@@ -79,10 +79,6 @@ pipeline {
}
post {
success {
junit '**/target/surefire-reports/*.xml'
}
cleanup {
deleteDir()
}
......
......@@ -5,11 +5,13 @@ By using Aggregation Function, the requests will group by time and **Group Key(s
| Name | Remarks | Group Key | Type |
|---|---|---|---|
| name | Represent the service name of each request. | | string |
| serviceInstanceName | Represent the name of the service instance id referred. | | string |
| endpoint | Represent the endpoint path of each request. | | string |
| latency | Represent how much time of each request. | | int(in ms) |
| status | Represent whether success or fail of the request. | | bool(true for success) |
| responseCode | Represent the response code of HTTP response, if this request is the HTTP call. e.g. 200, 404, 302| | int |
| type | Represent the type of each request. Such as: Database, HTTP, RPC, gRPC. | | enum |
### SCOPE `Service`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册