We are happy to announce the release of: osprofiler 1.4.0: OpenStack Profiler Library
This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/osprofiler With package available at: https://pypi.python.org/pypi/osprofiler Please report issues through launchpad: http://bugs.launchpad.net/osprofiler For more details, please see below. Changes in osprofiler 1.3.0..1.4.0 ---------------------------------- 8027a1d Add tests for mongodb driver b57ebf9 Add connection string usage to osprofiler-cli f1824b9 Add overall profiler stats by operation fa5bccb Fix typos on spec directory fa40453 Fix title of index page 8f3e213 Add MongoDB driver aca7aeb OSprofiler initialization method a23d829 Add Ceilometer driver 676a239 Add backward compatible drivers structure e5ae569 Expose osprofiler middleware as entrypoint 4844e85 Remove discover from test-requirements 16d639d Fix typo: 'Olso' to 'Oslo' e8079b2 Don't set html_last_updated_fmt without git 147b96b Add exception type to stop trace info 5b3086e doc: Log warning when can't get informaiton from git 1984abe Improve unit test coverage Diffstat (except docs and test files) ------------------------------------- .../in-progress/better_devstack_integration.rst | 2 +- osprofiler/cmd/commands.py | 47 ++- osprofiler/cmd/exc.py | 24 -- osprofiler/cmd/shell.py | 4 +- osprofiler/drivers/__init__.py | 4 + osprofiler/drivers/base.py | 238 ++++++++++++ osprofiler/drivers/ceilometer.py | 81 ++++ osprofiler/drivers/messaging.py | 62 +++ osprofiler/drivers/mongodb.py | 92 +++++ osprofiler/exc.py | 24 ++ osprofiler/initializer.py | 42 +++ osprofiler/notifier.py | 19 +- osprofiler/opts.py | 21 +- osprofiler/parsers/__init__.py | 0 osprofiler/parsers/ceilometer.py | 138 ------- osprofiler/profiler.py | 33 +- requirements.txt | 1 + setup.cfg | 2 + test-requirements.txt | 6 +- 34 files changed, 1653 insertions(+), 673 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d59f2f3..04ea584 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,0 +2 @@ six>=1.9.0 # MIT +oslo.messaging>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8e36aa8..aa8aa1e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ coverage>=3.6 -discover @@ -14 +13,4 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -bandit>=0.17.3 # Apache-2.0 \ No newline at end of file +bandit>=0.17.3 # Apache-2.0 + +python-ceilometerclient>=2.2.1 # Apache-2.0 +pymongo>=3.0.2,!=3.1 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev