panko.storage.models
Module¶Model classes for use in the events storage API.
None
Bases: panko.storage.base.Model
A raw event from the source system. Events have Traits.
Metrics will be derived from one or more Events.
Event.
append_trait
(trait_model)¶Event.
serialize
()¶None
Bases: panko.storage.base.Model
A Trait is a key/value pair of data on an Event.
The value is variant record of basic data types (int, date, float, etc).
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.