ceilometer/releasenotes/notes/selective-pipeline-notification-47e8a390b1c7dcc4.yaml
gord chung 60d9b87a80 pluggable notification agent
event, meter (and any other custom pipeline) can be enabled/disabled
by setting `pipelines` option under [notification] agent

Change-Id: Ia21256d0308457d077836e27b45d2acb8bb697e4
Closes-Bug: #1720021
2017-11-16 14:43:46 -05:00

11 lines
410 B
YAML

---
features:
- |
The notification-agent can now be configured to either build meters or
events. By default, the notification agent will continue to load both
pipelines and build both data models. To selectively enable a pipeline,
configure the `pipelines` option under the `[notification]` section.
Addition pipelines can be created following the format used by existing
pipelines.