Relative Content

Tag Archive for javaamazon-web-servicesquarkusaws-xray

Restrict AWS X-ray trace logging for /health check in Quarkus Java

Requirement is to disable health checks for /health in Quarkus framework. I have tried to configure manually using sampling settings in AWS account and it did not work. I also added following code as well which did not pick up and saw errors while compile. Any help is appreciated. Want to know if any coding is needed or config is fine. I am working on this one first time.

Coding – Restrict AWS X-ray trace logging for /health check in Quarkus Java

Requirement is to disable health checks for /health in Quarkus framework. I have tried to configure manually using sampling settings in AWS account and it did not work. I also added following code as well which did not pick up and saw errors while compile. Any help is appreciated. Want to know if any coding is needed or config is fine. I am working on this one first time. Thanks

Coding AWS X-ray trace for disabling for health check in Quarkus Java

Requirement is to disable health checks for /health in Quarkus framework. I have tried to configure manually using sampling settings in AWS account and it did not work. I also added following code as well which did not pick up and saw errors while compile. Any help is appreciated. Want to know if any coding is needed or config is fine. I am working on this one first time. Thanks