Re: [I] [Bug] SkyWalking Java Agent 9.2 Docker image missing in the hub [skywalking]

2024-05-31 Thread via GitHub


wu-sheng closed issue #12282: [Bug] SkyWalking Java Agent 9.2 Docker image 
missing in the hub
URL: https://github.com/apache/skywalking/issues/12282


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent 9.2 Docker image missing in the hub [skywalking]

2024-05-31 Thread via GitHub


wu-sheng commented on issue #12282:
URL: https://github.com/apache/skywalking/issues/12282#issuecomment-2142119817

   I have pushed all images for Java agent 9.2.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 specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-05-25 Thread via GitHub


githubcheng2978 commented on issue #12250:
URL: https://github.com/apache/skywalking/issues/12250#issuecomment-2131154198

   
   i delete code: agentBuilder = agentBuilder.with(new 
AgentBuilder.InjectionStrategy.UsingUnsafe.OfFactory(factory));
   
   it works will 
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-05-25 Thread via GitHub


wu-sheng closed issue #12250: [Bug] 
URL: https://github.com/apache/skywalking/issues/12250


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-05-25 Thread via GitHub


wu-sheng commented on issue #12250:
URL: https://github.com/apache/skywalking/issues/12250#issuecomment-2131153864

   Ask taobao. It is not our codes, not our responsibility.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking did not work with elasitcsearch 8.13+ [skywalking]

2024-05-15 Thread via GitHub


wu-sheng closed issue #12224: [Bug] skywalking did not work with elasitcsearch 
8.13+
URL: https://github.com/apache/skywalking/issues/12224


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking did not work with elasitcsearch 8.13+ [skywalking]

2024-05-15 Thread via GitHub


kezhenxu94 commented on issue #12224:
URL: https://github.com/apache/skywalking/issues/12224#issuecomment-2112088716

   @ldcsaa can you share how OAP failed? Looks like all tests passed in 
https://github.com/apache/skywalking/pull/12227


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking 10 did not provides "/skywalking/bin/swctl", then can not check health [skywalking]

2024-05-14 Thread via GitHub


ldcsaa commented on issue #12223:
URL: https://github.com/apache/skywalking/issues/12223#issuecomment-2109972062

   > We just check for port available. You could determine whether to check 
more.
   
   OK:
   ```
   test: ["CMD", "curl", "-s", "http://127.0.0.1:12800;]
   ```


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking did not work with elasitcsearch 8.13+ [skywalking]

2024-05-14 Thread via GitHub


wu-sheng commented on issue #12224:
URL: https://github.com/apache/skywalking/issues/12224#issuecomment-2109821834

   I think we don't test for that. @kezhenxu94 right?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking 10 did not provides "/skywalking/bin/swctl", then can not check health [skywalking]

2024-05-14 Thread via GitHub


ldcsaa commented on issue #12223:
URL: https://github.com/apache/skywalking/issues/12223#issuecomment-2109777883

   > Yes, we don't provide this in the image anymore. Are you using the old 
compose file?
   
   I will start `skywalking-ui` after  skywalking OAP server started succ. So I 
