nanovms / ops

ops - build and run nanos unikernels

Home Page:https://ops.city

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory metric not showing for instance on digital ocean

hnord-vdx opened this issue · comments

I am wondering why CPU, disk i/o and bandwidth is shown but there is no memory consumption metric. Is this a limitation of nanosvm?

no, it's not a limitation - it's the fact that we need to have a custom klib export the metrics out cause that's not something the host can see itself (normally) - we have similar functionality for aws/gcp but not do yet

nanovms/nanos#2007 implements an agent running in the Nanos kernel which exports memory consumption metrics to the DigitalOcean monitoring server, so that instance memory usage data is displayed in the graphs of the DigitalOcean droplet control panel.