With metrics-server deployed, I was able to deploy an application to KubeCF and view metrics. I used a simple test app (https://github.com/nwmac/cf-metrics-test) for testing - this consumes CPU, Disk and Memory, increasing over time.
Disk metrics are broken - despite writing 10MB files as part of the test app, the Disk Usage only ever reported 64Kb usag
Steps to reproduce
Deploy the above app on an Eirini deployment. Inspect reported disk usage with cf app NAME.
What was expected to happen
Disk usage to be increasing over time
What actually happened
It doesn't
Suggested fix (optional)
Additional information (optional)
Originally reported by @nwmac on a different channel.
Description
With metrics-server deployed, I was able to deploy an application to KubeCF and view metrics. I used a simple test app (https://github.com/nwmac/cf-metrics-test) for testing - this consumes CPU, Disk and Memory, increasing over time.
Disk metrics are broken - despite writing 10MB files as part of the test app, the Disk Usage only ever reported 64Kb usag
Steps to reproduce
Deploy the above app on an Eirini deployment. Inspect reported disk usage with
cf app NAME
.What was expected to happen
Disk usage to be increasing over time
What actually happened
It doesn't
Suggested fix (optional)
Additional information (optional)
Originally reported by @nwmac on a different channel.