RETIRED, further work has moved to Debian project infrastructure
Go to file
Aline Bousquet fb46000e24 Add support for metrics
This patch adds metrics to ironic-lib, so that it can be used by both
Ironic and IPA. It implements a generic MetricLogger including timers,
counters, and gauges with their respective decorators and context
managers. Two default MetricLogger are included: NoopMetricLogger and
StatsdMetricLogger.

Change-Id: I8a62414e6c03acb6f3457f1b8f81c03a9d3a8576
Co-Authored-By: Josh Gachnang <josh@pcsforeducation.com>
Co-Authored-By: Jim Rollenhagen <jim@jimrollenhagen.com>
Co-Authored-By: Alex Weeks <alex.weeks@gmail.com>
Partial-Bug: #1526219
2016-06-28 13:38:01 +01:00
etc/rootwrap.d use wipefs to erase FS meta information 2016-03-10 13:03:27 -05:00
ironic_lib Add support for metrics 2016-06-28 13:38:01 +01:00
.gitignore Copy .gitignore from Ironic 2015-04-01 06:52:21 -07:00
.gitreview Add .gitreview 2015-03-27 10:01:11 +01:00
.testr.conf Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
CONTRIBUTING.rst Update link for where to report bugs 2015-09-30 13:53:11 -07:00
LICENSE Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
MANIFEST.in Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
README.rst Remove README.md and update README.rst 2015-09-30 14:53:06 -07:00
TESTING.rst Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
requirements.txt Updated from global requirements 2016-04-07 17:08:49 +00:00
setup.cfg Add support for metrics 2016-06-28 13:38:01 +01:00
setup.py Updated from global requirements 2015-09-17 12:12:30 +00:00
test-requirements.txt Clean up test-requirements 2016-03-29 19:30:58 +02:00
tox.ini Put py34 first in the env order of tox 2015-10-01 06:07:29 +00:00

README.rst

ironic_lib

Overview

A common library to be used by various projects in the Ironic ecosystem.

Running Tests

To run tests in virtualenvs (preferred):

sudo pip install tox
tox

To run tests in the current environment:

sudo pip install -r requirements.txt
nosetests