No container network metrics for images without a shell
JVecsei1 opened this issue · 1 comments
JVecsei1 commented
Description
There are no container network metrics emitted for containers running docker images without a shell (e.g. distroless).
PR to fix this issue: #421.
Steps to reproduce
- Enable container network metrics.
- Run an app with a distroless docker image.
cf push my-app --docker-image <some distroless image>
- Fetch network metrics via cf tail.
cf tail --name-filter="bytes" my-app
- No metrics will be printed.
- Guardian release version:
v1.40.0