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/04/24 05:32:08 UTC

[GitHub] [skywalking-booster-ui] Fine0830 opened a new pull request, #72: feat: Implement the eBPF profile widget on dashboard

Fine0830 opened a new pull request, #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72

   Implement the eBPF profile widget on dashboard. Also close https://github.com/apache/skywalking/issues/8914
   
   Videos
   
   https://user-images.githubusercontent.com/20871783/164957550-1546f0fa-3766-48d3-b6f5-d6705103562a.mov
   
   https://user-images.githubusercontent.com/20871783/164958055-97d90552-6f84-4640-9dac-d30312f1e24a.mov
   
    Signed-off-by: Qiuxia Fan <qi...@apache.org>
   


-- 
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


[GitHub] [skywalking-booster-ui] Fine0830 merged pull request #72: feat: Implement the eBPF profile widget on dashboard

Posted by GitBox <gi...@apache.org>.
Fine0830 merged PR #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72


-- 
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


[GitHub] [skywalking-booster-ui] Fine0830 commented on pull request #72: feat: Implement the eBPF profile widget on dashboard

Posted by GitBox <gi...@apache.org>.
Fine0830 commented on PR #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72#issuecomment-1107809370

   > About SDK-profiling, is the endpoint selector supporting search?
   > 
   
   Yes
   


-- 
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


[GitHub] [skywalking-booster-ui] wu-sheng commented on pull request #72: feat: Implement the eBPF profile widget on dashboard

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72#issuecomment-1107805717

   About SDK-profiling, is the endpoint selector supporting search?
   
   The task list of ebpf profiling should be on the timestamp inverse order.


-- 
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


[GitHub] [skywalking-booster-ui] Fine0830 commented on pull request #72: feat: Implement the eBPF profile widget on dashboard

Posted by GitBox <gi...@apache.org>.
Fine0830 commented on PR #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72#issuecomment-1107809828

   > The tip of task duration should be `The time range should not be out of 10 minutes`
   
   It's a response content. FYI @mrproliu 


-- 
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


[GitHub] [skywalking-booster-ui] wu-sheng commented on a diff in pull request #72: feat: Implement the eBPF profile widget on dashboard

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on code in PR #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72#discussion_r857117319


##########
package.json:
##########
@@ -12,11 +12,13 @@
   "dependencies": {
     "axios": "^0.24.0",
     "d3": "^7.3.0",
+    "d3-flame-graph": "^4.1.3",
     "d3-tip": "^0.9.1",
     "echarts": "^5.2.2",
     "element-plus": "^2.0.2",
     "lodash": "^4.17.21",
     "pinia": "^2.0.5",
+    "vis-timeline": "^7.5.1",

Review Comment:
   Please add these to license file when sync UI.



-- 
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


[GitHub] [skywalking-booster-ui] wu-sheng commented on pull request #72: feat: Implement the eBPF profile widget on dashboard

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #72:
URL: https://github.com/apache/skywalking-booster-ui/pull/72#issuecomment-1107805399

   The tip of task duration should be `The time range should not be out of 10 minutes`


-- 
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