[PR] feat(pulsar): add new menu for pulsar monitoring [skywalking-booster-ui]

2023-10-21 Thread via GitHub
liangyepianzhou opened a new pull request, #329: URL: https://github.com/apache/skywalking-booster-ui/pull/329 (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.

Re: [PR] feat(pulsar): add new menu for pulsar monitoring [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng merged PR #329: URL: https://github.com/apache/skywalking-booster-ui/pull/329 -- 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

[skywalking-booster-ui] branch main updated: feat(pulsar): add new menu for pulsar monitoring (#329)

2023-10-21 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-booster-ui.git The following commit(s) were added to refs/heads/main by this push: new f88c8a97 feat(pulsar): add new menu

[PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai opened a new pull request, #625: URL: https://github.com/apache/skywalking-java/pull/625 ### Add an agent plugin to support - [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

[PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
peachisai opened a new pull request, #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330 ![image](https://github.com/apache/skywalking-booster-ui/assets/96932958/1005ac48-97a9-4451-98f4-218fd70f771a) -- This is an automated message from the Apache Git Service. To respo

[PR] Add a component ID for Netty [skywalking]

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

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773729672 Before any review, I think we need a clearance from you, what is netty plugin. Netty is a widely used TCP level framework. So in theory, there isn't a general solution to fit it

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773734175 > Before any review, I think we need a clearance from you, what is netty plugin. Netty is a widely used TCP level framework. So in theory, there isn't a general solution to fit it

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773734535 Then you should be clear for all relative codes and docs. This is only netty-http -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773735370 > Then you should be clear for all relative codes and docs. This is only netty-http ok i will change those -- This is an automated message from the Apache Git Service. To

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773749688 This should be netty-http. -- 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 th

Re: [PR] Add a component ID for Netty [skywalking]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #11442: URL: https://github.com/apache/skywalking/pull/11442#discussion_r1367709102 ## oap-server/server-starter/src/main/resources/component-libraries.yml: ## @@ -502,6 +502,9 @@ Aerospike: Nacos: id: 150 languages: Java +Netty: Review C

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
peachisai commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773767419 > This should be netty-http. Is it okay for all the Netty traces to use the same icon? Or should it be renamed to "netty-http"? -- This is an automated message fro

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773775248 > > This should be netty-http. > > Is it okay for all the Netty traces to use the same icon? Or should it be renamed to "netty-http"? It follows the ID you add

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773775466 And the file name should be all in upper case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367722749 ## apm-protocol/apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java: ## @@ -242,4 +242,6 @@ public class Components

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367722811 ## docs/en/setup/service-agent/java-agent/Supported-list.md: ## @@ -25,6 +25,7 @@ metrics based on the tracing data. * [Jersey REST framework](https://github.

[skywalking] branch master updated: Add a component ID for Netty (#11442)

2023-10-21 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 fac8309e13 Add a component ID for Netty (#1

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367722956 ## test/plugin/scenarios/netty-http-4.1.x-scenario/support-version.list: ## @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

Re: [PR] Add a component ID for Netty [skywalking]

2023-10-21 Thread via GitHub
wu-sheng merged PR #11442: URL: https://github.com/apache/skywalking/pull/11442 -- 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 a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773781904 > And the file name should be all in upper case. You missed this, and please compress the icon. 26k is too large. We are expecting the size < 5k. -- This is an auto

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773784815 The plugin name is not consistent with the doc. CI fails ``` --- /home/runner/work/skywalking-java/skywalking-java/tools/plugin/md-javaagent-plugin-list.txt 2023-10-

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773790912 You forget the renaming. :P -- 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: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367731363 ## test/plugin/scenarios/netty-http-4.1.x-scenario/support-version.list: ## @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367732401 ## test/plugin/scenarios/netty-http-4.1.x-scenario/support-version.list: ## @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367732424 ## apm-protocol/apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java: ## @@ -242,4 +242,6 @@ public class Component

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
peachisai commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773799525 > You forget the renaming. :P Okay -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
peachisai commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773799396 > You forget the renaming. :P Okay -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367734754 ## test/plugin/scenarios/netty-http-4.1.x-scenario/support-version.list: ## @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on code in PR #625: URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367735476 ## docs/en/setup/service-agent/java-agent/Supported-list.md: ## @@ -25,6 +25,7 @@ metrics based on the tracing data. * [Jersey REST framework](https://github

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773802727 Could you double-check locally? Is `-` going to be removed automatically and request the `NETTYHTTP.png` by the UI? -- This is an automated message from the Apache Git Ser

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773803917 I didn't check the failed test cases. I feel as many other frameworks are using netty, you newly added a plugin for it could change the expected tracing data(spans or something).

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
peachisai commented on PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330#issuecomment-1773815110 > Could you double-check locally? Is `-` going to be removed automatically and request the `NETTYHTTP.png` by the UI? ![image](https://github.com/apache/skywalking-b

Re: [PR] add a netty icon [skywalking-booster-ui]

2023-10-21 Thread via GitHub
wu-sheng merged PR #330: URL: https://github.com/apache/skywalking-booster-ui/pull/330 -- 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

[skywalking-booster-ui] branch main updated: add a netty icon (#330)

2023-10-21 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-booster-ui.git The following commit(s) were added to refs/heads/main by this push: new 6fb4f074 add a netty icon (#330) 6fb

Re: [PR] Feature pulsar monitoring [skywalking]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #11339: URL: https://github.com/apache/skywalking/pull/11339#discussion_r1367746835 ## oap-server/server-starter/src/main/resources/otel-rules/pulsar/pulsar-broker.yaml: ## @@ -34,66 +34,14 @@ metricPrefix: meter_pulsar_broker # Metrics Rules

Re: [PR] Feature pulsar monitoring [skywalking]

2023-10-21 Thread via GitHub
liangyepianzhou commented on code in PR #11339: URL: https://github.com/apache/skywalking/pull/11339#discussion_r1367747599 ## oap-server/server-starter/src/main/resources/otel-rules/pulsar/pulsar-broker.yaml: ## @@ -34,66 +34,14 @@ metricPrefix: meter_pulsar_broker # Metrics

Re: [PR] Feature pulsar monitoring [skywalking]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #11339: URL: https://github.com/apache/skywalking/pull/11339#discussion_r1367748629 ## oap-server/server-starter/src/main/resources/otel-rules/pulsar/pulsar-broker.yaml: ## @@ -34,66 +34,14 @@ metricPrefix: meter_pulsar_broker # Metrics Rules

Re: [PR] Feature pulsar monitoring [skywalking]

2023-10-21 Thread via GitHub
liangyepianzhou commented on code in PR #11339: URL: https://github.com/apache/skywalking/pull/11339#discussion_r1367827685 ## oap-server/server-starter/src/main/resources/otel-rules/pulsar/pulsar-broker.yaml: ## @@ -34,66 +34,14 @@ metricPrefix: meter_pulsar_broker # Metrics

Re: [PR] Feature pulsar monitoring [skywalking]

2023-10-21 Thread via GitHub
liangyepianzhou commented on code in PR #11339: URL: https://github.com/apache/skywalking/pull/11339#discussion_r1367827685 ## oap-server/server-starter/src/main/resources/otel-rules/pulsar/pulsar-broker.yaml: ## @@ -34,66 +34,14 @@ metricPrefix: meter_pulsar_broker # Metrics

Re: [PR] Feature pulsar monitoring [skywalking]

2023-10-21 Thread via GitHub
wu-sheng commented on code in PR #11339: URL: https://github.com/apache/skywalking/pull/11339#discussion_r1367828163 ## oap-server/server-starter/src/main/resources/otel-rules/pulsar/pulsar-broker.yaml: ## @@ -34,66 +34,14 @@ metricPrefix: meter_pulsar_broker # Metrics Rules

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
peachisai commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773981277 > I didn't check the failed test cases. I feel as many other frameworks are using netty, you newly added a plugin for it could change the expected tracing data(spans or something)

Re: [PR] Add a netty-4.1.x plugin to trace http [skywalking-java]

2023-10-21 Thread via GitHub
wu-sheng commented on PR #625: URL: https://github.com/apache/skywalking-java/pull/625#issuecomment-1773981541 Take your time. We are not in urgent. -- 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 t