Jump to: navigation, search

NewCeilometerAgent

Revision as of 13:29, 29 January 2013 by SandyWalsh (talk)

New Ceilometer Agent

I'd like to propose a new simpler agent for use with Ceilometer. One based on the StackTach model.

The existing agent uses a hodge-podge of custom notification drivers, custom hypervidoe

The replacement strategy would consist of the following:

  1. Support KVM under the same monitoring mechanism as Xen (already supported in Nova at the Virt layer)
  2. Ensure the existing Usage mechanism works with KVM.
  3. Develop the new worker in parallel to the existing CM Agent. Nothing would be changed to the existing strategy.
  4. Once we have 100% feature coverage of the existing agent we can talk about dropping the old one.
  5. Initial deployment would assume:
    • the existing stacktach logging and configuration mechanism
    • RabbitMQ support only
  6. Subsequent deployments would:
    • Replace the logging/config information with Oslo
    • Make the AMQP mechanism driver-based and/or update Oslo to support notification-style events

A walkthrough of how the existing StackTach worker is built can be seen here: http://www.youtube.com/watch?v=thaZcHuJXhM

Push-back

Some of the arguments we've heard about going with a fully notification-based mechanism are:

  • Unreliability of the periodic_task mechanism in the services.
    • Proposal: find and fix these delays
  • Not all services support notifications (i.e. Swift)
    • Proposal: work with those openstack teams to get proper notification support
  • Notification not suitable for high-speed monitoring.
    • Proposal: Agreed. Create a new UDP-based notification driver for these events with a highly efficient aggregator like statsd.

These are all relatively trivial modifications to make.