thoth-station / thoth-application

Thoth-Station ArgoCD Applications
GNU General Public License v3.0
12 stars 22 forks source link

Limit the health checks sent to Sentry #2724

Open harshad16 opened 1 year ago

harshad16 commented 1 year ago

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.

harshad16 commented 1 year ago

Exploring the events could be helpful in limiting these: Example: Events in sentry