Ingensi / dockbeat

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

Export labels for all type of event #103

Closed marminthibaut closed 8 years ago

marminthibaut commented 8 years ago

This PR adds labels for all dockerbeat stats.

In addition, label format changes. It is now an array of object rather than a map (easier to manage with elasticsearch).

This PR is related to the #101 reported by @hlepesant