How to Push Apps to Cloud Foundry With a Sidecar to Stream Metrics to Prometheus

Introduction Retrieving application metrics is usually not difficult. Simply implement a metrics endpoint and let Prometheus, for example, query that endpoint. But why is it the problem when you deploy an application on Cloud Foundry? If you deploy your application to a platform like Cloud Foundry, you will eventually run into problems. Most likely the… Read more »