Logging runtime metrics

I’m using the https://docs.docker.com/engine/admin/logging/awslogs/ on a remote machine and it’s working great. Well, until I found about the tag command that basically sets a unique stream name.

However I need to get extra information like the network and disk usage. Is there a way to get https://docs.docker.com/engine/admin/runmetrics/ aka docker stats to by logged to?

Many thanks!