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
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to