[GitHub] [skywalking] zhourunjie1988 opened a new issue, #11357: The call chain icons can not updated after change the service[Bug]

2023-09-25 Thread via GitHub
zhourunjie1988 opened a new issue, #11357: URL: https://github.com/apache/skywalking/issues/11357 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Comp

[GitHub] [skywalking-banyandb-helm] ButterBright commented on pull request #5: Fix docs of this repo and add master branch protection

2023-09-25 Thread via GitHub
ButterBright commented on PR #5: URL: https://github.com/apache/skywalking-banyandb-helm/pull/5#issuecomment-1734868164 Sure. -- 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

[skywalking-banyandb-helm] branch wu-sheng-patch-1 deleted (was 888f6bd)

2023-09-25 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git was 888f6bd Update README.md The revisions that were on this branch are still contained i

[skywalking-banyandb-helm] branch master updated: Fix docs of this repo and add master branch protection (#5)

2023-09-25 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git The following commit(s) were added to refs/heads/master by this push: new 355b3ea Fix docs of this r

[GitHub] [skywalking-banyandb-helm] hanahmily merged pull request #5: Fix docs of this repo and add master branch protection

2023-09-25 Thread via GitHub
hanahmily merged PR #5: URL: https://github.com/apache/skywalking-banyandb-helm/pull/5 -- 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-uns

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336614405 ## .github/workflows/native-image.yaml: ## @@ -0,0 +1,41 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336613841 ## pom.xml: ## @@ -33,6 +33,7 @@ apm-protocol +distribution Review Comment: I included the distribution module because I think that per

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336612604 ## distribution/graal/dist-material/bin/exportEnv.sh: ## @@ -19,4 +19,5 @@ export SW_CONFIG_PATHS=${OAP_HOME}/config export SW_ENVOY_METRIC=default-graalvm -exp

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336537770 ## docs/en/setup/backend/backend-graalvm.md: ## @@ -0,0 +1,45 @@ +# How to use SkyWalking with GraalVM native-image (Experimental) + +## Native-Image +Native Imag

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336535893 ## distribution/graal/apache-skywalking-native-apm/pom.xml: ## @@ -0,0 +1,107 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org

[GitHub] [skywalking] wu-sheng commented on pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on PR #11354: URL: https://github.com/apache/skywalking/pull/11354#issuecomment-1734700051 https://github.com/apache/skywalking/assets/5441976/590ee553-e5a1-4431-80d7-2c92896acc11";> I am not sure what is the root cause yet, but all modules are not detected as a mav

[GitHub] [skywalking-go] LinuxSuRen commented on pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
LinuxSuRen commented on PR #103: URL: https://github.com/apache/skywalking-go/pull/103#issuecomment-1734689452 Close this PR until I could figure it out. -- 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

[GitHub] [skywalking-go] LinuxSuRen closed pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
LinuxSuRen closed pull request #103: fix: no data receive from grpc URL: https://github.com/apache/skywalking-go/pull/103 -- 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 uns

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336513350 ## docs/en/setup/backend/backend-graalvm.md: ## @@ -0,0 +1,45 @@ +# How to use SkyWalking with GraalVM native-image (Experimental) + +## Native-Image +Native Imag

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336509291 ## docs/en/setup/backend/backend-graalvm.md: ## @@ -0,0 +1,45 @@ +# How to use SkyWalking with GraalVM native-image (Experimental) Review Comment: ```suggesti

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336509137 ## docs/en/setup/backend/backend-graalvm.md: ## @@ -0,0 +1,45 @@ +# How to use SkyWalking with GraalVM native-image (Experimental) + +## Native-Image +Native Imag

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336508917 ## docs/en/setup/backend/backend-graalvm.md: ## @@ -0,0 +1,45 @@ +# How to use SkyWalking with GraalVM native-image (Experimental) + +## Native-Image +Native Imag

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336508552 ## docs/en/setup/backend/backend-graalvm.md: ## @@ -0,0 +1,45 @@ +# How to use SkyWalking with GraalVM native-image (Experimental) + +## Native-Image +Native Imag

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336507986 ## .github/workflows/native-image.yaml: ## @@ -0,0 +1,41 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336507597 ## pom.xml: ## @@ -33,6 +33,7 @@ apm-protocol +distribution Review Comment: ```suggestion native-dist ``` This s

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1336499532 ## distribution/graal/dist-material/bin/exportEnv.sh: ## @@ -19,4 +19,5 @@ export SW_CONFIG_PATHS=${OAP_HOME}/config export SW_ENVOY_METRIC=default-graalvm -e

[GitHub] [skywalking-banyandb-helm] wu-sheng commented on pull request #5: Fix docs of this repo and add master branch protection

2023-09-25 Thread via GitHub
wu-sheng commented on PR #5: URL: https://github.com/apache/skywalking-banyandb-helm/pull/5#issuecomment-1733911301 BTW @hanahmily @ButterBright Would you add a CI test in the repository to verify the real installation? -- This is an automated message from the Apache Git Service. To resp

[GitHub] [skywalking-banyandb-helm] wu-sheng commented on a diff in pull request #5: Fix docs of this repo and add master branch protection

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #5: URL: https://github.com/apache/skywalking-banyandb-helm/pull/5#discussion_r1336026059 ## README.md: ## @@ -7,17 +7,119 @@ Apache SkyWalking BanyanDB Helm Chart BanyanDB, as an observability database, aims to ingest, analyze and store Metri

[skywalking-banyandb-helm] branch wu-sheng-patch-1 updated (b3ba645 -> 888f6bd)

2023-09-25 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git from b3ba645 Delete chart/README.md add 888f6bd Update README.md No new revisions were

[GitHub] [skywalking-banyandb-helm] wu-sheng commented on a diff in pull request #5: Fix docs of this repo and add master branch protection

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #5: URL: https://github.com/apache/skywalking-banyandb-helm/pull/5#discussion_r1336022692 ## .asf.yaml: ## @@ -31,3 +31,8 @@ github: squash: true merge: false rebase: false + protected_branches: +master: + required_p

[GitHub] [skywalking-banyandb-helm] wu-sheng opened a new pull request, #5: Fix docs of this repo and add master branch protection

2023-09-25 Thread via GitHub
wu-sheng opened a new pull request, #5: URL: https://github.com/apache/skywalking-banyandb-helm/pull/5 I noticed the helm chart doc is hidden is a very small link. It is easy to miss in the first read. I think we should merge them. -- This is an automated message from the Apache Git Servi

[skywalking-banyandb-helm] branch wu-sheng-patch-1 updated: Delete chart/README.md

2023-09-25 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push: new b3ba645

[skywalking-banyandb-helm] branch wu-sheng-patch-1 updated: Update README.md

2023-09-25 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push: new d8b7549

[skywalking-banyandb-helm] branch master updated: Update README.md

2023-09-25 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-banyandb-helm.git The following commit(s) were added to refs/heads/master by this push: new 06794e6 Update README.md 067

[skywalking-banyandb-helm] 01/01: Add protection to the master branch

2023-09-25 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git commit 3d8ad6ece8053663c0167b303ff3e5bb00d8bfba Author: 吴晟 Wu Sheng AuthorDate: Mon Sep 25 22:56:2

[skywalking-banyandb-helm] branch wu-sheng-patch-1 created (now 3d8ad6e)

2023-09-25 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git at 3d8ad6e Add protection to the master branch This branch includes the following new comm

[skywalking-website] branch banyandb-helm deleted (was 2228cebee73)

2023-09-25 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch banyandb-helm in repository https://gitbox.apache.org/repos/asf/skywalking-website.git was 2228cebee73 Release banyandb helm 0.1.0 The revisions that were on this branch are still contai

[skywalking-website] branch master updated: Release banyandb helm 0.1.0 (#643)

2023-09-25 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily 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 dfb66e41193 Release banyandb helm

[GitHub] [skywalking-website] hanahmily merged pull request #643: Release banyandb helm 0.1.0

2023-09-25 Thread via GitHub
hanahmily merged PR #643: URL: https://github.com/apache/skywalking-website/pull/643 -- 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-unsub

[GitHub] [skywalking-website] hanahmily opened a new pull request, #643: Release banyandb helm 0.1.0

2023-09-25 Thread via GitHub
hanahmily opened a new pull request, #643: URL: https://github.com/apache/skywalking-website/pull/643 (no comment) -- 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 unsubs

[GitHub] [skywalking-website] netlify[bot] commented on pull request #643: Release banyandb helm 0.1.0

2023-09-25 Thread via GitHub
netlify[bot] commented on PR #643: URL: https://github.com/apache/skywalking-website/pull/643#issuecomment-1733860490 ### 👷 Deploy Preview for *skywalking-website-preview* processing. | Name | Link | |:-:|| |🔨 Latest commit | 2228cebee73f56f8f2e2eb

[skywalking-website] branch banyandb-helm created (now 2228cebee73)

2023-09-25 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch banyandb-helm in repository https://gitbox.apache.org/repos/asf/skywalking-website.git at 2228cebee73 Release banyandb helm 0.1.0 This branch includes the following new commits: n

[skywalking-website] 01/01: Release banyandb helm 0.1.0

2023-09-25 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch banyandb-helm in repository https://gitbox.apache.org/repos/asf/skywalking-website.git commit 2228cebee73f56f8f2e2eb1dfb94af4c33236351 Author: Gao Hongtao AuthorDate: Mon Sep 25 14:42:13 2023

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335899439 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2

[GitHub] [skywalking-go] wu-sheng commented on a diff in pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #103: URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1335893693 ## plugins/grpc/instrument.go: ## @@ -67,6 +67,21 @@ func (i *Instrument) Points() []*instrument.Point { instrument.WithResultType(

[skywalking-banyandb-java-client] branch release-0.5.0 deleted (was 6d621b4)

2023-09-25 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch release-0.5.0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git was 6d621b4 [maven-release-plugin] prepare for next development iteration The revision

[skywalking-banyandb-java-client] branch main updated: Release BanyanDB Java Client 0.5.0 (#50)

2023-09-25 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-banyandb-java-client.git The following commit(s) were added to refs/heads/main by this push: new 4872fd2 Release BanyanDB

[GitHub] [skywalking-banyandb-java-client] wu-sheng merged pull request #50: Release BanyanDB Java Client 0.5.0

2023-09-25 Thread via GitHub
wu-sheng merged PR #50: URL: https://github.com/apache/skywalking-banyandb-java-client/pull/50 -- 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: notificat

[GitHub] [skywalking-banyandb-java-client] lujiajing1126 opened a new pull request, #50: Release BanyanDB Java Client 0.5.0

2023-09-25 Thread via GitHub
lujiajing1126 opened a new pull request, #50: URL: https://github.com/apache/skywalking-banyandb-java-client/pull/50 Prepare to release v0.5.0 -- 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

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335692186 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/200

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335644799 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335641394 ## distribution/graal/oal-rt-graal-native/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java: ## @@ -0,0 +1,673 @@ +/* + * Licensed to the Apache Software

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335627167 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/200

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335627167 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/200

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335625267 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335621199 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/200

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335619237 ## distribution/graal/skywalking-generate-plugin/pom.xml: ## @@ -0,0 +1,120 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2

[skywalking-banyandb-java-client] branch release-0.5.0 updated: [maven-release-plugin] prepare for next development iteration

2023-09-25 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a commit to branch release-0.5.0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git The following commit(s) were added to refs/heads/release-0.5.0 by this push: new 6d621

[skywalking-banyandb-java-client] annotated tag v0.5.0 updated (3191cfb -> b4abf6b)

2023-09-25 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a change to annotated tag v0.5.0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git *** WARNING: tag v0.5.0 was modified! *** from 3191cfb (commit) to b4abf6b (ta

[skywalking-banyandb-java-client] 01/01: [maven-release-plugin] prepare release v0.5.0

2023-09-25 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a commit to branch release-0.5.0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git commit 3191cfbf6763e14ad46359f233cf667ea42c6447 Author: Megrez Lu AuthorDate: Mon Sep 25 17

[skywalking-banyandb-java-client] branch release-0.5.0 created (now 3191cfb)

2023-09-25 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a change to branch release-0.5.0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git at 3191cfb [maven-release-plugin] prepare release v0.5.0 This branch includes the f

[skywalking] branch master updated: Fix Zipkin trace receiver response: make the HTTP status code from `200` to `202`. (#11356)

2023-09-25 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.git The following commit(s) were added to refs/heads/master by this push: new 2b7e5ee625 Fix Zipkin trace receiver respon

[GitHub] [skywalking] wu-sheng merged pull request #11356: Fix Zipkin trace receiver response: make the HTTP status code from `200` to `202`

2023-09-25 Thread via GitHub
wu-sheng merged PR #11356: URL: https://github.com/apache/skywalking/pull/11356 -- 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-unsubscr..

[GitHub] [skywalking] wu-sheng closed issue #11355: [Bug] zipkin http interface, successful processing should return 202 status code instead of 200 status code

2023-09-25 Thread via GitHub
wu-sheng closed issue #11355: [Bug] zipkin http interface, successful processing should return 202 status code instead of 200 status code URL: https://github.com/apache/skywalking/issues/11355 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335585809 ## distribution/graal/oal-rt-graal-native/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java: ## @@ -0,0 +1,673 @@ +/* + * Licensed to the Apache Software

[GitHub] [skywalking-go] LinuxSuRen commented on a diff in pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
LinuxSuRen commented on code in PR #103: URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1335584980 ## plugins/grpc/instrument.go: ## @@ -67,6 +67,21 @@ func (i *Instrument) Points() []*instrument.Point { instrument.WithResultTyp

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335583319 ## distribution/graal/skywalking-providers-graal-native/pom.xml: ## @@ -0,0 +1,40 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.o

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335581945 ## distribution/graal/skywalking-providers-graal-native/pom.xml: ## @@ -0,0 +1,40 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3

[GitHub] [skywalking] yswdqz commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
yswdqz commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335580434 ## distribution/graal/oal-rt-graal-native/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java: ## @@ -0,0 +1,673 @@ +/* + * Licensed to the Apache Software F

[GitHub] [skywalking-go] wu-sheng commented on a diff in pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #103: URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1335578736 ## plugins/grpc/instrument.go: ## @@ -67,6 +67,21 @@ func (i *Instrument) Points() []*instrument.Point { instrument.WithResultType(

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335570425 ## distribution/graal/oal-rt-graal-native/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java: ## @@ -0,0 +1,673 @@ +/* + * Licensed to the Apache Software

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335567385 ## distribution/graal/oal-rt-graal-native/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java: ## @@ -0,0 +1,673 @@ +/* + * Licensed to the Apache Software

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #11354: [Feature] Substitute classes to prepare for native-image.

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #11354: URL: https://github.com/apache/skywalking/pull/11354#discussion_r1335566754 ## distribution/graal/meter-analyzer-graal-native/src/main/java/org/apache/skywalking/oap/meter/analyzer/Analyzer.java: ## @@ -0,0 +1,47 @@ +/* + * Licensed to th

[GitHub] [skywalking-go] LinuxSuRen commented on a diff in pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
LinuxSuRen commented on code in PR #103: URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1335566830 ## plugins/grpc/instrument.go: ## @@ -67,6 +67,21 @@ func (i *Instrument) Points() []*instrument.Point { instrument.WithResultTyp

[GitHub] [skywalking-go] wu-sheng commented on a diff in pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
wu-sheng commented on code in PR #103: URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1335561454 ## plugins/grpc/instrument.go: ## @@ -67,6 +67,21 @@ func (i *Instrument) Points() []*instrument.Point { instrument.WithResultType(

[GitHub] [skywalking-go] LinuxSuRen commented on a diff in pull request #103: fix: no data receive from grpc

2023-09-25 Thread via GitHub
LinuxSuRen commented on code in PR #103: URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1335539933 ## plugins/grpc/instrument.go: ## @@ -67,6 +67,21 @@ func (i *Instrument) Points() []*instrument.Point { instrument.WithResultTyp