You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/25 03:35:19 UTC

[GitHub] [skywalking-rover] wu-sheng commented on a diff in pull request #56: Support HTTP1 basic metrics analysis

wu-sheng commented on code in PR #56:
URL: https://github.com/apache/skywalking-rover/pull/56#discussion_r1003964318


##########
docs/en/setup/configuration/profiling.md:
##########
@@ -85,8 +85,24 @@ Based on the above two data types, the following metrics are provided.
 |connect execute time|Histogram|nanosecond|The socket connect/accept with other server/client execute time histogram|
 |close execute time|Histogram|nanosecond|The socket close execute time histogram|
 
+##### HTTP/1.x Data
+
+| Name                        | Type      | Unit        | Description                                                               |
+|-----------------------------|-----------|-------------|---------------------------------------------------------------------------|
+| http1_request_cpm           | Counter   | count       | The HTTP request counter                                                  |
+| http1_response_status_cpm   | Counter   | count       | The count of per HTTP response code                                       |
+| http1_request_package_size  | Histogram | Byte size   | The request package size                                                  |
+| http1_response_package_size | Histogram | Byte size   | The response package size                                                 |
+| http1_client_duration       | Histogram | millisecond | The duration of single HTTP response on the client side                   |
+| http1_server_duration       | Histogram | millisecond | The duration of single HTTP response on the server side                   |
+
 ## Configuration

Review Comment:
   I noticed on this page, there are two `Configuration`. Could you update to make them more clear?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org