Hi All,
We enabled Dynatrace application monitoring on an AWS EKS auto mode cluster. The monitoring is working fine, but we are missing node metrics such as disk usage, CPU utilization, etc.
I've noticed that running a container on the node, we can find some node metrics such as the disk capacity and usage.
kubectl run -i --tty busybox --image=busybox
df -h
Is there a solution from Dynatrace that would allow us to collect the Bottlerocket node metrics without developing a custom solution?
Kr,
Florent