You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/11/24 12:07:27 UTC

[GitHub] [skywalking] azydbly opened a new issue, #10022: [Bug] The latest version is 8.13.0. The filtering endpoint configuration does not take effect

azydbly opened a new issue, #10022:
URL: https://github.com/apache/skywalking/issues/10022

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   Java Agent (apache/skywalking-java)
   
   ### What happened
   
   SkyWalking APM version 9.2.0 and Java Agent version 8.13.0 are used to filter endpoints that do not need to be monitored.  The configuration succeeds but does not take effect.
   
   ### What you expected to happen
   
   Hope to fix this problem
   
   ### How to reproduce
   
   When SkyWalking APM and Java Agent download the latest version and filter the spingboot Admin health endpoint, the endpoint information is still visible on the UI page
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@skywalking.apache.org.apache.org

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


[GitHub] [skywalking] wu-sheng closed issue #10022: [Bug] The latest version is 8.13.0. The filtering endpoint configuration does not take effect

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #10022: [Bug] The latest version is 8.13.0. The filtering endpoint configuration does not take effect
URL: https://github.com/apache/skywalking/issues/10022


-- 
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-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] BertOnline commented on issue #10022: [Bug] The latest version is 8.13.0. The filtering endpoint configuration does not take effect

Posted by GitBox <gi...@apache.org>.
BertOnline commented on issue #10022:
URL: https://github.com/apache/skywalking/issues/10022#issuecomment-1340954665

   I probably know what you mean. Refer to the following configuration. Add apm-trace-ignore-plugin.config in your agent dir.
   ![image](https://user-images.githubusercontent.com/17882970/206188672-9797d95e-89de-4701-96db-e60ae645533e.png)
   ```yml
   trace.ignore_path=${SW_AGENT_TRACE_IGNORE_PATH:*/health}
   ```


-- 
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-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #10022: [Bug] The latest version is 8.13.0. The filtering endpoint configuration does not take effect

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #10022:
URL: https://github.com/apache/skywalking/issues/10022#issuecomment-1326407036

   If you only say something is not working, there is nothing we can do. 


-- 
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-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] azydbly commented on issue #10022: [Bug] The latest version is 8.13.0. The filtering endpoint configuration does not take effect

Posted by GitBox <gi...@apache.org>.
azydbly commented on issue #10022:
URL: https://github.com/apache/skywalking/issues/10022#issuecomment-1327128431

   > If you only say something is not working, there is nothing we can do.
   
   这不是bug吗,按照官网文档中配置过滤端点不进行监控, 不生效。


-- 
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-unsubscribe@skywalking.apache.org

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