-
Notifications
You must be signed in to change notification settings - Fork 566
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
Error reporting: deduplicate by bot name #4359
Comments
@vitorguidi @alhijazi any thoughts here? |
It does not seem like we have that flexibility, knobs for deduplication are not exposed to the end user in GCP (ref). It takes exception and stacktrace info into account when grouping. I opened a YAQS for the GCP logging folks, to see if there is anything we can explore and is not evident in the documentation. |
How about we put something on the bots to alleviate the problem of a bot polluting errors. Some options:
|
This issue has not had any activity for 60 days and will be automatically closed in two weeks |
Sometimes, a single machine can cause an error to bubble up to the top of our error reporting dashboard.
e.g. https://pantheon.corp.google.com/errors/detail/CNTsq_Sb7qfXSw;locations=global?e=-13802955&inv=1&invt=Abf8Rw&mods=logs_tg_prod&project=clusterfuzz-external happens 100k+ times a day, but it's all from a single bot having clock skew issues.
We should investigate if there is a way to reduce noise here by deduplicating error reporting entries by machine / origin.
The text was updated successfully, but these errors were encountered: