summaryrefslogtreecommitdiff
path: root/nova/compute/monitors
Commit message (Expand)AuthorAgeFilesLines
* Remove six.add_metaclassTakashi Natsume2020-08-151-4/+1
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-5/+5
* Do not log a warning about not using compute monitorsMatt Riedemann2019-04-041-4/+6
* Remove translation of log messagesNgo Quoc Cuong2017-06-092-10/+8
* Change log level from ERROR to DEBUG for NotImplementedTao Li2017-05-191-1/+1
* Fix invalid import orderbhagyashris2016-07-041-1/+1
* Allow monitor plugins to set own metric objectSudipta Biswas2016-06-272-27/+14
* config options: centralize section "monitors"Kevin_Zheng2016-03-211-23/+2
* Fix string interpolations at logging callsTakashi NATSUME2016-03-071-16/+11
* config options: Centralise 'virt.driver' optionsStephen Finucane2016-02-111-3/+2
* Remove duplicate default=None for option compute_available_monitorsChangBo Guo(gcb)2015-12-101-1/+0
* Ensure Nova metrics derived from a set of metricsJoe Cropper2015-10-042-22/+29
* Merge "Allow compute monitors in different namespaces"Jenkins2015-08-311-24/+58
|\
| * Allow compute monitors in different namespacesJay Pipes2015-08-201-24/+58
* | Convert percent metrics back into the [0, 1] rangeJoe Cropper2015-08-251-5/+8
|/
* Set autodoc_index_modules=True so tox -e docs builds module docs againMatt Riedemann2015-07-301-1/+2
* Use stevedore for loading monitor extensionsJay Pipes2015-07-132-66/+48
* Rework monitor plugin interface and APIJay Pipes2015-07-066-241/+98
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-2/+2
* Don't add exception instance in LOG.exceptionChangBo Guo(gcb)2015-03-091-2/+2
* Merge "Add _LW for missing translations"Jenkins2015-03-031-8/+8
|\
| * Add _LW for missing translationsjichenjc2015-02-051-8/+8
* | Use oslo.logDavanum Srinivas2015-02-222-2/+2
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-062-4/+4
|/
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+1
* Replacement `_` on `_LW` in all LOG.warning part 3Mike Durnosvistov2014-12-041-3/+3
* Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-3/+3
* Use oslo.utilsDavanum Srinivas2014-10-062-2/+2
* Use oslo.i18nDavanum Srinivas2014-07-182-2/+2
* Fix and gate on H305 and H307Davanum Srinivas2014-07-151-2/+1
* Merge "Change parameters of add_timestamp in ComputeDriverCPUMonitor class"Jenkins2014-05-121-3/+5
|\
| * Change parameters of add_timestamp in ComputeDriverCPUMonitor classFengqian Gao2014-03-181-3/+5
* | Fixed many typos.Alex Gaynor2014-04-251-1/+1
|/
* Move the metrics update to get_metricsShuangtai Tian2014-02-271-12/+5
* Remove @author from copyright statements.Michael Still2014-02-124-4/+0
* Abstract add_timestamp out of ComputeDriverCPUMonitor classFengqian Gao2014-01-092-37/+46
* Make compute support monitors and store metricsShuangtai Tian2013-12-051-0/+65
* Added monitor (e.g. CPU) to monitor and collect dataShane Wang2013-11-154-0/+365