You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might try to resolve this myself, but events right now aren't fingerprinted at all which means every node's unique error becomes a unique issue in Sentry, but what you really want is that every unique type of error is a unique issue (and every pod experiencing that error bubbles up to the same issue).
There's a few approaches to this, but the current sentry-kubernetes does this fairly well.
The text was updated successfully, but these errors were encountered:
Also realizing this ticket is not correct - you are setting a fingerprint, but I would advise removing the node name from it. That would achieve what I'm looking for, and you'll find it makes Sentry a lot more powerful.
It, for example, allows you to create a breakdown of all nodes experiment out of memory issues.
Might try to resolve this myself, but events right now aren't fingerprinted at all which means every node's unique error becomes a unique issue in Sentry, but what you really want is that every unique type of error is a unique issue (and every pod experiencing that error bubbles up to the same issue).
There's a few approaches to this, but the current sentry-kubernetes does this fairly well.
The text was updated successfully, but these errors were encountered: