disk.device.*.rate measurements are lacking in pipeline

Bug #1415719 reported by Wenyan Zhang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ceilometer
Invalid
Undecided
Unassigned

Bug Description

Disk.device.*.rate measurements are lacking by libvirt hypervisor, the same as disk.read.bytes.rate measurement.
But the different is we could get the disk.read.bytes.rate measurement from pipeline.
We shoule also add configurations of disk.device.*.rate measurements into pipeline.yaml. And I have tested the configutation is effective.

This bug is related to the bug:
https://bugs.launchpad.net/ceilometer/+bug/1393328

- name: disk_device_sink
      transformers:
          - name: "rate_of_change"
            parameters:
                source:
                    map_from:
                        name: "disk.device\\.(read|write)\\.(bytes|requests)"
                        unit: "(B|request)"
                target:
                    map_to:
                        name: "disk.device.\\1.\\2.rate"
                        unit: "\\1/s"
                    type: "gauge"
      publishers:
          - notifier://

Revision history for this message
ZhiQiang Fan (aji-zqfan) wrote :
Changed in ceilometer:
status: New → Incomplete
Revision history for this message
Wenyan Zhang (zhang-wenyan3) wrote :

Thanks for your comment. This change would solve the problem.

ZhiQiang Fan (aji-zqfan)
Changed in ceilometer:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.