Files
ceilometer/releasenotes/notes/deprecate-http-dispatcher-dbbaacee8182b550.yaml
Takashi Kajinami f2fd234020 Use pre-commit to run pep8 checks
Change-Id: Ib3f381f5a7f41218852d0e3d6448e72b47f1b538
2025-05-07 15:14:56 +09:00

12 lines
605 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.