[Bug 1760430] Re: add cinder to ceilometer polling.yaml

Corey Bryant corey.bryant at canonical.com
Tue Apr 10 18:09:44 UTC 2018


Hi Tobias,

Thanks for reporting this. I think this should be fixed upstream first,
as the package just installs upstream's etc/ceilometer/polling.yaml to
/etc/ceilometer/polling.yaml.

Thanks,
Corey

** Also affects: ceilometer
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ceilometer in Ubuntu.
https://bugs.launchpad.net/bugs/1760430

Title:
  add cinder to ceilometer polling.yaml

Status in Ceilometer:
  New
Status in ceilometer package in Ubuntu:
  New

Bug description:
  As of [1] you no longer need the cinder-volume-usage-audit script (I
  guess unless you want to) but ceilometer can poll cinder api to get
  all info.

  The /etc/ceilometer/polling.yaml should add the three volume pollings
  volume.size, volume.snapshot.size and volume.backup.size, ceilometer
  should handle if cinder is available or not by itself.

  Not included in Queens UCA, should be added there and onward atleast.

  ---
  sources:
      - name: some_pollsters
        interval: 300
        meters:
          - cpu
          - cpu_l3_cache
          - memory.usage
          - network.incoming.bytes
          - network.incoming.packets
          - network.outgoing.bytes
          - network.outgoing.packets
          - disk.device.read.bytes
          - disk.device.read.requests
          - disk.device.write.bytes
          - disk.device.write.requests
          - volume.size
          - volume.snapshot.size
          - volume.backup.size
          - hardware.cpu.util
          - hardware.memory.used
          - hardware.memory.total
          - hardware.memory.buffer
          - hardware.memory.cached
          - hardware.memory.swap.avail
          - hardware.memory.swap.total
          - hardware.system_stats.io.outgoing.blocks
          - hardware.system_stats.io.incoming.blocks
          - hardware.network.ip.incoming.datagrams
          - hardware.network.ip.outgoing.datagrams

  
  [1] https://review.openstack.org/#/c/388584/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1760430/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list