Monitoring NUMA with metricbeats

Hello ever one,
All operation systems has a new feature named NUMA which provide opportunity to join some CPU cores in a group, I want to monitor processors performance by each NUMA in my servers, however I could not find any parameters in MetricBeats to send them to my ElasticSearch Server,
Thanks

Our next release will support metrics from/proc/buddyinfo and other sources broken down by node, which can be used to monitor NUMA behavior.

Thanks for your response