Skip to content
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

Limit the health checks sent to Sentry #2724

Open
harshad16 opened this issue Jan 12, 2023 · 1 comment
Open

Limit the health checks sent to Sentry #2724

harshad16 opened this issue Jan 12, 2023 · 1 comment
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.

Comments

@harshad16
Copy link
Member

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

  • Limit the transactions based on health checks.

Describe alternatives you've considered

  • None

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 harshad16 added 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. labels Jan 12, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Planning Board Jan 17, 2023
@harshad16
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant