Closed solomkinmv closed 8 years ago
Dockerbeat aims to pull containers metrics, not their metadata. The problem here is we would have to pull every metrics like volumes, links, and many things if we would implement that. Those metadata are not changing with time, so it wouldn't be effective to pull that every X seconds.
@marminthibaut and I already talked about a new Beat that would pull all the changes of a Docker engine, like a run of a container. That Beat could pull all that metadata, because it would only happen once.
:+1: @erwanncloarec
We should develop a new beat called dockereventbeat
:)
More like eventdockerbeat because of trademark issues
Le mer. 30 mars 2016 12:07, Thibaut Marmin notifications@github.com a écrit :
[image: :+1:] @erwanncloarec https://github.com/erwanncloarec
We should develop a new beat called dockereventbeat :)
— You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub https://github.com/Ingensi/dockerbeat/issues/97#issuecomment-203362755
Can't find information about network type in a container (like
bridge
orhost
). Is there any support for this function?