summaryrefslogtreecommitdiff
path: root/ceilometer/polling/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Add vanity names to notification samplesYadnesh Kulkarni2023-04-041-27/+8
* Change oslo_cache implementationYadnesh Kulkarni2022-11-211-9/+6
* Merge "Add user/project names to polled samples"Zuul2022-09-301-1/+62
|\
| * Add user/project names to polled samplesYadnesh Kulkarni2022-09-131-1/+62
* | Add support to namespaces on dynamic pollstersPedro Henrique2022-09-161-2/+21
|/
* Replace six with python3 code stylekuangcx2021-01-131-3/+2
* Remove six.moveswangzihao2020-09-271-1/+1
* Update hacking for Python3Andreas Jaeger2020-03-311-1/+1
* Multi metric dynamic pollsters (handling attribute values with list of objects)rwe2020-02-201-9/+2
* Dynamic pollster system to support non-OpenStack APIsRafael Weingärtner2019-11-181-4/+10
* Create dynamic pollster featureRafael Weingärtner2019-10-231-6/+81
* [Trivial fix] Add missing ws seperator between wordszhufl2019-01-231-1/+1
* Merge "Fix ceilometer polling process not able to coordinate issue"Zuul2018-09-131-1/+6
|\
| * Fix ceilometer polling process not able to coordinate issueLeehom Li (feli5)2018-08-161-1/+6
* | polling: remove deprecated option batch_polled_samplesJulien Danjou2018-08-291-17/+0
|/
* Ability to define batch size off polled samples.Sam Morrison2018-05-171-2/+19
* Modify the empty list ensure method.Yuanbin.Chen2018-04-081-1/+1
* avoid verbose tracebacks on known errorsgord chung2018-02-121-9/+4
* utils: move hash_of_set where it's solely usedJulien Danjou2018-01-311-2/+6
* Delete not applicable definition.Yuanbin.Chen2018-01-251-1/+0
* polling: iter randomly over sources and pollsters when pollingJulien Danjou2018-01-161-2/+11
* polling: simplify manager methodJulien Danjou2018-01-161-5/+1
* Remove shuffle_time_before_polling_task optionJulien Danjou2018-01-161-19/+1
* Merge "static resources not picked up"Zuul2017-12-121-5/+5
|\
| * static resources not picked upgord chung2017-12-111-5/+5
* | Move delayed out of utilsJulien Danjou2017-12-081-1/+7
|/
* polling: run polling tasks immediately on startJulien Danjou2017-11-231-4/+3
* Set shuffle_time_before_polling_task to float and set a minimumJulien Danjou2017-11-231-5/+6
* always declare partitioning variablesgord chung2017-11-201-4/+3
* remove agent setup_* helper functionsgord chung2017-11-161-13/+4
* separate polling codegord chung2017-11-161-3/+108
* separate base manager from pipelinegord chung2017-11-161-0/+497