DEV Community

Discussion on: How Prometheus Monitoring works 🔥 Prometheus Architecture explained

Collapse
 
sepyrt profile image
Dimitris R

Thank you for the video!

Another use case for requiring a push rather than a pull might be when you have multiple servers that are only available within a local network, and not necessarily connected to each other, and can't expose any endpoints.
It's actually an issue I'm trying to address and this video was very helpful since I haven't looked into prometheus before. I was wondering if in such cases will using the pushgateway component be ok or are there any better approaches when you absolutely need to push the metrics?