Unable to collect network metrics inside Windows Container on Windows Server 2016 Data Center

Hi! I am using Windows Server Containers hosted on Window Server 2016 Data Center.
And seems like perf counter related to Network Interface is missing

PS C:\> typeperf "\Network Interface(*)\Bytes Received/sec"
Error: No valid counters.

but in other way the same command in Docker Desktop for Windows return results.

You can also find different details posted on github https://github.com/influxdata/telegraf/issues/5357.