Indicate use of polling.yaml in documentation "Writing Agent Plugins in ceilometer"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
New
|
Undecided
|
Unassigned |
Bug Description
Hi everyone,
I would like to suggest to extend the documentation of "Writing Agent Plugins" regarding the required use of the polling.yaml, where new pollsters most probably have to be listed in order to be polled.
I wrote a Ceilometer pollster plugin, used within the namespace of ceilometer.
*polling.yaml* of my previous environment:
---
sources:
- name: all_pollsters
interval: 300
meters:
- "*"
*polling.yaml* of my current queens environment:
---
sources:
- name: some_pollsters
interval: 300
meters:
- cpu
- cpu_l3_cache
- memory.usage
- ...
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [ ] This doc is inaccurate in this way: ______
- [x] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
If you have a troubleshooting or support issue, use the following resources:
- Ask OpenStack: http://
- The mailing list: http://
- IRC: 'openstack' channel on Freenode
-------
Release: 10.0.2.dev2 on 2018-06-26 11:07
SHA: a4aeb8d62dcfad5
Source: https:/
URL: https:/