oncall icon indicating copy to clipboard operation
oncall copied to clipboard

Alert loads slow in the web when the payload is too big (has too many nested objects)

Open iskhakov opened this issue 2 years ago • 0 comments

This bug occurred on our test cluster when uploaded a huge alert the alert with an extremely large payload (json with a huge number nested objects). Template renderer traverses over this data for too long. This is an artificial situation and should happen with normal alerts. Let's consider adding some limit for the alert payload size (i.e. 10000 fields)

iskhakov avatar Jul 21 '22 11:07 iskhakov