summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-22 15:10:09 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-22 18:17:13 -0400
commit73c9150afe7fc07018b0435ae7b24b52bd6a0a15 (patch)
tree3adffb72bda9879c8b425007e3cf072d85137b10 /.gitignore
parentcc5b02dc84e26af050a0983764a5977e25bd3726 (diff)
downloadceilometer-73c9150afe7fc07018b0435ae7b24b52bd6a0a15.tar.gz
Add plugin support to the notification portion of the collector daemon.
Implement a Counter class for use by notification plugins. Define a base class for Notification plugins. Define a dispatcher class for notification events to be passed to the plugins. Add a notification plugin for instance creation and "instance" counters. Add a reusable function for turning a Counter into a metering event dictionary. Change-Id: Iaa626b98e1a661ed31cc8b8e95263c111df20888
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8027c175..8adcabbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
*.dat
TAGS
*.egg-info
+build
+.coverage