summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlipan <lipan7195@fiberhome.com>2018-04-10 14:40:00 +0800
committerlipan <lipan7195@fiberhome.com>2018-04-10 19:16:46 +0800
commit3fb599f54c303eb6dae9089c15a3f9765d65c335 (patch)
tree5e89a5e84e4e369db02d4e0a7ddd46a79e210423 /doc
parent754f39bdc1d18b48e3feb26b12e41716dc9e0d71 (diff)
downloadceilometer-3fb599f54c303eb6dae9089c15a3f9765d65c335.tar.gz
supplement "zakar" and "https" description
It was mentioned "7 different transports", but there just shows 5 transports. I supplement 2 missing transports "zakar" and "https". Change-Id: If5db5e31f7c7d1101ccf4d285cfb67b5af1944cb
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/architecture.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/contributor/architecture.rst b/doc/source/contributor/architecture.rst
index 92565e4b..24920867 100644
--- a/doc/source/contributor/architecture.rst
+++ b/doc/source/contributor/architecture.rst
@@ -193,6 +193,9 @@ Currently, processed data can be published using 7 different transports:
3. udp, which publishes samples using UDP packets;
4. http, which targets a REST interface;
5. file, which publishes samples to a file with specified name and location;
+6. zaqar, a multi-tenant cloud messaging and notification service for web and
+ mobile developers;
+7. https, which is http over SSL and targets a REST interface.
Storing/Accessing the data