flâneur — a map of the web's best reading

System Design — Design a Monitoring System | by Y Tech | Medium

gongybable.medium.com · 274 words · saved by 1 readers

This post will discuss the details of designing a monitoring system, which is asked in many interviews.

Member-only story System Design — Design a Monitoring System Y Tech 5 min read · Feb 24, 2022 -- 5 Listen Share This post will discuss the details of designing a monitoring system, which is asked in many interviews. How to Collect Metrics — Pull or Push There are two models to collect data, push and pull. In monitoring system, I would always go with pull model, and the reason is as below: Scalability Concern. Our infrastructure will keep growing, and we many have hundreds or thousands of services in the coming years. And our service usage, user base will grow too. If we go with the push model,

Explore this link on the map →

related reading