mrproliu commented on code in PR #58:
URL: https://github.com/apache/skywalking-rover/pull/58#discussion_r1025030996
##########
docs/en/setup/configuration/profiling.md:
##########
@@ -106,4 +106,10 @@ Based on the above two data types, the following metrics
are provided.
| Name | Type | Unit | Description |
|--------------|-------|-------------|----------------------------|
-| slow_traces | TopN | millisecond | The Top N slow trace(id)s |
\ No newline at end of file
+| slow_traces | TopN | millisecond | The Top N slow trace(id)s |
+
+##### Span Attached Event
+| Name | Description
|
+|--------------------|----------------------------------------------------------------------------------------------|
+| http-full-request | Complete information about the HTTP request, it's only
uploads when it matches slow traces. |
+| http-full-response | Complete information about the HTTP response, it's only
uploads when it matches slow traces. |
Review Comment:
For this PR, I only implemented the slow policies. I will create other PR to
implement them all(contains protocols update).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]