The panko.dispatcher.database Module

class panko.dispatcher.database.DatabaseDispatcher(conf)[source]

Bases: object

Dispatcher class for recording event data into database.

The dispatcher class which records each event into a database configured in Ceilometer configuration file.

To enable this dispatcher, the following section needs to be present in ceilometer.conf file

[DEFAULT] event_dispatchers = panko

record_events(events)[source]

Previous topic

The panko.conf.defaults Module

Next topic

The panko.hacking.checks Module

Project Source

This Page