I just setup metricbeat using the docker module and noticed that docker.memory.usage.pct
seemed off by a factor of 100. However, docker.cpu.total.pct
is accurate. The docker fields docs don't mention the memory percentage scale being from 0-1. The [https://github.com/Ingensi/dockbeat/blob/develop/docs/fields.asciidoc#exported-fields-memory](http://dockbeat docs) do mention this though.
I propose at the very least updating the docs. It might even be better to change docker.memory.usage.pct
to an actual percentage.
Thoughts?