need to check skywalking health, these is my code:
   
   ```
 skywalking:
   depends_on:
 elasticsearch:
   condition: service_healthy
   container_name: "skywalking"
   healthcheck:
 test: ["CMD", "/skywalking/bin/swctl", "health"]
 interval: 30s
 timeout: 10s
 retries: 5
 start_period: 90s
   environment:
 - "SW_TELEMETRY=prometheus"
 - "SW_OTEL_RECEIVER=default"
 - "SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES=oap"
 - "SW_HEALTH_CHECKER=default"
 - "SW_HEALTH_CHECKER_INTERVAL_SECONDS=30"
 - "SW_CORE_GRPC_PORT=11800"
 - "SW_TELEMETRY_PROMETHEUS_PORT=1234"
 - "SW_STORAGE=elasticsearch"
 - "SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200"
 - "SW_CORE_REST_PORT=12800"
 - "JAVA_OPTS=-Xms256m -Xmx512m"
   image: 
"registry.cn-hangzhou.aliyuncs.com/jessma/apache-skywalking:10.0.0"
   networks:
 - "soa-net"
   ports:
 - "11800:11800/tcp"
 - "1234:1234/tcp"
 - "12800:12800/tcp"
   volumes:
 - 
"./apache-skywalking/config/alarm-settings.yml:/skywalking/config/alarm-settings.yml"
 - 
"./apache-skywalking/config/application.yml:/skywalking/config/application.yml"
   working_dir: "/skywalking"
   
 skywalking-ui:
   depends_on:
 skywalking:
   condition: service_healthy
   container_name: "skywalking-ui"
   environment:
 - "SW_SERVER_PORT=8080"
 - "SW_OAP_ADDRESS=http://skywalking:12800;
 - "SW_TIMEOUT=1"
 - "JAVA_OPTS=-Xms128m -Xmx256m"
   image: 
"registry.cn-hangzhou.aliyuncs.com/jessma/apache-skywalking-ui:10.0.0"
   networks:
 - "soa-net"
   ports:
 - "8787:8080/tcp"
   volumes:
 - 
"./apache-skywalking-ui/webapp/application.yml:/skywalking/webapp/application.yml"
   
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking 10 did not provides "/skywalking/bin/swctl", then can not check health [skywalking]

2024-05-14 Thread via GitHub


wu-sheng closed issue #12223: [Bug] skywalking 10 did not provides 
"/skywalking/bin/swctl", then can not check health
URL: https://github.com/apache/skywalking/issues/12223


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking 10 did not provides "/skywalking/bin/swctl", then can not check health [skywalking]

2024-05-14 Thread via GitHub


wu-sheng commented on issue #12223:
URL: https://github.com/apache/skywalking/issues/12223#issuecomment-2109770754

   Yes, we don't provide this in the image anymore.
   Are you using the old compose file?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB. [skywalking]

2024-05-13 Thread via GitHub


dashanji closed issue #12040: [Bug] SkyWalking Operator helm does not yet 
include the CRD for BanyanDB.
URL: https://github.com/apache/skywalking/issues/12040


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB. [skywalking]

2024-05-13 Thread via GitHub


dashanji commented on issue #12040:
URL: https://github.com/apache/skywalking/issues/12040#issuecomment-2107693144

   Fix in https://github.com/apache/skywalking-helm/pull/146


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB. [skywalking]

2024-05-13 Thread via GitHub


wu-sheng commented on issue #12040:
URL: https://github.com/apache/skywalking/issues/12040#issuecomment-2107585227

   @ButterBright How about this one?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-java maven build problem [skywalking]

2024-05-13 Thread via GitHub


JoeCqupt closed issue #12218: [Bug] skywalking-java maven build problem 
URL: https://github.com/apache/skywalking/issues/12218


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-skywalking-helm-oap not started(keep restarting) [skywalking]

2024-04-29 Thread via GitHub


wu-sheng closed issue #12172: [Bug]  skywalking-skywalking-helm-oap  not 
started(keep restarting)
URL: https://github.com/apache/skywalking/issues/12172


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-04-24 Thread via GitHub


OrezzerO commented on issue #12157:
URL: https://github.com/apache/skywalking/issues/12157#issuecomment-2074441206

   Move to discussion :https://github.com/apache/skywalking/discussions/12158 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-04-24 Thread via GitHub


wu-sheng commented on issue #12157:
URL: https://github.com/apache/skywalking/issues/12157#issuecomment-2074418334

   No title, and this should be a discussion.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-04-24 Thread via GitHub


wu-sheng closed issue #12157: [Bug] 
URL: https://github.com/apache/skywalking/issues/12157


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking agent failed to start if using kafka protocol with sasl_mechanism=PLAIN. [skywalking]

2024-04-18 Thread via GitHub


wu-sheng commented on issue #12131:
URL: https://github.com/apache/skywalking/issues/12131#issuecomment-2063847458

   Please send a pull request when you are ready.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB. [skywalking]

2024-04-09 Thread via GitHub


junit commented on issue #12040:
URL: https://github.com/apache/skywalking/issues/12040#issuecomment-2044752105

   Have you solved it?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


wu-sheng commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2044182596

   > 
   > 
   > > 
   > 
   > > This doesn't make sense as this is a "skywalking" showcase, we don't 
bother to make it work without skywalking
   > 
   > 
   > 
   > 
   > 
   > Sorry, my expression was not very clear. 
   > 
   > My meaning is, some people (including myself) may want to import data into 
an external OAP, rather than using a single-node.
   
   That is not showcase. We don't need to consider that.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


yswdqz commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2044181523

   
   > 
   > This doesn't make sense as this is a "skywalking" showcase, we don't 
bother to make it work without skywalking
   
   
   Sorry, my expression was not very clear. 
   My meaning is, some people (including myself) may want to import data into 
an external OAP, rather than using a single-node.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


kezhenxu94 commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2042719467

   > > Can you elaborate? OAP is required to be up and running for those 
components that need to talk to OAP, in your
   > > screenshot, the vm exporter needs to send data to OAP so it needs to 
wait for OAP's readiness
   > 
   > Maybe we just need VM-monitor feature, and I just want run with "make 
deploy.docker FEATURE_FLAGS=vm"(not FEATURE_FLAGS=vm,single-node)
   
   This doesn't make sense as this is a "skywalking" showcase, we don't bother 
to make it work without skywalking


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


yswdqz commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2042009921

   > Can you elaborate? OAP is required to be up and running for those 
components that need to talk to OAP, in your 
   > screenshot, the vm exporter needs to send data to OAP so it needs to wait 
for OAP's readiness
   
   Maybe we just need VM-monitor feature, and I just want run with "make 
deploy.docker FEATURE_FLAGS=vm"(not  FEATURE_FLAGS=vm,single-node)


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


yswdqz commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2042004975

   Yes, but I might not have much time recently. I'll submit the PR over the 
weekend.
   
   
   
   
   
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


kezhenxu94 commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2041994460

   > 1. rocketmq-feature seems incorrect:
   > 
   > https://private-user-images.githubusercontent.com/74546965/320372769-453f26fe-2486-4fa0-92f3-efe43e21599d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI1NTkyNTksIm5iZiI6MTcxMjU1ODk1OSwicGF0aCI6Ii83NDU0Njk2NS8zMjAzNzI3NjktNDUzZjI2ZmUtMjQ4Ni00ZmEwLTkyZjMtZWZlNDNlMjE1OTlkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDA4VDA2NDkxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVjM2IzOWJjNmFhZWUyYWRlN2E4YTJlZmM1YmQ0NDU0MGQ2OTE4NGRhMjk4Y2I3NzQxMzQwNzJhMTg0MjdlM2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.lquFeeCdN7A5JyD69XwqxEIW-BC6ZnF-uNx7Ukeo_Oc;>
 I believe that a feature should utilize a common OAP(such as single-node) 
instead of spinning up a new one. Additionally, there are issues
  with the configuration of this OAP.
   
   Nice catch! I think we can fix this by simply removing the OAP section in 
this docker compose file.
   
   > 2. whether we need to expose this port?
   > 
   > https://private-user-images.githubusercontent.com/74546965/320374139-9090f8f7-aeda-4b8e-9cec-87f22c302de3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI1NTkyNTksIm5iZiI6MTcxMjU1ODk1OSwicGF0aCI6Ii83NDU0Njk2NS8zMjAzNzQxMzktOTA5MGY4ZjctYWVkYS00YjhlLTljZWMtODdmMjJjMzAyZGUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDA4VDA2NDkxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwN2FjYjNhNDkxOGJkM2RiMjQ0ZmU5MjEyOThiM2M3NDg1ZmQ2NjdkZDYzYThmYjFjNWU3ZDE4ZTM0OWEyZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.L4B8mNfInUIeT3AXJJJAjXCPflqEzUvEVw4sTdEBDvM;>
   
   This is not mandatory as we have a loadgen to trigger traffic, however, if 
users want to manually trigger traffic, they can open this port in their 
browser.
   
   > 3. oap dependency
   > 
   > https://private-user-images.githubusercontent.com/74546965/320374564-974c244e-d217-434f-b9f0-bf8a3b1c5915.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI1NTkyNTksIm5iZiI6MTcxMjU1ODk1OSwicGF0aCI6Ii83NDU0Njk2NS8zMjAzNzQ1NjQtOTc0YzI0NGUtZDIxNy00MzRmLWI5ZjAtYmY4YTNiMWM1OTE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDA4VDA2NDkxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyYmM5YjMxODliMDdlZWMwNjFiNmYwZDFkYzU4YmZmNTRjZGQwNjAyZGNlY2MzY2E1ZjIyMTc0OTk0OWEzN2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.sMEVeL07fpF7ged9QCTAQbV84xJDdtCoQwBFioGvtwI;>
 Some feature depend on oap. However, in some cases, we only need these 
services and do not require the built-in OAP.
   
   Can you elaborate? OAP is required to be up and running for those components 
that need to talk to OAP, in your screenshot, the vm exporter needs to send 
data to OAP so it needs to wait for OAP's readiness.
   
   > and also, some config files use oap as host: https://private-user-images.githubusercontent.com/74546965/320376116-8cd4c623-9394-482b-8755-3ddbc130c116.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI1NTkyNTksIm5iZiI6MTcxMjU1ODk1OSwicGF0aCI6Ii83NDU0Njk2NS8zMjAzNzYxMTYtOGNkNGM2MjMtOTM5NC00ODJiLTg3NTUtM2RkYmMxMzBjMTE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDA4VDA2NDkxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY4MDM2NzY0N2JjMzc5ODkxNTE1YWNjMGNmYjI2NmMxYjRhZDM2OWM4YTY5NDlkYjhjMmEyZjhjZTZmOWIyMjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.WsRYZXCM1anjGoGiBEoJNxbksBO11I3hEqhWz3KnZcI;>
 so we can't easily edit Makefile to change oap address. 
   
   Good catch, this can be replace with the env var `BACKEND_SERVICE`.
   
   Will you file a pull request @yswdqz ?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-showcase docker deployment has some incorrect parts [skywalking]

2024-04-08 Thread via GitHub


wu-sheng commented on issue #12077:
URL: https://github.com/apache/skywalking/issues/12077#issuecomment-2041975023

   @kezhenxu94 Could you guide @yswdqz about this? We may need to polish 
showcase.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-backend-js :: i use "mongoose": "^8.2.2", got error: Error installing plugin mongodb * /usr/src/app/node_modules/skywalking-backend-js/lib/core/PluginInstaller.js [skywalking]

2024-03-28 Thread via GitHub


kezhenxu94 closed issue #12038: [Bug] skywalking-backend-js :: i use 
"mongoose": "^8.2.2", got error: Error installing plugin mongodb * 
/usr/src/app/node_modules/skywalking-backend-js/lib/core/PluginInstaller.js
URL: https://github.com/apache/skywalking/issues/12038


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-backend-js :: i use "mongoose": "^8.2.2", got error: Error installing plugin mongodb * /usr/src/app/node_modules/skywalking-backend-js/lib/core/PluginInstaller.js [skywalking]

2024-03-28 Thread via GitHub


kezhenxu94 commented on issue #12038:
URL: https://github.com/apache/skywalking/issues/12038#issuecomment-2026550121

   ```
   {
   message: 'Error installing plugin mongodb *',
   level: 'error',
   file: 
'/usr/src/app/node_modules/skywalking-backend-js/lib/core/PluginInstaller.js'
   }
   ```
   
   Failing to install `mongodb` plugin is harmless because you are using 
mongoose, and I can still get access to MongoDB via mongoose, please check your 
code whether works without skywalking.
   
   
   I can successfully manipulate the MongoDB server with mongoose even the 
error occurs.
   
   # Start MongoDB Server
   
   ```shell
   docker run -it --rm -p 27017:27017 mongo:6
   ```
   
   # Start SkyWalking OAP
   
   ```shell
   docker run --name oap -p 11800:11800 apache/skywalking-oap-server:9.7.0
   ```
   
   # Create npm project
   
   ```shell
   mkdir repro && cd repro
   cat < package.json
   {
 "name": "mongo",
 "version": "1.0.0",
 "description": "",
 "main": "index.js",
 "scripts": {
   "dev": "node index.js"
 },
 "author": "",
 "license": "ISC",
 "dependencies": {
   "mongoose": "^8.2.4",
   "skywalking-backend-js": "^0.7.0"
 }
   }
   EOF
   
   cat < index.js
   const { default: agent } = require('skywalking-backend-js');
   const mongoose = require('mongoose');
   
   agent.start();
   
   main().catch(err => console.log(err));
   
   async function main() {
 await mongoose.connect('mongodb://127.0.0.1:27017/test');
   
 const kittySchema = new mongoose.Schema({
 name: String
   });
   
 const Cat = mongoose.model('Cat', { name: String });
   
 const kitty = new Cat({ name: 'Zildjian' });
 kitty.save().then(() => console.log('meow'));
   }
   EOF
   ```
   
   
   # Run the app
   
   ```shell
   yarn run dev
   ```
   
   And you'll see `meow` is printed, if you query the mongodb server directly 
`db.cats.find()`, you'll see the record is saved into mongodb.
   
   If you want to report further issue, please, provide detailed reproducible 
steps like what you see above.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]Skywalking-ui:9.1.0 white screen [skywalking]

2024-03-28 Thread via GitHub


viccP commented on issue #9330:
URL: https://github.com/apache/skywalking/issues/9330#issuecomment-2024704789

   > ```
   > environment:
   >   TZ: Asia/Shanghai
   >   SW_OAP_ADDRESS: http://skywalking-oap:12800
   > ```
   > 
   > I add the `http//` prefix finally make it
   
   it's work,I just try


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB. [skywalking]

