I was able to resolve this issue by adding the following configuration line (by default, disable_non_metric_meters is set to True, and most of the Neutron meters are of type non-metric) in /etc/ceilometer/ceilometer.conf and restarting all ceilometer services.. Hope this helps others...
[notification] disable_non_metric_meters = false Thanks Srikanth -----Original Message----- From: Srikanth Vavilapalli [mailto:[email protected]] Sent: Wednesday, July 29, 2015 2:25 PM To: [email protected] Subject: [openstack-dev] [Ceilometer] Unable to get the neutron network related meters in ceilometer Hi I have manually installed latest ceilometer service in my devstack (master branch) cluster with MongoDB as backend. I have configured all the ceilometer services (notification, central, collector, api services on controller node and ceilometer-agent-compute on compute nodes) as per the installation guide. Also I have enabled "nova", "glance", "cinder" and "neutron" to send notifications to oslo messaging queue by modifying the corresponding .conf file. When I run "ceilometer meter-list" command, I can see only the meters from compute, glance and cinder, but not from "neutron" service. Could any of provide me any pointers on how I can troubleshoot this issue? Plz let me know if you need any info from my setup.. Thanks Srikanth __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
