(skywalking-java) branch main updated: Fix a bug in Spring Cloud Gateway if HttpClientFinalizer#send does not invoke, the span created at NettyRoutingFilterInterceptor can not stop. (#672)

2024-03-06 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 f227543fc3 Fix a bug in Spring Cloud Gatew

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

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

Re: [PR] Support generate windows version docker [skywalking-banyandb]

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

(skywalking-banyandb) branch main updated: Support generate windows version docker (#403)

2024-03-06 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.git The following commit(s) were added to refs/heads/main by this push: new 50e35ea5 Support generate windows vers

Re: [PR] Support generate windows version docker [skywalking-banyandb]

2024-03-06 Thread via GitHub
codecov-commenter commented on PR #403: URL: https://github.com/apache/skywalking-banyandb/pull/403#issuecomment-1982677568 ## [Codecov](https://app.codecov.io/gh/apache/skywalking-banyandb/pull/403?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [I] [Bug] RestResponseInterceptor 的http返回状态码处理 [skywalking]

2024-03-06 Thread via GitHub
wu-sheng closed issue #11998: [Bug] RestResponseInterceptor 的http返回状态码处理 URL: https://github.com/apache/skywalking/issues/11998 -- 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.

Re: [I] [Bug] RestResponseInterceptor 的http返回状态码处理 [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11998: URL: https://github.com/apache/skywalking/issues/11998#issuecomment-1982658068 No Chinese discussion on GitHub. -- 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

(skywalking) branch master updated: update metrics-query-expression.md#AggregateLabels Operation (#11997)

2024-03-06 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 dcf0a237c1 update metrics-query-expression.

Re: [PR] Fix typos of the example in metrics-query-expression.md#AggregateLabels Operation [skywalking]

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

Re: [PR] Temporary testing windows docker image [skywalking-banyandb]

2024-03-06 Thread via GitHub
mrproliu closed pull request #400: Temporary testing windows docker image URL: https://github.com/apache/skywalking-banyandb/pull/400 -- 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 comm

Re: [PR] Temporary testing windows docker image [skywalking-banyandb]

2024-03-06 Thread via GitHub
mrproliu commented on PR #400: URL: https://github.com/apache/skywalking-banyandb/pull/400#issuecomment-1982653767 Closed, I have created another PR to generate the windows version docker image. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[I] [Bug] RestResponseInterceptor 的http返回状态码处理 [skywalking]

2024-03-06 Thread via GitHub
hepengju opened a new issue, #11998: URL: https://github.com/apache/skywalking/issues/11998 ### 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 Component

[PR] Support generate windows version docker [skywalking-banyandb]

2024-03-06 Thread via GitHub
mrproliu opened a new pull request, #403: URL: https://github.com/apache/skywalking-banyandb/pull/403 Support generating Docker images that can run on Windows, and push them to GitHub Packages. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Fix 11273 remove exception log is output in console [skywalking-banyandb]

2024-03-06 Thread via GitHub
hanahmily commented on code in PR #396: URL: https://github.com/apache/skywalking-banyandb/pull/396#discussion_r1515624993 ## ui/src/components/Read/index.vue: ## @@ -184,8 +184,10 @@ watch(() => data.code, () => { if (index >= 0) { data.codeStorage[index].params.

Re: [PR] Add hierarchy for Pulsar [skywalking]

2024-03-06 Thread via GitHub
peachisai commented on PR #11971: URL: https://github.com/apache/skywalking/pull/11971#issuecomment-198218 Due to the difficulty of building the IP:port form relationship with the Pulsar-cluster ,I suggest adjusting local hosts to accommodate the Pulsar-cluster name If Pulsar java plugi

[PR] Fix typos of the example in metrics-query-expression.md#AggregateLabels Operation [skywalking]

2024-03-06 Thread via GitHub
CzyerChen opened a new pull request, #11997: URL: https://github.com/apache/skywalking/pull/11997 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/docs

Re: [PR] Fix 11273 remove exception log is output in console [skywalking-banyandb]

2024-03-06 Thread via GitHub
sksDonni commented on code in PR #396: URL: https://github.com/apache/skywalking-banyandb/pull/396#discussion_r1515457945 ## ui/src/components/Read/index.vue: ## @@ -184,8 +184,10 @@ watch(() => data.code, () => { if (index >= 0) { data.codeStorage[index].params.c

Re: [PR] Add RocketMQ metrics describes to `opentelemetry-receiver.md` [skywalking]

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

(skywalking) branch master updated: Add RocketMQ metrics description to `opentelemetry-receiver.md` (#11996)

2024-03-06 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 167dcd2ade Add RocketMQ metrics description

(skywalking-java) branch archive-impala deleted (was f1a965bbcc)

2024-03-06 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch archive-impala in repository https://gitbox.apache.org/repos/asf/skywalking-java.git was f1a965bbcc Archive the expired plugins `impala-jdbc-2.6.x-plugin`. The revisions that were on this

(skywalking-java) branch main updated: Archive the expired plugins `impala-jdbc-2.6.x-plugin`. (#673)

2024-03-06 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 4adb343091 Archive the expired plugins `im

Re: [PR] Archive the expired plugins `impala-jdbc-2.6.x-plugin`. [skywalking-java]

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

Re: [PR] Add RocketMQ metrics describes to `opentelemetry-receiver.md` [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11996: URL: https://github.com/apache/skywalking/pull/11996#issuecomment-1982280931 > I noticed the text has been removed , should it be ? > > ``` > **Note**: You can also use OpenTelemetry exporter to transport the metrics to SkyWalking OAP directly. See

Re: [PR] Add RocketMQ metrics describes to `opentelemetry-receiver.md` [skywalking]

2024-03-06 Thread via GitHub
peachisai commented on PR #11996: URL: https://github.com/apache/skywalking/pull/11996#issuecomment-1982279033 I noticed the text has been removed , should it be ? ``` **Note**: You can also use OpenTelemetry exporter to transport the metrics to SkyWalking OAP directly. See [OpenTeleme

[PR] Add RocketMQ metrics describes to `opentelemetry-receiver.md` [skywalking]

2024-03-06 Thread via GitHub
peachisai opened a new pull request, #11996: URL: https://github.com/apache/skywalking/pull/11996 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES` log](https://github.com/ap

[PR] Archive the expired plugins `impala-jdbc-2.6.x-plugin`. [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng opened a new pull request, #673: URL: https://github.com/apache/skywalking-java/pull/673 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [x] Update the [`CHANGES` log](https://githu

(skywalking-java) 01/01: Archive the expired plugins `impala-jdbc-2.6.x-plugin`.

2024-03-06 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch archive-impala in repository https://gitbox.apache.org/repos/asf/skywalking-java.git commit f1a965bbccf928be16059949fae9e63d314683a0 Author: Wu Sheng AuthorDate: Thu Mar 7 10:58:42 2024 +0800

(skywalking-java) branch archive-impala created (now f1a965bbcc)

2024-03-06 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch archive-impala in repository https://gitbox.apache.org/repos/asf/skywalking-java.git at f1a965bbcc Archive the expired plugins `impala-jdbc-2.6.x-plugin`. This branch includes the followi

(skywalking) branch master updated: update opentelemetry-receiver.md (#11995)

2024-03-06 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 2456b7318c update opentelemetry-receiver.md

Re: [PR] update opentelemetry-receiver.md for ClickHouse [skywalking]

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

Re: [PR] Support rocketmq monitoring [skywalking]

2024-03-06 Thread via GitHub
peachisai commented on PR #11758: URL: https://github.com/apache/skywalking/pull/11758#issuecomment-1982239983 > @peachisai This PR seems missing doc update about `opentelemetry-receiver.md`. Could you open another PR to update the table in the bottom? Ok, I will update it later -- Th

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #672: URL: https://github.com/apache/skywalking-java/pull/672#issuecomment-1982232509 I am trying to remove that case. This PR will be merged after I fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
cylx3126 commented on PR #672: URL: https://github.com/apache/skywalking-java/pull/672#issuecomment-1982226816 >Pulling postgres (parrotstream/postgres:10.5)... The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider

[PR] update opentelemetry-receiver.md for ClickHouse [skywalking]

2024-03-06 Thread via GitHub
CzyerChen opened a new pull request, #11995: URL: https://github.com/apache/skywalking/pull/11995 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [CHANGES log](https://github.com/apache/skywalking/blob/master/docs/e

Re: [PR] Fix 11273 remove exception log is output in console [skywalking-banyandb]

2024-03-06 Thread via GitHub
Fine0830 commented on code in PR #396: URL: https://github.com/apache/skywalking-banyandb/pull/396#discussion_r1515388790 ## ui/src/components/Read/index.vue: ## @@ -184,8 +184,10 @@ watch(() => data.code, () => { if (index >= 0) { data.codeStorage[index].params.c

Re: [PR] Fix 11273 remove exception log is output in console [skywalking-banyandb]

2024-03-06 Thread via GitHub
Fine0830 commented on code in PR #396: URL: https://github.com/apache/skywalking-banyandb/pull/396#discussion_r1515388790 ## ui/src/components/Read/index.vue: ## @@ -184,8 +184,10 @@ watch(() => data.code, () => { if (index >= 0) { data.codeStorage[index].params.c

Re: [PR] Support rocketmq monitoring [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11758: URL: https://github.com/apache/skywalking/pull/11758#issuecomment-1982208904 @peachisai This PR seems missing doc update about `opentelemetry-receiver.md`. Could you open another PR to update the table in the bottom? -- This is an automated message from t

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
CzyerChen commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1982203862 > Would you like to post dual-language blogs for this new feature? Ok. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #672: URL: https://github.com/apache/skywalking-java/pull/672#issuecomment-1982201286 impala case seems to have some issues, I am not sure the reason. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

(skywalking) branch master updated: Fix menu for ClickHouse monitoring (#11994)

2024-03-06 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 e61cd36486 Fix menu for ClickHouse monitori

Re: [PR] Fix menu for ClickHouse monitoring [skywalking]

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

(skywalking) branch wu-sheng-patch-1 deleted (was ac6fe1933a)

2024-03-06 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.git was ac6fe1933a Fix munu for ClickHouse monitoring The revisions that were on this branch are still contain

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1982195270 Would you like to post dual-language blogs for this new feature? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] Fix munu for ClickHouse monitoring [skywalking]

2024-03-06 Thread via GitHub
wu-sheng opened a new pull request, #11994: URL: https://github.com/apache/skywalking/pull/11994 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES` log](https://github.com/apa

(skywalking) branch wu-sheng-patch-1 created (now ac6fe1933a)

2024-03-06 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.git at ac6fe1933a Fix munu for ClickHouse monitoring This branch includes the following new commits: ne

(skywalking) 01/01: Fix munu for ClickHouse monitoring

2024-03-06 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.git commit ac6fe1933a0bab9f7686f2733d5d6eda5e9fd840 Author: 吴晟 Wu Sheng AuthorDate: Thu Mar 7 09:50:55 2024 +0800

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
cylx3126 commented on PR #672: URL: https://github.com/apache/skywalking-java/pull/672#issuecomment-1982189608 Could you review this PR? I have done a refactor on my code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
wankai123 merged PR #11966: URL: https://github.com/apache/skywalking/pull/11966 -- 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.

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
CzyerChen commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1982149461 > BTW, have you read #11992? Is this helping to polish clickhouse monitoring? Or it is good enough for now. It doesn't seem to be necessary on ClickHouse, where the metri

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1982131250 BTW, have you read https://github.com/apache/skywalking/issues/11992? Is this helping to polish clickhouse monitoring? Or it is good enough for now. -- This is an automated messag

Re: [I] [Bug] [BanyanDB] Property Applying doesn't Verify the Group as "CATALOG_UNSPECIFIED" [skywalking]

2024-03-06 Thread via GitHub
hanahmily commented on issue #11993: URL: https://github.com/apache/skywalking/issues/11993#issuecomment-1982123859 > OK, so you are going to fix this in 0.6 release? It's a minor flaw, so there's no reason to postpone fixing it until the next release. -- This is an automated messa

(skywalking-banyandb) branch main updated: [UI] Default Time Range for Querying Data to Last 15 Minutes. (#397)

2024-03-06 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git The following commit(s) were added to refs/heads/main by this push: new 75513f14 [UI] Default Time Range for

Re: [PR] [UI] Default Time Range for Querying Data to Last 15 Minutes. [skywalking-banyandb]

2024-03-06 Thread via GitHub
hanahmily merged PR #397: URL: https://github.com/apache/skywalking-banyandb/pull/397 -- 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-unsu

Re: [I] [BanyanDB-UI] Default Time Range for Querying Data [skywalking]

2024-03-06 Thread via GitHub
hanahmily closed issue #11973: [BanyanDB-UI] Default Time Range for Querying Data URL: https://github.com/apache/skywalking/issues/11973 -- 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

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1982119681 I mean this page should be updated, https://github.com/apache/skywalking/blob/master/docs/en/swip/readme.md. Note the next SWIP number and the following existing SWIPs. -- This i

Re: [I] [Bug] [BanyanDB] Property Applying doesn't Verify the Group as "CATALOG_UNSPECIFIED" [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11993: URL: https://github.com/apache/skywalking/issues/11993#issuecomment-1982116995 OK, so you are going to fix this in 0.6 release? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] [Bug] [BanyanDB] Property Applying doesn't Verify the Group as "CATALOG_UNSPECIFIED" [skywalking]

2024-03-06 Thread via GitHub
hanahmily commented on issue #11993: URL: https://github.com/apache/skywalking/issues/11993#issuecomment-1982114540 > Is this a UI bug or server side issue? server-side, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
CzyerChen commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1982113354 > SWIP5 needs to attach on SWIP page. Ok, linked. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
cylx3126 commented on PR #672: URL: https://github.com/apache/skywalking-java/pull/672#issuecomment-1982086494 Ok, I will modify and test the code that close the span in afterMethod hook. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng commented on code in PR #672: URL: https://github.com/apache/skywalking-java/pull/672#discussion_r1515306660 ## apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v2

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
cylx3126 commented on code in PR #672: URL: https://github.com/apache/skywalking-java/pull/672#discussion_r1515302128 ## apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v2

Re: [I] [Bug] [BanyanDB] Property Applying doesn't Verify the Group as "CATALOG_UNSPECIFIED" [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11993: URL: https://github.com/apache/skywalking/issues/11993#issuecomment-1982012732 Is this a UI bug or server side issue? -- 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

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng commented on code in PR #672: URL: https://github.com/apache/skywalking-java/pull/672#discussion_r1515270090 ## apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v2

Re: [PR] [DRAFT] [issue-11880] support play3 [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #671: URL: https://github.com/apache/skywalking-java/pull/671#issuecomment-1982006205 Are you still working on this? -- 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 s

[I] [Bug] [BanyanDB] Property Applying doesn't Verify the Group as "CATALOG_UNSPECIFIED" [skywalking]

2024-03-06 Thread via GitHub
hanahmily opened a new issue, #11993: URL: https://github.com/apache/skywalking/issues/11993 ### 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 Component

Re: [I] [Bug] Large mount of Text Display [skywalking]

2024-03-06 Thread via GitHub
hanahmily commented on issue #11974: URL: https://github.com/apache/skywalking/issues/11974#issuecomment-1981990870 Could you show me the details of the group of the property? The property page will show groups with "CATALOG_UNSPECIFIED". -- This is an automated message from the Apache G

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
cylx3126 commented on code in PR #672: URL: https://github.com/apache/skywalking-java/pull/672#discussion_r1514768970 ## apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v2

Re: [I] [Feature][BanyanDB] Support for Tags and Fields TTL [skywalking]

2024-03-06 Thread via GitHub
sksDonni commented on issue #11987: URL: https://github.com/apache/skywalking/issues/11987#issuecomment-1981226060 I would like to take this up to get myself familiarised with the backend of banyandb. Might need some help along the way. -- This is an automated message from the Apache Git

Re: [I] [Bug] Large mount of Text Display [skywalking]

2024-03-06 Thread via GitHub
sksDonni commented on issue #11974: URL: https://github.com/apache/skywalking/issues/11974#issuecomment-1981221549 Hi @hanahmily, I am trying to add properties to my group, but its for some reason not reflecting in my UI frontend. I tried adding properties using both the terminal and the ja

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1981191798 SWIP5 needs to attach on SWIP page. -- 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 t

Re: [I] [Feature] Add new metric `type=STANDARD_VALUE` [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11992: URL: https://github.com/apache/skywalking/issues/11992#issuecomment-1981161356 About adding a new `type=STANDARD_VALUE`, another option is, we re-implemented the labeled value metric. Only treat today LABELED_VALUE and **DataTable** as special cases of th

Re: [I] [Feature] Add new metric `type=STANDARD_VALUE` [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11992: URL: https://github.com/apache/skywalking/issues/11992#issuecomment-1981154286 > I think it's related to [#11982 (comment)](https://github.com/apache/skywalking/issues/11982#issuecomment-1980247042). If we support multiple labels, `aggregate_labels ` shou

Re: [PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
wu-sheng commented on code in PR #672: URL: https://github.com/apache/skywalking-java/pull/672#discussion_r1514691726 ## apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v2

[PR] Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties [skywalking-java]

2024-03-06 Thread via GitHub
cylx3126 opened a new pull request, #672: URL: https://github.com/apache/skywalking-java/pull/672 ### Fix duplicate traceId when use forward scheme in spring.cloud.gateway.routes.uri properties I provide a [Minimal, Reproducible Example](https://github.com/cylx3126/spring-cloud-gatew

Re: [PR] Fix 11273 remove exception log is output in console [skywalking-banyandb]

2024-03-06 Thread via GitHub
sksDonni commented on code in PR #396: URL: https://github.com/apache/skywalking-banyandb/pull/396#discussion_r1514659242 ## ui/src/components/Read/index.vue: ## @@ -184,8 +184,10 @@ watch(() => data.code, () => { if (index >= 0) { data.codeStorage[index].params.c

Re: [I] [Feature] Add new metric `type=STANDARD_VALUE` [skywalking]

2024-03-06 Thread via GitHub
pg-yang commented on issue #11992: URL: https://github.com/apache/skywalking/issues/11992#issuecomment-1981086068 I think it's related to https://github.com/apache/skywalking/issues/11982#issuecomment-1980247042. If we support multiple labels, `aggregate_labels ` should support specified

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
CzyerChen commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1981078607 > Please update the SWIP according to the latest implementation and add it to the docs. ok -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
CzyerChen commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1981074598 - `connections_alive` means `Number of alive connections for embedded ClickHouse Keeper` - add metric of `Keeper Outstanding Requets` another important metric for embedded Clic

Re: [PR] Support ClickHouse server monitoring & Support service hierarchy [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on PR #11966: URL: https://github.com/apache/skywalking/pull/11966#issuecomment-1981061971 Please update the SWIP according to the latest implementation and add it to the docs. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

(skywalking-banyandb) branch main updated: UI improved in Not Found View (#395)

2024-03-06 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.git The following commit(s) were added to refs/heads/main by this push: new f9aab65c UI improved in Not Found View

Re: [PR] UI improved in Not Found View [skywalking-banyandb]

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

Re: [I] [Bug] Metrics are not aggregated properly as OTEL collector targeting per node [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11982: URL: https://github.com/apache/skywalking/issues/11982#issuecomment-1980821173 @weixiang1862 As you asked about, we posted https://github.com/apache/skywalking/issues/11992 for v10. -- This is an automated message from the Apache Git Service. To respon

[I] [Feature] Add new metric `type=STANDARD_VALUE` [skywalking]

2024-03-06 Thread via GitHub
wu-sheng opened a new issue, #11992: URL: https://github.com/apache/skywalking/issues/11992 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description

Re: [I] skywalking GRPCLog日志查询中使用自定义标签(Use custom tags on the log query page) [skywalking]

2024-03-06 Thread via GitHub
wu-sheng closed issue #11991: skywalking GRPCLog日志查询中使用自定义标签(Use custom tags on the log query page) URL: https://github.com/apache/skywalking/issues/11991 -- 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 g

Re: [I] skywalking GRPCLog日志查询中使用自定义标签(Use custom tags on the log query page) [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11991: URL: https://github.com/apache/skywalking/issues/11991#issuecomment-1980630532 No Chinese discussion on GitHub. If you want to be in Chinese, go to CN slack channel. -- This is an automated message from the Apache Git Service. To respond to the message,

[I] skywalking GRPCLog日志查询中使用自定义标签(Use custom tags on the log query page) [skywalking]

2024-03-06 Thread via GitHub
wranglerlmx opened a new issue, #11991: URL: https://github.com/apache/skywalking/issues/11991 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description

Re: [PR] Update overview.md [skywalking-rover]

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

Re: [PR] Adapt eBPF related E2E [skywalking]

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

Re: [I] [Bug][BanyanDB-UI] Overlay display wrongly [skywalking]

2024-03-06 Thread via GitHub
wu-sheng closed issue #11978: [Bug][BanyanDB-UI] Overlay display wrongly URL: https://github.com/apache/skywalking/issues/11978 -- 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.

Re: [PR] Overlay display wrongly solved [skywalking-banyandb]

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

(skywalking-banyandb) branch main updated: Overlay display wrongly solved (#401)

2024-03-06 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.git The following commit(s) were added to refs/heads/main by this push: new de3403c6 Overlay display wrongly solve

Re: [I] [Doc] Update Rover 0.6 doc [skywalking]

2024-03-06 Thread via GitHub
wu-sheng commented on issue #11988: URL: https://github.com/apache/skywalking/issues/11988#issuecomment-1980292468 Rover docs should be updated and released 0.6 in this month before backend v10. -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] [Doc] Update Rover 0.6 doc [skywalking]

2024-03-06 Thread via GitHub
wu-sheng opened a new issue, #11988: URL: https://github.com/apache/skywalking/issues/11988 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description