2024-03-19 Thread via GitHub


wu-sheng commented on issue #12040:
URL: https://github.com/apache/skywalking/issues/12040#issuecomment-2006072909

   This is addressed helm needs a new release and align with swck latest 
updates, e.g. CRD.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB. [skywalking]

2024-03-19 Thread via GitHub


wu-sheng commented on issue #12040:
URL: https://github.com/apache/skywalking/issues/12040#issuecomment-2005842770

   We need to check whether this is a SWCK issue or helm repo or banyandb helm 
repository.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-02-29 Thread via GitHub


wu-sheng commented on issue #11965:
URL: https://github.com/apache/skywalking/issues/11965#issuecomment-1972690415

   8.15 is a very old thing. And if you have plugin issues to discuss, open a 
discussion rather than an issue.
   SkyWalking maintainer is not keeping eyes on all plugins. It is impossible


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-02-29 Thread via GitHub


wu-sheng closed issue #11965: [Bug] 
URL: https://github.com/apache/skywalking/issues/11965


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


wu-sheng closed issue #11932: [Bug] skywalking-go sdk panic
URL: https://github.com/apache/skywalking/issues/11932


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


wu-sheng commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963809762

   Convert to the discussion as it is not the official way to work. 
   Reach Alicloud as they suggest you to do so.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


