What will telemetry and monitoring tools show if I lunch in (2 options)
Will they show cpu\memory and etc usage of container only or of host system?
What are best practise? Monitoring software in each container or in host system?
The results should be exactly the same, because Docker containers are sharing their resources (unlike virtual machines).