Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi! As my app grows, I’d like to set up proper observability. Specifically, I’d like to expose some Prometheus metrics from my app running on the App platform accessible at /metrics endpoint.
I’d like to collect these metrics from all of my containers.
I’d like to run Prometheus in a droplet (but it’s not a MUST).
Is something like that possible? I didn’t find any way how to connect from a droplet to all of the containers in the app platform. I don’t mind much that the droplets and APP platform cannot share the same network as I’ll protect the /metrics with Basic Auth.
Basically, any solution that could get my metrics from /metrics from all the containers to a Prometheus would be fine.
Segun Saka-Aiyedun