I have a server running several docker containers. I wanted to know about network usage of individual and some specific docker containers. I wad able to get entire traffic using below api
http://<server-ip>:19999/api/v1/data?chart=net.docker0&after=-60&before=0&points=1&group=median>ime=0&format=json&options=seconds&options=jsonwrap
I goes through documentations and didn't find anything helpfull.