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/07/14 06:03:52 UTC

[GitHub] [skywalking-cli] mrproliu opened a new pull request, #158: Add commands for support network profiling

mrproliu opened a new pull request, #158:
URL: https://github.com/apache/skywalking-cli/pull/158

   * Support creating and keeping alive the eBPF network profiling task
   * Support query the process relation level metrics
   * Support query process relation


-- 
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-cli] codecov-commenter commented on pull request #158: Add commands for support network profiling

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #158:
URL: https://github.com/apache/skywalking-cli/pull/158#issuecomment-1184037712

   # [Codecov](https://codecov.io/gh/apache/skywalking-cli/pull/158?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#158](https://codecov.io/gh/apache/skywalking-cli/pull/158?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (9d8d80d) into [master](https://codecov.io/gh/apache/skywalking-cli/commit/b1122e1f482e5a978a7e6abd77c5c7ea4977797a?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b1122e1) will **decrease** coverage by `2.58%`.
   > The diff coverage is `5.12%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #158      +/-   ##
   ==========================================
   - Coverage   27.47%   24.88%   -2.59%     
   ==========================================
     Files          20       21       +1     
     Lines         404      442      +38     
   ==========================================
   - Hits          111      110       -1     
   - Misses        286      323      +37     
   - Partials        7        9       +2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/skywalking-cli/pull/158?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [internal/commands/interceptor/entity.go](https://codecov.io/gh/apache/skywalking-cli/pull/158/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-aW50ZXJuYWwvY29tbWFuZHMvaW50ZXJjZXB0b3IvZW50aXR5Lmdv) | `0.00% <0.00%> (ø)` | |
   | [internal/commands/interceptor/process.go](https://codecov.io/gh/apache/skywalking-cli/pull/158/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-aW50ZXJuYWwvY29tbWFuZHMvaW50ZXJjZXB0b3IvcHJvY2Vzcy5nbw==) | `0.00% <0.00%> (ø)` | |
   | [pkg/graphql/utils/parser.go](https://codecov.io/gh/apache/skywalking-cli/pull/158/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cGtnL2dyYXBocWwvdXRpbHMvcGFyc2VyLmdv) | `58.33% <66.66%> (-9.85%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/skywalking-cli/pull/158?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/skywalking-cli/pull/158?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [b1122e1...9d8d80d](https://codecov.io/gh/apache/skywalking-cli/pull/158?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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-cli] mrproliu commented on pull request #158: Add commands for support network profiling

Posted by GitBox <gi...@apache.org>.
mrproliu commented on PR #158:
URL: https://github.com/apache/skywalking-cli/pull/158#issuecomment-1184075945

   I have change the current PR to WIP. For now, the entity data contains process information, but it was not supported in the old version of oap. When I fix it, I will change the status of this PR. 


-- 
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-cli] mrproliu commented on pull request #158: Add commands for support network profiling

Posted by GitBox <gi...@apache.org>.
mrproliu commented on PR #158:
URL: https://github.com/apache/skywalking-cli/pull/158#issuecomment-1184491195

   It's ready for the review :)


-- 
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-cli] wu-sheng merged pull request #158: Add commands for support network profiling

Posted by GitBox <gi...@apache.org>.
wu-sheng merged PR #158:
URL: https://github.com/apache/skywalking-cli/pull/158


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