Ingensi / dockbeat

Dockbeat - the elastic Beat for docker daemon monitoring
Other
286 stars 70 forks source link

Network type output. #97

Closed solomkinmv closed 8 years ago

solomkinmv commented 8 years ago

Can't find information about network type in a container (like bridge or host). Is there any support for this function?

erwanncloarec commented 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.

marminthibaut commented 8 years ago

:+1: @erwanncloarec

We should develop a new beat called dockereventbeat :)

erwanncloarec commented 8 years ago

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