Untitled

mail@pastecode.io avatar
unknown
plain_text
10 months ago
323 B
2
Indexable
Never
Design an alerting service
Key points :
It is receiving traffic from 1 million pods.
This traffic is logs messages from pods.
Traffic has Timestamp, pod name, log message, log level.
Now you alerting module needs to raise an alert within 15 sec when
Error or fatal raises more than threshold X for one pod in 2 hours.
Leave a Comment