The hscloud monitoring solution is two-tiered:
All agent-tier agents send metrics to all global instances.
.--------. .--------. '. | global | | global | > - global tier '--------' '--------' .' (contains 'global instances') | '---. .---' | | X | | .---' '---. | | | | | .--------------. .--------------------. '. | cluster | | hswaw-proxy | | | k0.hswaw.net | | waw.hackerspace.pl | > - agent tier '--------------' '--------------------' .' (contains 'agents')
Cluster agents are responsible from collecting Kubernetes cluster metrics. They run a prometheus server that scrapes kubelet/cadvisor/... metrics and send them off to global instances.
Global agents run Victoria Metrics, ingest metrics from all agents, and perform long-term storage. In the future they will also run Grafana and AlertManager.