@@ -6,20 +6,21 @@ Using the Aggregation Function, the requests will be grouped by time and **Group
66
77This calculates the metrics data from each request of the service.
88
9- | Name | Remarks | Group Key | Type |
10- | ---------------------------| ---------------------------------------------------------------------------------------------------------------------------------| -----------| ------------------------|
11- | name | The name of the service. | | string |
12- | layer | Layer represents an abstract framework in the computer science, such as operation system(OS_LINUX layer), Kubernetes(k8s layer) | | enum |
13- | serviceInstanceName | The name of the service instance ID. | | string |
14- | endpointName | The name of the endpoint, such as a full path of HTTP URI. | | string |
15- | latency | The time taken by each request. | | int |
16- | status | Indicates the success or failure of the request. | | bool(true for success) |
17- | httpResponseStatusCode | The response code of the HTTP response, and if this request is the HTTP call. E.g. 200, 404, 302 | | int |
18- | rpcStatusCode | The string value of the rpc response code. | | string |
19- | type | The type of each request. Such as: Database, HTTP, RPC, gRPC. | | enum |
20- | tags | The labels of each request. Each value is made up by ` TagKey:TagValue ` in the segment. | | ` List<String> ` |
21- | tag | The key-value pair of span tags in the segment. | | ` Map<String, String> ` |
22- | sideCar.internalErrorCode | The sidecar/gateway proxy internal error code. The value is based on the implementation. | | string |
9+ | Name | Remarks | Group Key | Type |
10+ | ----------------------------| ---------------------------------------------------------------------------------------------------------------------------------| -----------| ------------------------|
11+ | name | The name of the service. | | string |
12+ | layer | Layer represents an abstract framework in the computer science, such as operation system(OS_LINUX layer), Kubernetes(k8s layer) | | enum |
13+ | serviceInstanceName | The name of the service instance ID. | | string |
14+ | endpointName | The name of the endpoint, such as a full path of HTTP URI. | | string |
15+ | latency | The time taken by each request. | | int |
16+ | status | Indicates the success or failure of the request. | | bool(true for success) |
17+ | httpResponseStatusCode | The response code of the HTTP response, and if this request is the HTTP call. E.g. 200, 404, 302 | | int |
18+ | rpcStatusCode | The string value of the rpc response code. | | string |
19+ | type | The type of each request. Such as: Database, HTTP, RPC, gRPC. | | enum |
20+ | tags | The labels of each request. Each value is made up by ` TagKey:TagValue ` in the segment. | | ` List<String> ` |
21+ | tag | The key-value pair of span tags in the segment. | | ` Map<String, String> ` |
22+ | sideCar.internalErrorCode | The sidecar/gateway proxy internal error code. The value is based on the implementation. | | string |
23+ | tlsMode | The TLS mode of the service. | | string |
2324
2425### SCOPE ` TCPService `
2526
@@ -35,6 +36,7 @@ This calculates the metrics data from each request of the TCP service.
3536| sideCar.internalErrorCode | The sidecar/gateway proxy internal error code. The value is based on the implementation. | | string |
3637| receivedBytes | The received bytes of the TCP traffic. | | long |
3738| sentBytes | The sent bytes of the TCP traffic. | | long |
39+ | tlsMode | The TLS mode of the service. | | string |
3840
3941### SCOPE ` ServiceInstance `
4042
0 commit comments