ceilometer/releasenotes/notes/deprecate-http-dispatcher-dbbaacee8182b550.yaml
gord chung e2e74892da make http publisher equivalent to dispatcher
we shouldn't have two things doing the same thing slightly differently.
this brings publisher and dispatcher to equivalency.

this patch:
- adds support for batch and verify_ssl
- fixes docstring on usage
- updates timeout default to 5s rather than 1s
- posts entire event rather than just subset (raw_only for old format)
- share a session rather than create new session each message

Change-Id: I8bc12064a8828b9a35af897740c25c377071f60d
Related-Bug: #1630570
2017-01-30 17:24:38 +00:00

12 lines
606 B
YAML

---
upgrade:
- Configuration values can passed in via the querystring of publisher in
pipeline. For example, rather than setting target, timeout, verify_ssl,
and batch_mode under [dispatcher_http] section of conf, you can specify
http://<target>/?verify_ssl=True&batch=True&timeout=10. Use `raw_only=1`
if only the raw details of event are required.
deprecations:
- As the collector service is being deprecated, the duplication of publishers
and dispatchers is being addressed. The http dispatcher is now marked
as deprecated and the recommended path is to use http publisher.