Merge "Add a publish transport in Ceilometer architecture document"
This commit is contained in:
commit
1593ceb1bc
@ -197,12 +197,14 @@ Publishing the data
|
|||||||
|
|
||||||
This figure shows how a sample can be published to multiple destinations.
|
This figure shows how a sample can be published to multiple destinations.
|
||||||
|
|
||||||
Currently, processed data can be published using 5 different transports:
|
Currently, processed data can be published using 5 different transports:
|
||||||
notifier, a notification based publisher which pushes samples to a message
|
1. direct, which publishes samples to a configured database dispatcher directly;
|
||||||
queue which can be consumed by the collector or an external system; udp, which
|
2. notifier, a notification based publisher which pushes samples to a message queue
|
||||||
publishes samples using UDP packets; http, which targets a REST interface;
|
which can be consumed by the collector or an external system;
|
||||||
and kafka, which publishes data to a Kafka message queue to be consumed by any
|
3. udp, which publishes samples using UDP packets;
|
||||||
system that supports Kafka.
|
4. http, which targets a REST interface;
|
||||||
|
5. kafka, which publishes data to a Kafka message queue to be consumed by any system
|
||||||
|
that supports Kafka.
|
||||||
|
|
||||||
|
|
||||||
Storing the data
|
Storing the data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user