Where are the network metrics per container

Hi,

i’m trying to find metrics about docker specific network traffic. Do i have to configure something special?
I’ve only see this:

image

1 Like

Hey,

@mamema the Netdata Agent should show the networking for each container automatically. Can you share a screenshot with all the charts of a particular container?

Thanks!

@OdysLam is correct, it should just work.

@mamema

  • how did you install netdata? is it running inside a container or directly on the host?
  • keep in mind that it is impossible to get a container network traffic data if you use host network driver (default is bridge). In that case the container uses the host networking stack directly.
  • check the dashboard Neworking Interfaces section, are there any veth* interfaces?