Limit the health checks sent to Sentry #2724
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/devsecops
Categorizes an issue or PR as relevant to SIG DevSecOps.
Is your feature request related to a problem? Please describe.
As our project thoth component sends transactions to sentry for alerts, we are sending a lot of health check data.
we use user-API health check to keep in check our user-facing system User-api.
However this alerting can be caught by Prometheus metrics as well, It is suggested to limit these actions from being sent to the sentry.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
http health check request is being sent to Sentry https://sentry.io/organizations/red-hat-it/performance/?landingDisplay=all&project=1298083&query=&sort=-tpm&statsPeriod=7d, api_readiness and metrics seem to be the big consumers as well as the prometheus_metrics.
The text was updated successfully, but these errors were encountered: