summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2013-11-13 17:08:47 +0100
committerJulien Danjou <julien@danjou.info>2013-11-26 16:03:26 +0100
commit76c6d465d86b9424db2df378ff55caa13aec6983 (patch)
tree03a5e6d569d2ed256a9fe9640021607487929562 /MAINTAINERS
parentef5351f80690ee6acd09fea82fe0d72d36565682 (diff)
downloadceilometer-76c6d465d86b9424db2df378ff55caa13aec6983.tar.gz
Split collector
The collector grew from doing one thing to doing too many. This encumber scalability and he's really a bad design as it is. Let's fix that. This patch take out the notification handling code to a new daemon called ceilometer-agent-notification. This daemon will be in charge of receiving notifications, storing them if needed, and building samples in from of it. Change-Id: I093f3b7855bd6ffff2018db9cd485ed2fc0f37a5 Blueprint: split-collector
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 062bbff3..4b948071 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -36,10 +36,12 @@ F: api/
== events ==
+M: Julien Danjou (jd__)
M: Sandy Walsh (sandywalsh)
M: Monsyne Dragon (dragondm)
S: Maintained
-F: collector/, storage/
+F: notification.py
+F: storage/
== pipeline ==