How to retrieve the port statistics from ceilometer and the ODL lithium driver
Hi
I have installed OpenStack (Liberty version) on my machine and configured ml2 plugin as an Open daylight controller (Lithium distribution snapshot). I have added the below meters in the /etc/ceilometer/pipeline.yaml file and restart the ceilometer-acentral service. a) switch.port.transmit.bytes b) switch.port.receive.bytes c) switch.port.transmit.packets d) switch.port.receive.packets"
Driver code available in the ceilometer/network/statistics/opendaylight directory is working for all the versions of ODLs(like ithium, beryllium etc).
I am using the "http://localhost:8080/controller/nb/v2/statistics/default/flow" url to fetch the port statistics from the odl and throwing erorr 404.
Please provide some guidances to fetch the port statistics from the ODL lithium distribution.