Re: [PR] Implement filtering for stream [skywalking-banyandb]

2024-01-18 Thread via GitHub
hanahmily merged PR #370: URL: https://github.com/apache/skywalking-banyandb/pull/370 -- 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: [PR] Implement filtering for stream [skywalking-banyandb]

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

Re: [I] [Feature] Selection Algorithm for Merge Operation [skywalking]

2024-01-18 Thread via GitHub
hanahmily commented on issue #11473: URL: https://github.com/apache/skywalking/issues/11473#issuecomment-1899799500 Fixed by https://github.com/apache/skywalking-banyandb/pull/371 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

(skywalking-banyandb) branch main updated: Introduce measure merge algorithm (#371)

2024-01-18 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 e69aaa13 Introduce measure merge alg

Re: [I] [Feature] Selection Algorithm for Merge Operation [skywalking]

2024-01-18 Thread via GitHub
hanahmily closed issue #11473: [Feature] Selection Algorithm for Merge Operation URL: https://github.com/apache/skywalking/issues/11473 -- 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 co

(skywalking-banyandb) branch compaction-algorithm deleted (was 5e5d6a30)

2024-01-18 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch compaction-algorithm in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git was 5e5d6a30 refactor memory cache The revisions that were on this branch are still contain

Re: [PR] Introduce compaction algorithm [skywalking-banyandb]

2024-01-18 Thread via GitHub
hanahmily merged PR #371: URL: https://github.com/apache/skywalking-banyandb/pull/371 -- 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: [PR] Support tracing for async producing, batch sync consuming, and batch async consuming in rocketMQ-client-java-5.x-plugin [skywalking-java]

2024-01-18 Thread via GitHub
CzyerChen commented on PR #665: URL: https://github.com/apache/skywalking-java/pull/665#issuecomment-1899778966 > Could you share how batch consuming works? Is UI working as expected to see multiple relative trace ID from downstream? As the testcase: 1. api 2. produce 1 normal

Re: [PR] Fix some NPE and update logs in the Access Log Module [skywalking-rover]

2024-01-18 Thread via GitHub
mrproliu merged PR #113: URL: https://github.com/apache/skywalking-rover/pull/113 -- 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 tracing for async producing, batch sync consuming, and batch async consuming in rocketMQ-client-java-5.x-plugin [skywalking-java]

2024-01-18 Thread via GitHub
wu-sheng commented on PR #665: URL: https://github.com/apache/skywalking-java/pull/665#issuecomment-1899592956 Could you share how batch consuming works? Is UI working as expected to see multiple relative trace ID from downstream? -- This is an automated message from the Apache Git Servic

[PR] Support tracing for async producing, batch sync consuming, and batch async consuming in rocketMQ-client-java-5.x-plugin [skywalking-java]

2024-01-18 Thread via GitHub
CzyerChen opened a new pull request, #665: URL: https://github.com/apache/skywalking-java/pull/665 ### Enhance an agent plugin to support RocketMQ - [x] Add a test case for the new plugin, refer to [the doc](https://github.com/apache/skywalking-java/blob/main/docs/en/setup/service-agent/j

(skywalking-banyandb) branch compaction-algorithm updated (26ab7543 -> 5e5d6a30)

2024-01-18 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a change to branch compaction-algorithm in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from 26ab7543 fix test cases add 5e5d6a30 refactor memory cache No new revisions were a

Re: [PR] Introduce compaction algorithm [skywalking-banyandb]

2024-01-18 Thread via GitHub
lujiajing1126 commented on code in PR #371: URL: https://github.com/apache/skywalking-banyandb/pull/371#discussion_r1458212972 ## banyand/measure/service.go: ## @@ -78,6 +79,8 @@ func (s *service) FlagSet() *run.FlagSet { flagS := run.NewFlagSet("storage") flagS

(skywalking-banyandb) branch compaction-algorithm updated (e5c27b46 -> 26ab7543)

2024-01-18 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a change to branch compaction-algorithm in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from e5c27b46 fix govet add 26ab7543 fix test cases No new revisions were added by this

(skywalking-banyandb) branch compaction-algorithm updated (45528ecc -> e5c27b46)

2024-01-18 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a change to branch compaction-algorithm in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from 45528ecc refactor option add e5c27b46 fix govet No new revisions were added by thi

(skywalking-banyandb) branch compaction-algorithm updated (007ac519 -> 45528ecc)

2024-01-18 Thread lujiajing
This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a change to branch compaction-algorithm in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from 007ac519 return nil if nothing to be merged add 45528ecc refactor option No new re

[PR] Fix some NPE and update logs in the Access Log Module [skywalking-rover]

2024-01-18 Thread via GitHub
mrproliu opened a new pull request, #113: URL: https://github.com/apache/skywalking-rover/pull/113 (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 unsubscri

(skywalking-showcase) branch main updated: Update OAP and UI to cc79bf6

2024-01-18 Thread wankai
This is an automated email from the ASF dual-hosted git repository. wankai 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 1c602a9 Update OAP and UI to cc79bf6 1

(skywalking-satellite) branch main updated: Support transmit eBPF Access Log Protocol (#150)

2024-01-18 Thread liuhan
This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git The following commit(s) were added to refs/heads/main by this push: new 261daa3 Support transmit eBPF Access

Re: [PR] Support transmit eBPF Access Log Protocol [skywalking-satellite]

2024-01-18 Thread via GitHub
mrproliu merged PR #150: URL: https://github.com/apache/skywalking-satellite/pull/150 -- 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] [Feature] add Support for RocketMQ newAPI `rocketmq-client-java` [skywalking]

2024-01-18 Thread via GitHub
wu-sheng commented on issue #11752: URL: https://github.com/apache/skywalking/issues/11752#issuecomment-1898229773 One span(entry) should be able to have multiple reference. The APIs are there. Any issue for that? I remember UI have a place to show that as well. The only limita

Re: [I] [Feature] add Support for RocketMQ newAPI `rocketmq-client-java` [skywalking]

2024-01-18 Thread via GitHub
CzyerChen commented on issue #11752: URL: https://github.com/apache/skywalking/issues/11752#issuecomment-1898226742 yes, MQ consuming in batches that triggered by API or scheduled job. The single message consumed now mark as an entry span and refer to the producer the exit span, do batch

(skywalking) branch master updated: Add dashboards for Service/Instance Hierarchy. (#11797)

2024-01-18 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 cc79bf688c Add dashboards for Service/Insta

Re: [PR] Add dashboards for Service/Instance Hierarchy. [skywalking]

2024-01-18 Thread via GitHub
wu-sheng merged PR #11797: URL: https://github.com/apache/skywalking/pull/11797 -- 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] [Feature] add Support for RocketMQ newAPI `rocketmq-client-java` [skywalking]

2024-01-18 Thread via GitHub
wu-sheng commented on issue #11752: URL: https://github.com/apache/skywalking/issues/11752#issuecomment-1898210069 What is the question? Do you mean from the consuming side, a batch include mutiple references? -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [Feature] add Support for RocketMQ newAPI `rocketmq-client-java` [skywalking]

2024-01-18 Thread via GitHub
CzyerChen commented on issue #11752: URL: https://github.com/apache/skywalking/issues/11752#issuecomment-1898199325 Have a problem that how to recover context when sending messages one by one and consuming messages in batches. Normally, Producer sends one message and MessageListener consu

(skywalking-goapi) branch main updated: Adding eBPF Access log data transmit for satellite (#75)

2024-01-18 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-goapi.git The following commit(s) were added to refs/heads/main by this push: new a7fa70c Adding eBPF Access log data tran

Re: [PR] Adding eBPF Access log data transmit for satellite [skywalking-goapi]

2024-01-18 Thread via GitHub
wu-sheng merged PR #75: URL: https://github.com/apache/skywalking-goapi/pull/75 -- 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] Can I get the real time cost of redisson? [skywalking]

2024-01-18 Thread via GitHub
wu-sheng closed issue #11798: Can I get the real time cost of redisson? URL: https://github.com/apache/skywalking/issues/11798 -- 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. T

[I] Can I get the real time cost of redisson? [skywalking]

2024-01-18 Thread via GitHub
24kpure opened a new issue, #11798: URL: https://github.com/apache/skywalking/issues/11798 ### 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

[PR] Adding eBPF Access log data transmit for satellite [skywalking-goapi]

2024-01-18 Thread via GitHub
mrproliu opened a new pull request, #75: URL: https://github.com/apache/skywalking-goapi/pull/75 (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 unsubscribe

Re: [PR] Add dashboards for Service/Instance Hierarchy. [skywalking]

2024-01-18 Thread via GitHub
wu-sheng commented on code in PR #11797: URL: https://github.com/apache/skywalking/pull/11797#discussion_r1457063612 ## oap-server/server-starter/src/main/resources/ui-initialized-templates/k8s_service/k8s-service-pod.json: ## @@ -1636,8 +1636,36 @@ "layer": "K8S_SERVICE"