Fix minor typos in the multi-backend specification

Change-Id: I236e5100d08303ef046cee9370653ee0a52e4327
This commit is contained in:
Simon Pasquier 2015-11-09 13:35:56 +01:00
parent ce8d40f3ed
commit 9c18d7ef6b

View File

@ -25,7 +25,7 @@ Problem description
Currently OSprofiler works only with one backend Celiometer which actually Currently OSprofiler works only with one backend Celiometer which actually
doesn't work well and adds huge overhead. More over often Ceilometer is not doesn't work well and adds huge overhead. More over often Ceilometer is not
installed/used at all. To resolve this we should add support for different installed/used at all. To resolve this we should add support for different
backends like: MongoDB, InfluenceDB, ElasticSearch, ... backends like: MongoDB, InfluxDB, ElasticSearch, ...
Proposed change Proposed change
@ -33,7 +33,7 @@ Proposed change
And new osprofiler.drivers mechanism, each driver will do 2 things: And new osprofiler.drivers mechanism, each driver will do 2 things:
send notifications and parse all notification in unififed tree strcture send notifications and parse all notification in unififed tree strcture
that can be processed by the rest lib. that can be processed by the REST lib.
Deprecate osprofiler.notifiers and osprofiler.parsers Deprecate osprofiler.notifiers and osprofiler.parsers