Hello,

I enabled host compute node metrics collection in Ceilometer by setting
'compute_monitors = ComputeDriverCPUMonitor' in my nova.conf. However, the
meters related to compute node never show up when I do a meter-list.

I dug through the code and found out that nova-compute publishes the
relevant host metrics on oslo as "compute.metrics.update" events but it is
never picked up by the Ceilometer collector. I logged all incoming messages
in ConsumerBase class consume() function and saw none of the messages from
nova-compute.

Am I missing something here with regards to my logging or the status of the
compute node metrics collection implementation in Ceilometer?

I'm using OpenStack 2014.1 (Icehouse) and Qpid for AMQP. Any help will be
much appreciated.

Thanks,
Mukil
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to