summaryrefslogtreecommitdiff
path: root/ceilometer/transformer
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixed ceilometer arithmetic transformer bug"Jenkins2017-07-271-5/+8
|\
| * Fixed ceilometer arithmetic transformer bugxianbin2017-07-081-5/+8
* | High precision rate of change timedeltaMehdi Abaakouk2017-07-201-2/+8
* | cap cpu_utilgord chung2017-06-201-1/+3
|/
* Remove log translationsxuqiankun2017-04-151-4/+4
* conversions: remove no used local variablexiaozhuangqing2016-08-241-4/+2
* fix some typos in our doc, comments and releasenotesZhiQiang Fan2016-05-251-1/+1
* publisher: clean out context usageJulien Danjou2016-04-014-16/+13
* Adds timestamp option to Aggregation transformerDan Travis2016-02-161-1/+14
* Merge "Changes aggregator transformer to allow retention_time w/o size"Jenkins2016-01-111-1/+4
|\
| * Changes aggregator transformer to allow retention_time w/o sizeKevin McDonald2016-01-071-1/+4
* | Replace LOG.warn with LOG.warningChaozhe.Chen2016-01-062-8/+8
|/
* logging cleanupgordon chung2015-10-071-4/+3
* Merge "add delta transfomer support"Jenkins2015-09-221-19/+91
|\
| * add delta transfomer supportgordon chung2015-09-161-19/+91
* | remove batch processing requirement from arithmetic transformergordon chung2015-09-211-5/+4
|/
* add flexible grouping keygordon chung2015-08-204-0/+10
* do not translate debug logsgordon chung2015-08-121-8/+7
* Drop out-of-time-sequence rate of change samplesChris Dent2015-07-301-3/+10
* Remove unnecessary wrapping of transformer ExtentionManagerLiuSheng2015-06-221-16/+0
* Fix usage of iterator/list on Python 3Victor Stinner2015-06-201-1/+1
* Merge "use oslo.log instead of oslo-incubator code"Jenkins2015-05-282-2/+2
|\
| * use oslo.log instead of oslo-incubator codeZhiQiang Fan2015-05-282-2/+2
* | Fix usage of dictionary methods on Python 3Victor Stinner2015-05-281-1/+1
|/
* Python 3: set __bool__() method on NamespaceVictor Stinner2015-05-151-0/+1
* Upgrade to hacking 0.10Julien Danjou2015-01-234-9/+1
* Use oslo_utils instead of deprecated oslo.utilsZhiQiang Fan2015-01-101-1/+1
* remove unnecessary str method when log messagesZhiQiang Fan2015-01-051-1/+1
* Port to graduated library oslo.i18nZhiQiang Fan2014-12-092-2/+2
* Merge "Remove redundant parentheses"Jenkins2014-08-261-1/+1
|\
| * Remove redundant parenthesesDina Belova2014-08-251-1/+1
* | Switch to oslo.utilsJulien Danjou2014-08-221-1/+1
|/
* Fix typos in transformer docstringsSanja Nosan2014-08-202-5/+5
* Merge "Add cumulative and gauge to aggregator transformer"Jenkins2014-07-291-7/+19
|\
| * Add cumulative and gauge to aggregator transformerNejc Saje2014-07-291-7/+19
* | Merge "Fix aggregator flush method"Jenkins2014-07-281-0/+3
|\ \
| * | Fix aggregator flush methodMehdi Abaakouk2014-07-281-0/+3
| |/
* | Replace dict.iteritems() with six.iteritems(dict)Dina Belova2014-07-282-2/+4
* | basestring replaced with six.string_typesDina Belova2014-07-251-1/+3
|/
* Multi meter arithmetic transformerNejc Saje2014-07-223-26/+181
* Merge "Fixes aggregator transformer timestamp and user input handling"Jenkins2014-07-181-4/+3
|\
| * Fixes aggregator transformer timestamp and user input handlingNejc Saje2014-07-161-4/+3
* | Merge "Fix aggregator _get_unique_key method"Jenkins2014-07-181-2/+7
|\ \ | |/ |/|
| * Fix aggregator _get_unique_key methodAla Rezmerita2014-06-301-2/+7
* | Fix H405 violations and re-enable gatingIgor Degtiarov2014-07-012-23/+22
* | Fix H904 violations and re-enable gatingIgor Degtiarov2014-07-011-3/+3
* | Fix H307 violations and re-enable gatingIgor Degtiarov2014-07-011-1/+1
|/
* Fix E265 violations and re-enable gatingIgor Degtiarov2014-06-251-1/+1
* Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-313-6/+3
* Use None instead of mutables in method params defaultsDina Belova2014-05-221-1/+3