Introduction


When you hear "monitoring tool," Prometheus is likely the first thing that comes to mind.
While it is as ubiquitous as air in the Kubernetes world, can you explain in detail how data flows inside it and how it is stored on disk?


"Why does the server fetch data (Pull) instead of the agents sending it (Push)?"
"How does it write...