For the goal of getting Cloud Foundry to GA we need to add integration tests. The best option in the case is to use CFDev to bring up a development Cloud Foundry cluster. This will bring enough up to allow apps to be deployed and for filebeat and metricbeat to connect to loggregator.
Checks can be added to ensure that:
- Container metrics are being retrieved
- Application logs are being retrieved
- Router logs are being retrieved
To verify that router logs are being retrieved an application would need to be deployed and some traffic generated to ensure that proper router logs are being retrieved.
For the goal of getting Cloud Foundry to GA we need to add integration tests. The best option in the case is to use CFDev to bring up a development Cloud Foundry cluster. This will bring enough up to allow apps to be deployed and for filebeat and metricbeat to connect to loggregator.
Checks can be added to ensure that:
To verify that router logs are being retrieved an application would need to be deployed and some traffic generated to ensure that proper router logs are being retrieved.