[skywalking] branch k8s-client updated (86d31be -> 41aa313)

2021-11-12 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch k8s-client in repository https://gitbox.apache.org/repos/asf/skywalking.git. discard 86d31be Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs

[GitHub] [skywalking-data-collect-protocol] liqiangz commented on pull request #56: Add MeterReportService collectBatch method.

2021-11-12 Thread GitBox
liqiangz commented on pull request #56: URL: https://github.com/apache/skywalking-data-collect-protocol/pull/56#issuecomment-967789535 @wu-sheng Could you please have review on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [skywalking-data-collect-protocol] liqiangz opened a new pull request #56: Add MeterReportService collectBatch method.

2021-11-12 Thread GitBox
liqiangz opened a new pull request #56: URL: https://github.com/apache/skywalking-data-collect-protocol/pull/56 Add MeterReportService collectBatch method. apache/skywalking#6210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [skywalking-banyandb-java-client] lujiajing1126 commented on pull request #4: Support metadata registry api

2021-11-12 Thread GitBox
lujiajing1126 commented on pull request #4: URL: https://github.com/apache/skywalking-banyandb-java-client/pull/4#issuecomment-967787293 @hanahmily Shall we include Measure registry APIs in this PR? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [skywalking-banyandb-java-client] lujiajing1126 commented on a change in pull request #4: Support metadata registry api

2021-11-12 Thread GitBox
lujiajing1126 commented on a change in pull request #4: URL: https://github.com/apache/skywalking-banyandb-java-client/pull/4#discussion_r748685884 ## File path: README.md ## @@ -19,10 +19,81 @@ Create a `BanyanDBClient` with host, port and a user-specified group and then es

[skywalking-showcase] branch main updated: Expose the whole ElasticSearch image as variable instead of just version

2021-11-12 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git The following commit(s) were added to refs/heads/main by this push: new 6afa571 Expose the whole

[GitHub] [skywalking] kezhenxu94 opened a new pull request #8122: Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs

2021-11-12 Thread GitBox
kezhenxu94 opened a new pull request #8122: URL: https://github.com/apache/skywalking/pull/8122 The interesting bugfix is https://github.com/kubernetes-client/java/issues/1829 and feature is https://github.com/kubernetes-client/java/pull/1810 - [x]

[skywalking] 01/01: Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs

2021-11-12 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch k8s-client in repository https://gitbox.apache.org/repos/asf/skywalking.git commit 86d31bec97c76b2196103609c8cdb9417a5027c0 Author: kezhenxu94 AuthorDate: Sat Nov 13 10:29:47 2021 +0800

[skywalking] branch k8s-client created (now 86d31be)

2021-11-12 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch k8s-client in repository https://gitbox.apache.org/repos/asf/skywalking.git. at 86d31be Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request #59: Introduce encoding component

2021-11-12 Thread GitBox
hanahmily opened a new pull request #59: URL: https://github.com/apache/skywalking-banyandb/pull/59 * Encoding component helps tsdb module to customize how to encode data in a chunk * StreamChunkEncoder/Decoder handles stream module's encoding * Update badger to support

[skywalking-banyandb] branch encoding created (now 5b6406a)

2021-11-12 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch encoding in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git. at 5b6406a Introduce encoding component This branch includes the following new commits: new

[skywalking-banyandb] 01/01: Introduce encoding component

2021-11-12 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch encoding in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git commit 5b6406a1d57111366fe0c06714208cbf8d952986 Author: Gao Hongtao AuthorDate: Sat Nov 13 09:00:03 2021

[GitHub] [skywalking-nodejs] kezhenxu94 commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
kezhenxu94 commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967067972 > > I am confused, sw8 should never be forwarded. sw8 is tracing context. The client side generates a new key/value for request, and server side decodes it. > >

[GitHub] [skywalking-nodejs] wu-sheng commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
wu-sheng commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967038333 > The client uses AXIos to request the Node service, and the Node service uses AXIos to request the back-end service. Sw8 is already created on the client side, so there

