[openstack-dev] [Ceilometer] use stevedore to upload event format

li.yuanzhen at zte.com.cn li.yuanzhen at zte.com.cn
Mon Sep 5 07:38:49 UTC 2016


Hi Ceilometer,
    How about modify Ceilometer to use stevedore to 
          upload the event format?


    Now when Ceilometer handles the conversion of 
        Notifications from openstack systems into 
        Ceilometer Events, the structure of event 
        format is constant.
    
     But in some scenario, the consumer hope the
        received events conform to an unified format,
        such as ves[1], which is different with the 
        current event format.
     So how about use stevedore to upload the event
        format of Ceilometer,
    such as:
        [ceilometer.event.format]
        common = ceilometer.event.format:CommonEvent
         ves = ceilometer.event.format:VESEvent        
    In this case, user can develop his/her event-format 
        plugin, and replace with it by adding a config in
        ceilometer.conf file:
        [default]
         event_format=ves
    
[1]: https://wiki.opnfv.org/display/ves

 BRs,
Liyuanzhen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160905/421a3c5b/attachment.html>


More information about the OpenStack-dev mailing list