-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Issue
Follow up of this slack discussion
Unlike CPU, memory and disk, there is no metric available with information about network (how much data is being sent/received by the container).
Context
Silk release allows to limit the amount of network bandwidth an application can use from the host (diego-cell) but there is no way to monitor if some applications are reaching the limit and being throttled or not.
Regardless of the limit being in place or not, I think knowing how much bandwidth is used by each application is useful and should be part of the already existing container metrics.
Steps to Reproduce
Look at data available in ContainerMetric
Expected result / Possible Fix
I would expect to see information about the network. Either a counter of sent / received bytes or an average bandwidth usage for the last period.
There was an implementation of the first option on the Garden API but was abandoned due to the swith to cf-networking (see slack)