diff options
author | Simon Pasquier <spasquier@mirantis.com> | 2015-11-09 13:35:56 +0100 |
---|---|---|
committer | Simon Pasquier <spasquier@mirantis.com> | 2015-11-09 13:36:33 +0100 |
commit | 9c18d7ef6b886a9e320937117c0b1e57b154eeeb (patch) | |
tree | 393f03e4752103af8369f041e494f2f88348a6bc /doc/specs | |
parent | ce8d40f3ed8fd203bdfb77da8b9651c7cc8bd5f0 (diff) | |
download | osprofiler-9c18d7ef6b886a9e320937117c0b1e57b154eeeb.tar.gz |
Fix minor typos in the multi-backend specification
Change-Id: I236e5100d08303ef046cee9370653ee0a52e4327
Diffstat (limited to 'doc/specs')
-rw-r--r-- | doc/specs/in-progress/multi_backend_support.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/specs/in-progress/multi_backend_support.rst b/doc/specs/in-progress/multi_backend_support.rst index 584e000..965e589 100644 --- a/doc/specs/in-progress/multi_backend_support.rst +++ b/doc/specs/in-progress/multi_backend_support.rst @@ -25,7 +25,7 @@ Problem description Currently OSprofiler works only with one backend Celiometer which actually 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 -backends like: MongoDB, InfluenceDB, ElasticSearch, ... +backends like: MongoDB, InfluxDB, ElasticSearch, ... Proposed change @@ -33,7 +33,7 @@ Proposed change And new osprofiler.drivers mechanism, each driver will do 2 things: 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 |