[GitHub] [skywalking-nodejs] tom-pytel commented on a change in pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
tom-pytel commented on a change in pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#discussion_r748194027 ## File path: src/plugins/AxiosPlugin.ts ## @@ -45,11 +46,14 @@ class AxiosPlugin implements SwPlugin { else config = url ?

[GitHub] [skywalking-nodejs] nd-lqj commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
nd-lqj commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967027234 > I am confused, sw8 should never be forwarded. sw8 is tracing context. The client side generates a new key/value for request, and server side decodes it. The client

[GitHub] [skywalking-nodejs] wu-sheng commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
wu-sheng commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967019787 I am confused, sw8 should never be forwarded. sw8 is tracing context. The client side generates a new key/value for request, and server side decodes it. -- This is

[GitHub] [skywalking-nodejs] nd-lqj commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
nd-lqj commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967018232 > You should be more clear about what is the case. Do you mean multiple requests processed by one span? Sw8 has already been handled on the client side, and the Node

[GitHub] [skywalking-nodejs] wu-sheng commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
wu-sheng commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967009836 You should be more clear about what is the case. Do you mean multiple requests processed by one span? -- This is an automated message from the Apache Git Service. To

[GitHub] [skywalking-nodejs] nd-lqj commented on pull request #64: The AxiosPlugin ignores SW8 if it is already in headers

2021-11-12 Thread GitBox
nd-lqj commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967008646 > We have told, we need all pull requests through English title and content. Last time, PMC fixed for you, but would not be again. Is that all right? -- This is

[GitHub] [skywalking-nodejs] wu-sheng commented on pull request #64: AxiosPlugin 请求 headers 中已有 sw8 的时候不在处理 sw8

2021-11-12 Thread GitBox
wu-sheng commented on pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64#issuecomment-967004519 We have told, we need all pull requests through English title and content. Last time, PMC fixed for you, but would not be again. -- This is an automated message from

[GitHub] [skywalking-nodejs] wu-sheng closed pull request #64: AxiosPlugin 请求 headers 中已有 sw8 的时候不在处理 sw8

2021-11-12 Thread GitBox
wu-sheng closed pull request #64: URL: https://github.com/apache/skywalking-nodejs/pull/64 -- 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-website] branch asf-site updated: deploy: 97b0d01554341c4054f5b17eeb54ca27d5af3d81

2021-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/skywalking-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 8471767 deploy:

[GitHub] [skywalking-showcase] JaredTan95 merged pull request #2: Fix wait for es

2021-11-12 Thread GitBox
JaredTan95 merged pull request #2: URL: https://github.com/apache/skywalking-showcase/pull/2 -- 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-showcase] branch main updated: Fix wait for es (#2)

2021-11-12 Thread tanjian
This is an automated email from the ASF dual-hosted git repository. tanjian pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git The following commit(s) were added to refs/heads/main by this push: new 7182566 Fix wait for es (#2) 7182566

[skywalking-showcase] branch fix_wait_for_es updated (6d61636 -> 9b019a0)

2021-11-12 Thread tanjian
This is an automated email from the ASF dual-hosted git repository. tanjian pushed a change to branch fix_wait_for_es in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git. from 6d61636 add env add 9b019a0 revert No new revisions were added by this update.

[GitHub] [skywalking-showcase] JaredTan95 commented on a change in pull request #2: Fix wait for es

2021-11-12 Thread GitBox
JaredTan95 commented on a change in pull request #2: URL: https://github.com/apache/skywalking-showcase/pull/2#discussion_r748049290 ## File path: Makefile.in ## @@ -26,6 +26,8 @@ TAG ?= $(shell git rev-parse --short HEAD) ES_VERSION ?= 7.10.0 +BUSYBOX_VERSION ?= 1.30

[GitHub] [skywalking-showcase] kezhenxu94 commented on a change in pull request #2: Fix wait for es

2021-11-12 Thread GitBox
kezhenxu94 commented on a change in pull request #2: URL: https://github.com/apache/skywalking-showcase/pull/2#discussion_r748047176 ## File path: Makefile.in ## @@ -26,6 +26,8 @@ TAG ?= $(shell git rev-parse --short HEAD) ES_VERSION ?= 7.10.0 +BUSYBOX_VERSION ?= 1.30