summaryrefslogtreecommitdiff
path: root/ceilometer/agent.py
Commit message (Expand)AuthorAgeFilesLines
* Replace oslo_utils.fnmatch with fnmatchTakashi Kajinami2021-07-061-1/+1
* Only print polling.yaml file contents as DEBUGEdward Hope-Morley2019-01-101-1/+1
* Fix logic when selecting configuration fileMehdi Abaakouk2018-09-171-2/+0
* agent: Remove unused parameter in load_configMehdi Abaakouk2018-09-171-3/+3
* Merge "agent: use any to filter source objects"Zuul2018-09-141-3/+3
|\
| * agent: use any to filter source objectsJulien Danjou2018-09-141-3/+3
* | agent: remove unused config change detection codeJulien Danjou2018-09-141-44/+11
|/
* separate base manager from pipelinegord chung2017-11-161-0/+151
* Move central agent code to the polling agent moduleDina Belova2014-12-121-251/+0
* Encompassing one source pollsters with common contextIgor Degtiarov2014-12-101-32/+38
* Make compute discovery pollster-based, not agent-levelDina Belova2014-12-091-7/+4
* Port to graduated library oslo.i18nZhiQiang Fan2014-12-091-1/+1
* Skip to poll and publish when no resources foundliu-sheng2014-11-161-3/+7
* Partition static resources defined in pipeline.yamlNejc Saje2014-09-291-4/+19
* Per-source separation of static resources & discoveryEoghan Glynn2014-09-261-38/+49
* Use central agent manager's keystone token in discoveriesNejc Saje2014-09-121-1/+1
* Migrate the rest of the central agent pollsters to use discoveriesNejc Saje2014-09-081-2/+14
* Central agent work-load partitioningNejc Saje2014-09-011-2/+34
* Avoid duplication of discovery for multi-sink sourcesEoghan Glynn2014-08-081-2/+2
* Replace dict.iteritems() with six.iteritems(dict)Dina Belova2014-07-281-1/+2
* Fix H405 violations and re-enable gatingIgor Degtiarov2014-07-011-0/+1
* Merge "Fix F402 violations and re-enable gating"Jenkins2014-07-011-7/+7
|\
| * Fix F402 violations and re-enable gatingIgor Degtiarov2014-06-251-7/+7
* | use urlparse from sixGordon Chung2014-06-241-1/+1
|/
* Merge "Skipping central agent pollster when keystone not available"Jenkins2014-06-101-2/+2
|\
| * Skipping central agent pollster when keystone not availableLianhao Lu2014-06-101-2/+2
* | Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-311-3/+2
|/
* Use None instead of mutables in method params defaultsDina Belova2014-05-221-2/+3
* Remove "# noqa" leftovers for gettextutils._Dina Belova2014-04-281-1/+1
* Per pipeline pluggable resource discoveryEoghan Glynn2014-03-041-7/+28
* Decouple source and sink configuration for pipelinesEoghan Glynn2014-03-041-8/+3
* Pluggable resource discovery for agentsEoghan Glynn2014-02-261-12/+65
* Remove None for dict.get()zhang-jinnan2014-02-141-1/+1
* Remove blank line in docstringzhang-jinnan2014-02-121-1/+0
* Added abc.ABCMeta metaclass for abstract classesLianhao Lu2014-01-231-0/+4
* Added resources support in pollster's interfaceLianhao Lu2014-01-201-0/+7
* Remove rpc service from agent managerMehdi Abaakouk2013-12-041-6/+7
* Reinitialize pipeline manager for service restartFengqian.Gao2013-08-171-5/+6
* Remove 'counter' occurences in pipelineJulien Danjou2013-08-141-3/+3
* Remove source as a publisher argumentJulien Danjou2013-08-051-4/+1
* Rename ceilometer.counter to ceilometer.sampleJulien Danjou2013-07-291-1/+1
* Remove get_counter_names from the pollster pluginsDoug Hellmann2013-07-121-8/+6
* Merge "Enable pep8 H403 checks"Jenkins2013-06-181-2/+4
|\
| * Enable pep8 H403 checksJulien Danjou2013-06-141-2/+4
* | Merge "pipeline: switch publisher loading model to driver"Jenkins2013-06-141-4/+0
|\ \ | |/ |/|
| * pipeline: switch publisher loading model to driverJulien Danjou2013-06-121-4/+0
* | Code cleanupJulien Danjou2013-06-131-1/+2
|/
* pipeline, publisher, transformer: reorganize codeJulien Danjou2013-04-101-7/+9
* Make HACKING compliantSandy Walsh2013-03-071-1/+2
* Support different publisher intervalYunhong, Jiang2013-02-221-17/+55