-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default sampling rule with 0 rate keeps matching traces #396
Comments
As suggested by the the other thread aws/aws-xray-daemon#163 comments, adding a custom sampling with reservoir and rate 0 did not solve the issue. I keep getting samples in X-Ray that are triggered by the health check: Sampling rule that would ignore other traces: This is the high priority sampling rule that should capture valid traces: |
With
I'll search again the App Runner documentation and try to see what's wrong. Full stack trace:
|
Hi @epomatti, it seems you use |
I don't want the Default sampling rule to apply to unmatched rules. I'm setting it to 0.
I want it to be zero because I want to catch only specific hosts and paths with a custom sampling rule that I will created (this is primarily to avoid health checks). The rest I want to discard.
However, even if I leave only the default rule with with 0, without any other rule, it keeps matching all of the health checks.
Am I doing something wrong? Application is running on App Runner.
This is the runtime stage of my Dockerfile:
This is the application boot log:
The text was updated successfully, but these errors were encountered: