Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-osprofiler | Distribution: SUSE Linux Enterprise 15 |
Version: 3.1.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 7.4.6 | Build date: Thu Aug 6 14:44:39 2020 |
Group: Development/Languages/Python | Build host: goat20 |
Size: 675126 | Source RPM: python-osprofiler-3.1.0-7.4.6.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://launchpad.net/osprofiler | |
Summary: OpenStack Profiler Library |
OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues). This package contains the Python 3.x module
Apache-2.0
* Tue May 12 2020 cloud-devel@suse.de - update to version 3.1.0 - Handle driver initialization errors to avoid service crash - [ussuri][goal] Drop python 2.7 support and testing - Switch to Ussuri jobs - Start README.rst with a better title - Update master for stable/train - Update hacking for Python3 * Mon Mar 23 2020 dmueller@suse.com - add obsoletes * Sat Mar 14 2020 dmueller@suse.com - switch to python 3.x only builds * Wed Oct 09 2019 cloud-devel@suse.de - update to version 2.8.2 - Add a job to run full Tempest with enabled profiler - Minimum versions of databases with JSON data type support - Allow OSPROFILER_TRACE_SQLALCHEMY to be overridden - Don't fail if sqlalchemy driver fails to initialize - Fix elasticsearch version in python requirements - Automatic configuration of SQLAlchemy driver in DevStack - Rename OSProfiler-enabled Tempest job - Add Python 3 Train unit tests - Bring env OSPROFILER_CONNECTION_STRING into effect - Optimize storage schema for Redis driver - Replace git.openstack.org URLs with opendev.org URLs - Dropping the py35 testing - Support standalone placement in the devstack - Update master for stable/stein - Collect traces from Tempest job - change function list_traces of mongodb module - OpenDev Migration Patch * Mon Apr 08 2019 cloud-devel@suse.de - update to version 2.6.0 - Switch to stestr - When shortening span-ids, check if they're already short - Do not insert osprofiler filter into Neutron api-paste pipeline - Change python3.5 job to python3.7 job on Stein+ - import zuul job settings from project-config - [devstack] Add support for elasticsearch backend - Change openstack-dev to openstack-discuss - Update reno for stable/rocky - Update min tox version to 2.0 - Don't quote {posargs} in tox.ini - add python 3.6 unit test job - Make tracing of SQL statements configurable in DevStack plugin - add lib-forward-testing-python3 test job - build universal wheels - Reload keystone to apply osprofiler config - Allow test path to be overridden - Add sqlalchemy collector - Configure Jaeger collector in DevStack - add password for connecting redis-sentinel - Add support for mongodb backend in devstack plugin - In DevStack install Redis client library via pip, not as system package - Use $STACK_USER variable in install_jaeger function - Change http to https in reference link - In case of an error, always add message - Use templates for cover and lower-constraints - remove 0001-Add-sqlalchemy-collector.patch and 0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch * Tue Mar 12 2019 tbechtold@suse.com - Add 0001-Add-sqlalchemy-collector.patch and 0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch Backport of the sqlalchemy collector driver to store traces in a SQL database * Mon Sep 03 2018 cloud-devel@suse.de - update to version 2.3.0 - Check profiler instance before initialize - Put 'db' parameter back and provide a deprecation warning before remove - Update reno for stable/queens - opts: Fix invalid rST formatting - Unify and fix `list_traces` function - Cleanup test-requirements - Add oslo.serialization into requirements - Zuul: Remove project name - Add release note link in README - Add minimum version and fix dulwich issue - Remove Ceilometer support - Filter traces that contain error/exception - Remove lower bound from requirements - Allow user to specify password for Redis connection - Update documentation & usage for redis driver - Trivial: Update pypi url to new url - Fix typo - OSprofiler with Jaeger Tracing as backend - Add lower-constraints job - set default python to python3 - fix tox python3 overrides - Make profiler.clean() public method - Initialize osprofiler in Nova Cell configs - update sphinx-doc links - Add initial 'trace list' command * Fri Feb 23 2018 cloud-devel@suse.de - update to version 1.15.2 - Update .gitreview for stable/queens - Check profiler instance before initialize - Switch to stable/queens spec template * Tue Jan 30 2018 cloud-devel@suse.de - update to version 1.15.1 - Add kwargs to WsgiMiddleware __init__ - Add functional test for Redis driver - Add Zuul job for functional testing - Remove setting of version/release from releasenotes - Make collector configurable in DevStack plugin - Add filter for OSprofiler html output - Update the invalid doc links to the right ones in osprofiler docs * Mon Jan 15 2018 cloud-devel@suse.de - update to version 1.14.0 - Remove unused parameters from Profiler class - Make dependency on oslo.messaging runtime only - Update reno for stable/pike - Add loading local static files option of template.html - Do not require OpenStack authentication to run osprofiler CLI - Improve unit test coverage - Make test_notifier independent of test case execution order - Remove dependency on oslo.log library - Extend messaging driver to support reporting - Handle and report SQLAlchemy errors - Add function/sql results to trace info * Mon Aug 07 2017 cloud-devel@suse.de - update to version 1.11.0 - devstack: make option hmac_keys configurable - Add functional test for notifier backend - Add Jaeger to list of similar projects - Highlight last trace for OSprofiler html output - Upgrade libraries, add highlight for JSON data - doc: Fix formatting - Switch to "topics" keyword for messaging driver - Python 3.4 support is removed - Fix mistake in split meta string - Update reno for stable/ocata - Expose connection_string parameter into DevStack plugin - Add magnum to devstack config - Fix error message for invalid trace - rearrange existing documentation to fit the new standard layout - Move implemeted specs to implemented directory - Add zun to devstack config - Update .gitignore - Update URLs in documents according to document migration - Revert "Change list_opts to dictionary style" - Change list_opts to dictionary style - Improve error reporting for Ceilometer driver - Enable warning-is-error in doc build - Replace oslo.messaging.get_transport with get_notification_transport - Change some bindings to one-time bindings - devstack: use project conf file env variables - Increase angular digest iteration limit - Remove extra white spaces in json output - Cleanup code of DevStack plugin - Remove unused imports - Fix enabling order specify in README.rst - [Fix gate]Update test requirement - Switch from oslosphinx to openstackdocstheme - fix an outdated link for zipkin * Mon Feb 13 2017 cloud-devel@suse.de - update to version 1.5.0: - Add py35 tox virtualenv - Fix a doc typo - Use an env variable for connection string default - Show team and repo badges on README - Fix import order - Add Log Insight driver - Add Elasticsearch driver - Update dependencies' version from project requirements - Add a redis driver - Trivial: Remove vim header from source files - Add exception to trace point details - Add reno for release notes management - Visualize trace output as graph - Update documentation to the latest state - Add AUTHORS and ChangeLog to .gitignore - Replace six.iteritems() with .items() - Organize unit tests under tests/unit folder - Move hacking checks outside tests - Error out for invalid trace ID - Use method constant_time_compare from oslo.utils - [doc]Add description for multi-backend URI - Update devstack plugin readme to enable Panko - Pretty print json output - Heat and Cinder now use new style conf - Use oslo_utils.uuidutils.is_uuid_like - Update homepage with developer documentation page - Replace logging with oslo_log - Pass oslo.messaging kwargs only for "messaging://" - Add .idea folder to .gitignore - Use uuidutils instead of uuid.uuid4() - Enable devstack to configure OSProfiler for Senlin project - Fix syntax in JS, JSON indent with 4 spaces - Re-format html template - Remove old notifiers - Fix the issue that ChangeLog not found when building docs - Update the driver path in th doc - Remove print statement * Tue Aug 30 2016 tbechtold@suse.com - update to version 1.4.0 * Remove discover from test-requirements * Don't set html_last_updated_fmt without git * Add exception type to stop trace info * OSprofiler initialization method * Fix title of index page * Add Ceilometer driver * Expose osprofiler middleware as entrypoint * Add MongoDB driver * Improve unit test coverage * Add connection string usage to osprofiler-cli * Add tests for mongodb driver * doc: Log warning when can't get informaiton from git * Fix typos on spec directory * Fix typo: 'Olso' to 'Oslo' * Add backward compatible drivers structure * Add overall profiler stats by operation * Mon Aug 01 2016 tbechtold@suse.com - Add _service and switch to upstream spec file * Wed Apr 27 2016 mmnelemane@suse.com - Upgraded to version 1.3.0 * Add hepler to trace sessions * Add an error tip when trace_id is not found * Add a similar link with reference to similar projects/libraries * Continue work on standardizing osprofiler docs * Remove dead/broken link to example * Updates to doc conf.py to look the same as other projects * Clean thread local profiler object after usage * Avoid tracing class and static methods * Avoid multiple tracing when applying meta or class decorator * Remove outdated version * Dont claim copyright for future years * Use pkg_resources to get version * Enable bandit in gate * Fallback if git is absent * It's unnecessary set deprecate group for option 'enabled' * Add CONTRIBUTING.rst * Sun Feb 28 2016 dmueller@suse.com - update to 1.2.0: * Remove flake8 ignore list in tox.ini * run py34 tests before py27 to work around testr bug * stop making a copy of options discovered by config generator * Make class detection more accurate * Disable staticmethods tracing * Add fix for static and class methods in @trace_cls * Expose X-Trace-* constants * Add raw Ceilometer events support to DevStack plugin * Use raw data storage for events to collect more info * Use oslo.utils reflection and avoid refinding decorated name * Move osprofiler tests into osprofiler * Consolidate osprofiler options * Remove argparse from requirements * Add py34 to tox env list * Make profiler timestamp json.dumps friendly * Replace deprecated library function os.popen() with subprocess * Add DevStack plugin * Remove Py33 support * Make it possible to specify file path as a source for trace * Remove support for py26 * Improve HTML reports performance * Fix TracedMeta class * Fix a couple of typos in doc strings * Fix Ceilometer parser to use events * remove python 2.6 trove classifier * Add TracedMeta class * Update requirements * Deprecated tox -downloadcache option removed * Fix enable/disable compatibility * Add hacking rules & fix hacking issues * Tue Nov 17 2015 bwiedemann@suse.com - update to 0.3.1 * Make api-paste.ini config optional * Fix minor typos in the multi-backend specification * Spec: Integration Testing * Spec: Better DevStack Integration * Spec: Multi Backend support * Spec: Optional options in api-paste.ini * Add specs base structure * Update .gitreview for new namespace * Fix date parsing when there's not milliseconds in the date * Various cleanups * Remove version from setup.cfg * Stop using intersphinx * Rename doc environment to docs * Imporve generated trace html * Adding a hits to notice operator when trace not found
/usr/bin/osprofiler /usr/lib/python3.6/site-packages/osprofiler /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/pbr.json /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/osprofiler-3.1.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/osprofiler/__init__.py /usr/lib/python3.6/site-packages/osprofiler/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/exc.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/exc.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/initializer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/initializer.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/notifier.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/notifier.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/opts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/opts.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/profiler.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/profiler.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/sqlalchemy.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/sqlalchemy.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/web.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/__pycache__/web.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/_utils.py /usr/lib/python3.6/site-packages/osprofiler/cmd /usr/lib/python3.6/site-packages/osprofiler/cmd/__init__.py /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/cliutils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/cliutils.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/commands.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/commands.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/shell.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/__pycache__/shell.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/cmd/cliutils.py /usr/lib/python3.6/site-packages/osprofiler/cmd/commands.py /usr/lib/python3.6/site-packages/osprofiler/cmd/shell.py /usr/lib/python3.6/site-packages/osprofiler/cmd/template.html /usr/lib/python3.6/site-packages/osprofiler/drivers /usr/lib/python3.6/site-packages/osprofiler/drivers/__init__.py /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/elasticsearch_driver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/elasticsearch_driver.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/jaeger.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/jaeger.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/loginsight.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/loginsight.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/messaging.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/messaging.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/mongodb.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/mongodb.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/redis_driver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/redis_driver.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/sqlalchemy_driver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/__pycache__/sqlalchemy_driver.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/drivers/base.py /usr/lib/python3.6/site-packages/osprofiler/drivers/elasticsearch_driver.py /usr/lib/python3.6/site-packages/osprofiler/drivers/jaeger.py /usr/lib/python3.6/site-packages/osprofiler/drivers/loginsight.py /usr/lib/python3.6/site-packages/osprofiler/drivers/messaging.py /usr/lib/python3.6/site-packages/osprofiler/drivers/mongodb.py /usr/lib/python3.6/site-packages/osprofiler/drivers/redis_driver.py /usr/lib/python3.6/site-packages/osprofiler/drivers/sqlalchemy_driver.py /usr/lib/python3.6/site-packages/osprofiler/exc.py /usr/lib/python3.6/site-packages/osprofiler/hacking /usr/lib/python3.6/site-packages/osprofiler/hacking/__init__.py /usr/lib/python3.6/site-packages/osprofiler/hacking/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/hacking/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/hacking/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/hacking/__pycache__/checks.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/hacking/__pycache__/checks.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/hacking/checks.py /usr/lib/python3.6/site-packages/osprofiler/initializer.py /usr/lib/python3.6/site-packages/osprofiler/notifier.py /usr/lib/python3.6/site-packages/osprofiler/opts.py /usr/lib/python3.6/site-packages/osprofiler/profiler.py /usr/lib/python3.6/site-packages/osprofiler/sqlalchemy.py /usr/lib/python3.6/site-packages/osprofiler/tests /usr/lib/python3.6/site-packages/osprofiler/tests/__init__.py /usr/lib/python3.6/site-packages/osprofiler/tests/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/__pycache__/test.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/__pycache__/test.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/functional /usr/lib/python3.6/site-packages/osprofiler/tests/functional/__init__.py /usr/lib/python3.6/site-packages/osprofiler/tests/functional/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/tests/functional/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/functional/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/functional/__pycache__/test_driver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/functional/__pycache__/test_driver.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/functional/config.cfg /usr/lib/python3.6/site-packages/osprofiler/tests/functional/test_driver.py /usr/lib/python3.6/site-packages/osprofiler/tests/test.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__init__.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_initializer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_initializer.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_notifier.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_notifier.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_opts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_opts.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_profiler.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_profiler.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_sqlalchemy.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_sqlalchemy.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_web.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/__pycache__/test_web.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__init__.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__pycache__/test_shell.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__pycache__/test_shell.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/test_shell.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__init__.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__pycache__/test_specs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__pycache__/test_specs.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/test_specs.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__init__.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__ /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_base.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_elasticsearch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_elasticsearch.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_jaeger.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_jaeger.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_loginsight.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_loginsight.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_messaging.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_messaging.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_mongodb.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_mongodb.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_redis_driver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__pycache__/test_redis_driver.cpython-36.pyc /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_base.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_elasticsearch.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_jaeger.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_loginsight.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_messaging.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_mongodb.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_redis_driver.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_initializer.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_notifier.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_opts.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_profiler.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_sqlalchemy.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_utils.py /usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_web.py /usr/lib/python3.6/site-packages/osprofiler/web.py /usr/share/doc/packages/python3-osprofiler /usr/share/doc/packages/python3-osprofiler/ChangeLog /usr/share/doc/packages/python3-osprofiler/LICENSE /usr/share/doc/packages/python3-osprofiler/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024