wu-sheng commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963806792

   Then why asking us? We don't pormise this works.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


Donghui0 commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963804236

   > Why to open telemetry rather than OAP?
   > 
   > #11916
   > 
   > That collector is not recommended to use.
   
   This component is not used. The overall architecture is based on 
opentelmetry. It looks like:
   
![image](https://github.com/apache/skywalking/assets/7134928/934438ba-2dae-41d8-8ef9-fd97084db6ba)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


wu-sheng commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963791055

   Why to open telemetry rather than OAP? 
   
   https://github.com/apache/skywalking/discussions/11916
   
   That collector is not recommended to use.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


Donghui0 commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963783988

   > Could you help to adding a demo in there? It looks like a gRPC/protobuf 
error.
   
   GRPC Server is an Opentelmetry skywalking receiver.
   opentelementry:  0.90
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


mrproliu commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963737043

   Could you help to adding a demo in there? It looks like a gRPC/protobuf 
error. 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go sdk panic [skywalking]

2024-02-26 Thread via GitHub


wu-sheng commented on issue #11932:
URL: https://github.com/apache/skywalking/issues/11932#issuecomment-1963720644

   I am not sure this stack is enough to tell what is the 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 go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent randomly occupies some ports during runtime. [skywalking]

2024-02-04 Thread via GitHub


kamyuk commented on issue #11868:
URL: https://github.com/apache/skywalking/issues/11868#issuecomment-1926089447

   > This is by design on the gRPC side, you may can force using a source port 
but that is in general a limited usecase, since grpc already picks a random 
unused port. You normally just need to make sure you bind other specific ports 
in advance.
   
   Thanks!


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent randomly occupies some ports during runtime. [skywalking]

2024-02-04 Thread via GitHub


Superskyyy commented on issue #11868:
URL: https://github.com/apache/skywalking/issues/11868#issuecomment-1925894743

   This is by design on the gRPC side, you may can force using a source port 
but that is in general a limited usecase, since grpc already picks a random 
unused port. You normally just need to make sure you bind other specific ports 
in advance.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent randomly occupies some ports during runtime. [skywalking]

2024-02-03 Thread via GitHub


wu-sheng closed issue #11868: [Bug] skywalking agent randomly occupies some 
ports during runtime.
URL: https://github.com/apache/skywalking/issues/11868


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent randomly occupies some ports during runtime. [skywalking]

2024-02-03 Thread via GitHub


wu-sheng commented on issue #11868:
URL: https://github.com/apache/skywalking/issues/11868#issuecomment-1925569584

   Any outbound rpc will use a random port. That is how rpc works.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-29 Thread via GitHub


wu-sheng closed issue #11841: [Bug] 
URL: https://github.com/apache/skywalking/issues/11841


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-29 Thread via GitHub


wu-sheng commented on issue #11841:
URL: https://github.com/apache/skywalking/issues/11841#issuecomment-1914235187

   If there is not a branch that matches the tag, it will be shown by this. 
That is a known problem of GitHub. You don't need to worry about that.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-27 Thread via GitHub


wu-sheng closed issue #11836: [Bug] 
URL: https://github.com/apache/skywalking/issues/11836


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-27 Thread via GitHub


wu-sheng commented on issue #11836:
URL: https://github.com/apache/skywalking/issues/11836#issuecomment-1913127142

   English only on GitHub. 
   Once you changed the codes, you are on your own.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-23 Thread via GitHub


wu-sheng closed issue #11820: [Bug] 
URL: https://github.com/apache/skywalking/issues/11820


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-21 Thread via GitHub


lujiajing1126 commented on issue #11205:
URL: https://github.com/apache/skywalking/issues/11205#issuecomment-1902871724

   The issue is you have to enable the optional plugin 
"apm-spring-webflux-5.x-plugin"
   
   If you check the test case, 
https://github.com/apache/skywalking-java/blob/main/test/plugin/scenarios/webflux-scenario/configuration.yml#L22,
 the optional plugin have been enabled.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-20 Thread via GitHub


BothSavage commented on issue #11205:
URL: https://github.com/apache/skywalking/issues/11205#issuecomment-1902224582

   > ### 询问前先搜索
   > * [x] 
[我在问题](https://github.com/apache/skywalking/issues?q=is%3Aissue)中搜索过,没有发现类似的问题。
   > 
   > ### Apache SkyWalking 组件
   > Java 代理 (apache/skywalking-java)
   > 
   > ### 发生了什么
   > 我使用sky waling 8.16,我想跟踪webflux并获取traceId,但是报告nullpointException。 
我的应用程序是webflux应用程序,并且没有使用springmvc,也不是spring cloud gateway应用程序。 1、我使用pom依赖项 
1.apm-toolkit-trace 2.apm-toolkit-logback-1.x 3.apm-toolkit-webflux 2、我使用 
spring-boot-starter-webflux 3.1.2 、spring-webflux 5.3.18。 比我用的 `String traceId 
= WebFluxSkyWalkingOperators.continueTracing(exchange, TraceContext::traceId);` 
但是traceId是N/A,日志是 `ERROR 2023-08-10 14:28:14.504 reactor-http-nio-2 
StaticMethodsInter : class[class 
org.apache.skywalking.apm.toolkit.webflux.WebFluxSkyWalkingOperators] after 
static method[continueTracing] intercept failure:null 
java.lang.NullPointerException at 
org.apache.skywalking.apm.agent.core.context.ContextManager.stopSpan(ContextManager.java:194)
 at 
org.apache.skywalking.apm.toolkit.activation.webflux.WebFluxSkyWalkingOperatorsInterceptor.afterMethod(WebFluxSkyWalkingO
 peratorsInterceptor.java:60) at 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsInter.intercept(StaticMethodsInter.java:94)
 at 
org.apache.skywalking.apm.toolkit.webflux.WebFluxSkyWalkingOperators.continueTracing(WebFluxSkyWalkingOperators.java)
 at com.zo.auth.webflux.filter.TraceFilter.filter(TraceFilter.java:79) at 
org.springframework.web.server.handler.DefaultWebFilterChain.invokeFilter(DefaultWebFilterChain.java:127)
 at 
org.springframework.web.server.handler.DefaultWebFilterChain.lambda$filter$0(DefaultWebFilterChain.java:121)`
   > 
   > ### 您期望发生什么
   > 我如何获取webflux中的traceId,我的配置错误。应该说在我的应用程序mybatis中traceid可以跟踪到日志。
   > 
   > ### 如何重现
   > 你能告诉我我能做什么吗?非常感谢!
   > 
   > ### 还要别的吗
   > _没有反应_
   > 
   > ### 你愿意提交PR吗?
   > * [ ] 是的,我愿意提交 PR!
   > 
   > ### 行为守则
   > * [x] 我同意遵守该项目的[行为准则](https://www.apache.org/foundation/policies/conduct)
   
   https://bothsavage.github.io/article/240121-skywaking


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2024-01-14 Thread via GitHub


wangxingzhen closed issue #11769: [Bug] 
URL: https://github.com/apache/skywalking/issues/11769


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go enhance method reports error [skywalking]

2024-01-09 Thread via GitHub


wu-sheng closed issue #11739: [Bug] skywalking-go enhance method reports error
URL: https://github.com/apache/skywalking/issues/11739


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go 无法增强返回自定义类型的方法 [skywalking]

2024-01-08 Thread via GitHub


wu-sheng closed issue #11738: [Bug] skywalking-go 无法增强返回自定义类型的方法
URL: https://github.com/apache/skywalking/issues/11738


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-go 无法增强返回自定义类型的方法 [skywalking]

2024-01-08 Thread via GitHub


wu-sheng commented on issue #11738:
URL: https://github.com/apache/skywalking/issues/11738#issuecomment-1882349847

   Please submit an issue in English. 
   If you need Chinese discussion, please go to Slack CN Channel.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-22 Thread via GitHub


wu-sheng closed issue #11651: [Bug] SkyWalking Java Agent failed to work with 
Arthas in some cases
URL: https://github.com/apache/skywalking/issues/11651


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-22 Thread via GitHub


wu-sheng commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867507853

   That is why your codes could be traced and monitored.
   Your codes are changed by the agent.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-22 Thread via GitHub


wangkang4 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867478079

   > > > > Hello, does skywalking support arthas' retransform command? After 
the configuration of agent.is_cache_enhanced_class and agent.class_cache_mode 
is enabled, the redefine command is successfully executed, but the retransform 
command fails. Using the jad command, you found that skywalking added 
properties and methods to the class.
   > > > 
   > > > 
   > > > IIRC, IS_CACHE_ENHANCED_CLASS flag has been removed since SkyWalking 
Agent 9.0
   > > 
   > > 
   > > How to modify skywalking javaagent to support arthas hot load class 
command, is there a case code?
   > 
   > As you may notice in 
[apache/skywalking-java#659](https://github.com/apache/skywalking-java/pull/659),
 we are still working on this topic. I suppose after that PR, we may stabilize 
this feature.
   > 
   > Feel free to test [this 
PR](https://github.com/apache/skywalking-java/pull/659) for your use cases. 
Feedback is welcome.
   
   为什么使用skywalking的javaagent会生成很多带有$的类?使用arthas的trace命令查看调用链,发现执行的都是那些生成的代理类.
   
![WechatIMG328](https://github.com/apache/skywalking/assets/52090273/9da8e7f5-2fe8-474a-9254-1c1684e459bc)
   
   
![WechatIMG326](https://github.com/apache/skywalking/assets/52090273/badeabd7-837b-41b7-82e8-3c23bbe69811)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


wangkang4 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867201628

   Is arthas' redefine and retransform commands not currently supported for 
modifying the target class? Because skywalking's javaagent adds a few new 
methods to the target class.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


lujiajing1126 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867181760

   > > > Hello, does skywalking support arthas' retransform command? After the 
configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is 
enabled, the redefine command is successfully executed, but the retransform 
command fails. Using the jad command, you found that skywalking added 
properties and methods to the class.
   > > 
   > > 
   > > IIRC, IS_CACHE_ENHANCED_CLASS flag has been removed since SkyWalking 
Agent 9.0
   > 
   > How to modify skywalking javaagent to support arthas hot load class 
command, is there a case code?
   
   As you may notice in https://github.com/apache/skywalking-java/pull/659, we 
are still working on this topic. I suppose after that PR, we may stabilize this 
feature.
   
   Feel free to test [this 
PR](https://github.com/apache/skywalking-java/pull/659) for your use cases. 
Feedback is welcome.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


wangkang4 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867171301

   > > Hello, does skywalking support arthas' retransform command? After the 
configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is 
enabled, the redefine command is successfully executed, but the retransform 
command fails. Using the jad command, you found that skywalking added 
properties and methods to the class.
   > 
   > IIRC, IS_CACHE_ENHANCED_CLASS flag has been removed since SkyWalking Agent 
9.0
   
   How to modify skywalking javaagent to support arthas hot load class command, 
is there a case code?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


wangkang4 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867168028

   arthas' hot-load class file commands, such as redefine and retransform, are 
not currently supported by the services monitored by skywalking, right?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


lujiajing1126 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867152384

   > Hello, does skywalking support arthas' retransform command? After the 
configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is 
enabled, the redefine command is successfully executed, but the retransform 
command fails. Using the jad command, you found that skywalking added 
properties and methods to the class.
   
   IIRC, IS_CACHE_ENHANCED_CLASS flag has been removed since SkyWalking Agent 
9.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 specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


wu-sheng commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867143098

   We don't support it officially. As you can see on 
https://github.com/apache/skywalking/issues/11651, someone may have an interest 
in doing as best as they can. You could try that PR version.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub


wangkang4 commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867128804

   Hello, does skywalking support arthas' retransform command? After the 
configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is 
enabled, the redefine command is successfully executed, but the retransform 
command fails. Using the jad command, you found that skywalking added 
properties and methods to the class.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking 不支持Ignite [skywalking]

2023-12-19 Thread via GitHub


wu-sheng commented on issue #11679:
URL: https://github.com/apache/skywalking/issues/11679#issuecomment-1863881280

   We don't declare we support Ignite. And also, we don't debug plugins because 
they are from hundreds of people globally. If there is a cast issue, try to 
debug on your own.
   
   Also, we don't support discussions in Chinese on Github. If you have 
troubles in English discussion, please choose Slack CN channel.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking 不支持Ignite [skywalking]

2023-12-19 Thread via GitHub


wu-sheng closed issue #11679: [Bug] SkyWalking 不支持Ignite
URL: https://github.com/apache/skywalking/issues/11679


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-19 Thread via GitHub


wu-sheng commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1862314209

   follow https://github.com/apache/skywalking/issues/11651


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-19 Thread via GitHub


wu-sheng closed issue #11675: [Bug] skywalking agent 
URL: https://github.com/apache/skywalking/issues/11675


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking agent [skywalking]

2023-12-19 Thread via GitHub


wu-sheng commented on issue #11675:
URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1862313280

   duplicated reported.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-17 Thread via GitHub


Fine0830 commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1859161225

   If the `enableSPA` is true in the register method, it's essential to use 
`setPerformance` to monitor performance metrics. This won't affect tracing and 
logging functionalities.
   
   Regarding `autoTracePerf`, it doesn't directly relate to enabling SPA 
(`enableSPA`). It depends on whether performance metrics need to be monitored 
automatically.
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-17 Thread via GitHub


marcanpilami commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1859134702

   If I may, if you follow these guidelines you will encounter the issue I'm 
talking about. Part 1 "Enable SPA automatic parsing" actually only reports 
traces, not metrics nor errors. This is were I would add the mention I'm 
proposing above. (and I would also add it to the parameter table).


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-17 Thread via GitHub


Fine0830 commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1859122994

   Here is the guideline about the SPA scene. 
https://github.com/apache/skywalking-client-js?tab=readme-ov-file#spa-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 the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-16 Thread via GitHub


wu-sheng commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858988624

   > It may also be interesting to say in the doc why it is disabled by default 
in SPAs - for this I have no idea.
   
   @Fine0830 Could you confirm this when you have time?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-16 Thread via GitHub


marcanpilami commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858909055

   Thanks. However it may not be needed. If I manually add a call to 
`ClientMonitor.performance(ClientMonitor.customOptions);` just after 
`ClientMonitor.register(...)` it works. It seems `autoTracePerf` is willigly 
ignored when `enableSPA` is `true`. 
   
   I believe it is worth adding a line to the documentation like "using 
enableSPA will disable automatic performance monitoring, call manually 
ClientMonitor.performance is you wish to re-enable it". (it would be a shame 
for users to miss this, as there is explicit support for SPAs inside 
ClientMonitor.performance so they should be encouraged to activate it). It may 
also be interesting to say in the doc why it is disabled by default in SPAs - 
for this I have no idea.
   
   Beside this doc enhancement, I think this issue may be closed. Thanks a lot 
for your help!


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-16 Thread via GitHub


wu-sheng commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858846993

   If you could provide a reproducible demo, @Fine0830 may be able to have a 
look.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-16 Thread via GitHub


marcanpilami commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858832202

   Just to be sure I have changed my configuratin not to use FMP and with 
`autoTracePerf` explictely to true, no changes.
   
   ```js
   ClientMonitor.register({
   collector: window.APP_APIM_URL,
   service: window.APP_APIM_PROJECT_NAME,
   pagePath: '/app',
   serviceVersion: 'v1.0.0',
   useFmp: false,
   autoTracePerf: true,
   enableSPA: true,
   noTraceOrigins: [],
   customTags: [],
   traceTimeInterval: 1000,
   });
   ```
   
   Actually it seems that metrics collection is disabled in SPA mode:
   
   ```ts
   if (!this.customOptions.enableSPA) {
 this.performance(this.customOptions);
   }
   ```
   
   (from monitor.ts)


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-16 Thread via GitHub


marcanpilami commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858828480

   The metrics do not seem to be sent. (when i look inside the browser dev tool 
network pane, there are only calls to `v3/segments`). This may be related to 
the fact I'm using a React SPA. I have left `autoTracePerf` unset, so default 
value `true` should apply. 


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] skywalking-client-js data is not present inside skywalking-ui browser dashboards [skywalking]

2023-12-16 Thread via GitHub


wu-sheng commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858823406

   Besides traces, the metrics should be reported as well, which should be able 
to create browser layer service.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-13 Thread via GitHub


kylixs commented on issue #11651:
URL: https://github.com/apache/skywalking/issues/11651#issuecomment-1855331287

   OK, let me have a look.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-13 Thread via GitHub


xzyJavaX commented on issue #11651:
URL: https://github.com/apache/skywalking/issues/11651#issuecomment-1855060292

   @kylixs https://github.com/xzyJavaX/dynamic-redefine-test. With java agent 
9.1.0 to start, then start Arthas. Then
   `watch redis.clients.jedis.Jedis get -x 1`
   `watch org.apache.kafka.clients.producer.KafkaProducer send -x 1`


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-13 Thread via GitHub


lujiajing1126 commented on issue #11651:
URL: https://github.com/apache/skywalking/issues/11651#issuecomment-1853667666

   cc @xzyJavaX would help prepare demos


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-13 Thread via GitHub


kylixs commented on issue #11651:
URL: https://github.com/apache/skywalking/issues/11651#issuecomment-1853657652

   @lujiajing1126 Can you provide a demo to reproduction problem? Better put it 
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 the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-13 Thread via GitHub


wu-sheng commented on issue #11651:
URL: https://github.com/apache/skywalking/issues/11651#issuecomment-1853583829

   Is this some issue of Arthas? As the new auxiliary class, it is not 
available for Arthas


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] SkyWalking Java Agent failed to work with Arthas in some cases [skywalking]

2023-12-13 Thread via GitHub


lujiajing1126 commented on issue #11651:
URL: https://github.com/apache/skywalking/issues/11651#issuecomment-1853583378

   @kylixs Any idea?
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-12-05 Thread via GitHub


XTUxiongda commented on issue #11602:
URL: https://github.com/apache/skywalking/issues/11602#issuecomment-1842204135

   > > Same answer like 3 years ago. We can't afford to test for every use 
cases of plugin. You need to debug first.
   > 
   > I was fixed it in our project to override NettyRoutingFilterInterceptor. 
Just want to feedback to commuity.
   
   the span created in 
org.apache.skywalking.apm.plugin.spring.cloud.gateway.v3x.NettyRoutingFilterInterceptor
 is closed in 
org.apache.skywalking.apm.plugin.spring.cloud.gateway.v3x.HttpClientFinalizerSendInterceptor。how
 you fixed it?


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-12-05 Thread via GitHub


Fine0830 commented on issue #11630:
URL: https://github.com/apache/skywalking/issues/11630#issuecomment-1842041928

   Uhh, it can be reproduced by viewing span related logs.
   
   
https://github.com/apache/skywalking/assets/20871783/e2290be9-d54c-4552-8ae8-ce2bc55809e0
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-12-05 Thread via GitHub


wu-sheng closed issue #11630: [Bug]
URL: https://github.com/apache/skywalking/issues/11630


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-12-05 Thread via GitHub


wu-sheng commented on issue #11630:
URL: https://github.com/apache/skywalking/issues/11630#issuecomment-1842029239

   If you changed the source codes, you are on your own.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-12-05 Thread via GitHub


Fine0830 commented on issue #11630:
URL: https://github.com/apache/skywalking/issues/11630#issuecomment-1842012833

   I don't reproduce this and It works on my side.
   
   
https://github.com/apache/skywalking/assets/20871783/354a1433-8d7f-44fa-8ff8-8669a35e7c71
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-12-05 Thread via GitHub


zywayh commented on issue #11630:
URL: https://github.com/apache/skywalking/issues/11630#issuecomment-1842009358

   version 9.7.0-066457b


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-11-27 Thread via GitHub


wu-sheng commented on issue #11602:
URL: https://github.com/apache/skywalking/issues/11602#issuecomment-1829102920

   Then you don't need a duplicate issue, Submit a pull request with verified 
tests. 
   Very appreciated.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-11-27 Thread via GitHub


GuoHaoZai commented on issue #11602:
URL: https://github.com/apache/skywalking/issues/11602#issuecomment-1829065599

   > Same answer like 3 years ago. We can't afford to test for every use cases 
of plugin. You need to debug first.
   
   I was fixed it in our project to override NettyRoutingFilterInterceptor. 
Just want to feedback to commuity.
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-11-27 Thread via GitHub


GuoHaoZai commented on issue #11602:
URL: https://github.com/apache/skywalking/issues/11602#issuecomment-1829063966

   I was fixed it in our project to override `NettyRoutingFilterInterceptor`. 
Just want to feedback to commuity.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-11-27 Thread via GitHub


wu-sheng commented on issue #11602:
URL: https://github.com/apache/skywalking/issues/11602#issuecomment-1828956697

   Same answer like 3 years ago.
   We can't afford to test for every use cases of plugin.
   You need to debug first.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug] [skywalking]

2023-11-27 Thread via GitHub


wu-sheng closed issue #11602: [Bug] 
URL: https://github.com/apache/skywalking/issues/11602


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   >