Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng merged PR #675: URL: https://github.com/apache/skywalking-java/pull/675 -- 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:

(skywalking-java) branch main updated: Support across thread tracing for SOFA-RPC (#675)

2024-03-24 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-java.git The following commit(s) were added to refs/heads/main by this push: new a751e324f6 Support across thread tracing

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
OrezzerO commented on PR #675: URL: https://github.com/apache/skywalking-java/pull/675#issuecomment-2017084573 > I tried to apply the change, but it seems not work. Missed `import lombok.AccessLevel;` statement; added it. -- This is an automated message from the Apache Git

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on PR #675: URL: https://github.com/apache/skywalking-java/pull/675#issuecomment-2017069631 I tried to apply the change, but it seems not work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536975126 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -20,13 +20,16 @@ import

Re: [PR] Supporting http headers collection for Gin [skywalking-go]

2024-03-24 Thread via GitHub
wu-sheng commented on PR #178: URL: https://github.com/apache/skywalking-go/pull/178#issuecomment-2017054187 There is nothing we can do about your network environment. And it is common for go dev, we don't add anything new. -- This is an automated message from the Apache Git Service. To

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536969177 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -20,13 +20,16 @@ import

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
OrezzerO commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536964700 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -0,0 +1,93 @@ +/* + *

Re: [PR] Supporting http headers collection for Gin [skywalking-go]

2024-03-24 Thread via GitHub
IceSoda177 commented on PR #178: URL: https://github.com/apache/skywalking-go/pull/178#issuecomment-2017041463 > UT is just a small thing, it is not very useful in agent mode. We have specific plugin test,

(skywalking-banyandb) 01/01: Add a cursor to sort index scan

2024-03-24 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch sort in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git commit c9dbd96147c03c98a642df37efc9a93ded167741 Author: Gao Hongtao AuthorDate: Sun Mar 24 23:45:27 2024 +

(skywalking-banyandb) branch sort created (now c9dbd961)

2024-03-24 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch sort in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git at c9dbd961 Add a cursor to sort index scan This branch includes the following new commits: new

(skywalking-website) branch master updated: Release swck 0.9.0 (#695)

2024-03-24 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-website.git The following commit(s) were added to refs/heads/master by this push: new 94d2995af8c Release swck 0.9.0

Re: [PR] Release swck 0.9.0 [skywalking-website]

2024-03-24 Thread via GitHub
wu-sheng merged PR #695: URL: https://github.com/apache/skywalking-website/pull/695 -- 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:

Re: [PR] Release swck 0.9.0 [skywalking-website]

2024-03-24 Thread via GitHub
netlify[bot] commented on PR #695: URL: https://github.com/apache/skywalking-website/pull/695#issuecomment-2016834249 ###  Deploy Preview for *skywalking-website-preview* processing. | Name | Link | |:-:|| | Latest commit |

[PR] Release swck 0.9.0 [skywalking-website]

2024-03-24 Thread via GitHub
dashanji opened a new pull request, #695: URL: https://github.com/apache/skywalking-website/pull/695 As titled. -- 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

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on PR #675: URL: https://github.com/apache/skywalking-java/pull/675#issuecomment-2016788534 Generally, this PR is good, just some nits. Please fix them, then it is good to merge. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536799607 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -0,0 +1,93 @@ +/* + *

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536799816 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -0,0 +1,93 @@ +/* + *

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536799757 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -0,0 +1,93 @@ +/* + *

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536799707 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -0,0 +1,93 @@ +/* + *

Re: [PR] Support across thread tracing for SOFA-RPC [skywalking-java]

2024-03-24 Thread via GitHub
wu-sheng commented on code in PR #675: URL: https://github.com/apache/skywalking-java/pull/675#discussion_r1536799488 ## apm-sniffer/apm-sdk-plugin/sofarpc-plugin/src/main/java/org/apache/skywalking/apm/plugin/sofarpc/InvokeCallbackWrapper.java: ## @@ -0,0 +1,93 @@ +/* + *