Docker memory and cpu metrics for windows 2019

Using metricbeat with Docker module on windows server 2019, unable to get any memory and cpu with all values 0. For memory metricset I get an error No memory stats data available

There are issues and topics about this in forum and in GitHub issues but no one responds to them, not sure whats happening.

- module: docker
  metricsets:
    - "container"
    - "cpu"
    - "diskio"
    - "event"
    - "healthcheck"
    - "info"
    - "image"
    - "memory"
    - "network"
  hosts: ["npipe:////./pipe/docker_engine"]
  period: 10s
  enabled: true

Any help would be much appreciated