summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make some revisions in the document3.4.3zhaolei.lc2022-03-311-5/+5
| | | | | | | | Make some revisions about the example of the implementation of nested trace points and fix some typos. Change-Id: I26a791e1073a2d62bd0f1c79bc26cd898d4e2c55
* Merge "Fix api index and module index"Zuul2022-03-2213-45/+63
|\
| * Fix api index and module indexMichael Johnson2022-02-1713-45/+63
| | | | | | | | | | | | | | | | This patch fixes the index and module index for the osprofiler documentation home page. It also updates the documents tox environments to use a docs requirements.txt Change-Id: I880f1c28232a299f50ea9ccc2178f1444efb9a41
* | Update CI to use unversioned jobs templateStephen Finucane2022-03-151-1/+1
|/ | | | | | | | | | | | | As part of the migration of this project to the independent release model, we failed to notice that the job template was still tied to a specific release. We've now introduced a new unversioned job template, 'openstack-python3-jobs' [1], which was can and should use. Do this. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Change-Id: If1b0368f69fc4b4f3040d5eb79b8d1f8a7d4c7bb Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Merge "Use TOX_CONSTRAINTS_FILE"Zuul2021-10-041-1/+1
|\
| * Use TOX_CONSTRAINTS_FILEHervé Beraud2021-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. [1] https://review.opendev.org/#/c/722814/ [2] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: I4ceb0afbdc65dceac9625540d393d6f8fea7d134
* | Merge "Remove six"Zuul2021-10-0415-40/+27
|\ \
| * | Remove sixwangzihao2020-12-1715-40/+27
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove six Replace the following items with Python 3 style code. - six.moves - six.StringIO - six.add_metaclass - six.string_types - six.binary_type - six.text_type - six.integer_types - six.PY3 - six.PY2 - six.iterkeys Change-Id: Id9f2076be1a6a2d99db5acb682df8bebe893de36
* | Set manila config opts in devstack3.4.2Goutham Pacha Ravi2021-08-021-0/+1
| | | | | | | | | | | | | | | | | | When enabled, manila conf options need to be set as well for the profiler to work on devstack. Depends-On: I3bce1f04d1cfebfacd78ed135a949a068c78987d Change-Id: Ibdbcad7cf5b19442a36ff06b935153960200b96d
* | Uncap PrettyTable3.4.1Wander Way2021-05-171-1/+1
| | | | | | | | | | | | | | | | This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I8b1d3e2d5354b89577ca13eda1acb704c9429fbf
* | Move flake8 as a pre-commit local target.Daniel Bengtsson2021-03-231-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal here is to avoid conflicts between flake8 and hacking version each 2 days. Inspired from nova's approach[1]. The flake8 version to install will be determined by hacking and requirements[2] will stay aligned instead of relying on different versions. [1] https://opendev.org/openstack/nova/src/branch/master/.pre-commit-config.yaml#L26-L35 [2] https://opendev.org/openstack/hacking/src/branch/master/requirements.txt#L1 Change-Id: I4e5610ef33675a2363e0ef2a8997b1a8e736a0da
* | Dropping lower constraints testingHervé Beraud2020-12-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: Idfab7e1fe6223508ba0e49bb93365f7f5fd2ad04
* | Merge "Use py3 as the default runtime for tox"Zuul2020-12-111-1/+1
|\ \
| * | Use py3 as the default runtime for toxHervé Beraud2020-11-041-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Wallaby support officially the following runtimes [1]: - Python 3.6 - Python 3.8 During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: Ic2411eef55b26345fb8bb0d3d7c83cf6b366af94
* | Merge "ignore reno generated artifacts"Zuul2020-11-091-0/+2
|\ \ | |/ |/|
| * ignore reno generated artifactsHervé Beraud2020-09-221-0/+2
| | | | | | | | Change-Id: Ie93d874918a3470a0e873c9f05ba7f9eb8801454
* | Adding pre-commitHervé Beraud2020-10-097-164/+80
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced changes: - pre-commit config and rules - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks. - Applying fixes for pre-commit compliance in all code. Also commit hash will be used instead of version tags in pre-commit to prevend arbitrary code from running in developer's machines. pre-commit will be used to: - trailing whitespace; - Replaces or checks mixed line ending (mixed-line-ending); - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker); - Checks that non-binary executables have a proper shebang (check-executables-have-shebangs); - Check for files that contain merge conflict strings (check-merge-conflict); - Check for debugger imports and py37+ breakpoint() calls in python source (debug-statements); - Attempts to load all yaml files to verify syntax (check-yaml); - Run flake8 checks (flake8) (local) For further details about tests please refer to: https://github.com/pre-commit/pre-commit-hooks Change-Id: If4bd505d6bf73d06ce2f6080cedb3b5576c881d9 Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
* Add Python3 wallaby unit testsOpenStack Release Bot2020-09-111-1/+1
| | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I711dad984ce30bf12832561959826a1895e66fc8
* Update master for stable/victoriaOpenStack Release Bot2020-09-112-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Idfafbd378f9b5cf3c060edc4090177406ee0ea84 Sem-Ver: feature
* Fix StopIteration error on Ubuntu Focalvictoria-em3.4.0Manish Kumar2020-09-061-1/+4
| | | | | | | | | | | | | As per victoria cycle testing runtime and community goal, we need to migrate upstream CI/CD to Ubuntu Focal(20.04). StopIteration error happening in pep8 job when running on Focal. we can see the failure in https://review.opendev.org/#/c/744331/ Change-Id: Iecdd3bfddb95adec77f8581f844cfc74ca59fc73 Story: #2007865 Task: #402207
* Bump bandit versionMoisés Guimarães de Medeiros2020-07-241-1/+1
| | | | | | | | This patch bumps bandit allowed version to >=1.6.0,<1.7.0 in order to avoid the errors detailed here https://github.com/PyCQA/bandit/pull/393 Change-Id: I883e2aae7918086be73579627e91325f9fe33b77 Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
* switch to importlib.metadata to find package version3.3.0Doug Hellmann2020-07-063-2/+9
| | | | | | | | | | | | | | | Importing pkg_resources has a side-effect of reading all of the metadata for every installed python package. The newer importlib.metadata module can load the metadata for one package at a time, which makes this library load more quickly and improves the startup-time performance of applications that use it such as python-openstackclient. importlib.metadata is part of the python 3.8 standard library and is distributed separately for other versions of python. Change-Id: Ib1870a3d102116f84c7677601fd44fdac41a13a6 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Fix empty 'args' and 'kwargs' when using 'hide_args' with Jaeger3.2.2Daria Kobtseva2020-06-211-2/+4
| | | | | | | | | | | When 'hide_args=True' is used in @profiler.trace() decorator along with Jaeger driver, trace 'args' and 'kwargs' function parameters are empty, which leads to a key error. This change introduces a key check before adding those parameters to tags. Change-Id: I312da1b175a04d4ddee7f823111b8320dd4777d6
* drop mock from lower-constraints3.2.1Hervé Beraud2020-06-091-1/+0
| | | | | | | | | | The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints. These changes will help us to drop `mock` from openstack/requirements Change-Id: I88e5f5961d0b4b0a71dc55141155fe23a9676a9a
* Merge "Switch to newer openstackdocstheme and reno versions"3.2.0Zuul2020-06-034-19/+16
|\
| * Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-06-024-19/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ia700e656b4c2616ccbff32707eb4297a1dafbe3b
* | Fix pep8 failuresAndreas Jaeger2020-06-0210-35/+38
|/ | | | | | | | | | With an updated flake8, we get some new warnings. Update hacking directly to version 3.1.0 and fix the problems found. Note that before this change, flake8 used the default "ignore" list, this now adds a new ignore list. Change-Id: Iccbf4f30eb4e542d3824b7782f43eacda29c5a90
* Merge "Bump default tox env from py37 to py38"Zuul2020-04-241-1/+1
|\
| * Bump default tox env from py37 to py38Sean McGinnis2020-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I3727e107748db800149aef2ab5696b4bd48df425 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Add py38 package metadataSean McGinnis2020-04-241-0/+1
|/ | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: If6896f56cd9df8c2e2f015e79793653abce0da20 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Enforce order of import statementsIlya Shakhat2020-04-207-6/+9
| | | | | | | This patch adds flake8-import-order plugin and fixes all found issues. Change-Id: Ibbeae4afeb737401de48fb2e7e225eb0a969908b
* Use unittest.mock instead of third party mockSean McGinnis2020-04-1815-15/+17
| | | | | | | | Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I76e01d55ff4d9095a6dbf520752042824225de73 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Add Python3 victoria unit testsOpenStack Release Bot2020-04-141-1/+1
| | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ie36d08a274b13181518b3a2628209ab1e81d5c6a
* Update master for stable/ussuriOpenStack Release Bot2020-04-142-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: Iaa0abf7e3e8ca5988fe69b60bbe76b631096c03a Sem-Ver: feature
* Update hacking for Python3ussuri-em3.1.0Andreas Jaeger2020-04-013-18/+30
| | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Change-Id: I8ba89483c8e6b76011833cfc5080eab3fd269c8b
* Merge "Start README.rst with a better title"Zuul2020-03-111-7/+3
|\
| * Start README.rst with a better titleyangkun.lc2020-03-111-7/+3
| | | | | | | | Change-Id: I1b18c752dcc2d11144c1b92d9161faef4ad71956
* | [ussuri][goal] Drop python 2.7 support and testing3.0.0Andreas Jaeger2020-02-047-47/+20
|/ | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Switch to using modern sphinx-build. Remove cruft from setup.cfg Drop non-voting jobs from gate queue. Change-Id: I2cc764bd3de8130aa25868b57b2e89341c71617e
* Merge "Handle driver initialization errors to avoid service crash"2.9.0Zuul2019-11-186-21/+45
|\
| * Handle driver initialization errors to avoid service crashIlya Shakhat2019-07-246-21/+45
| | | | | | | | | | | | | | | | This patch fixes the issue when failed osprofiler driver brings the whole service down. With this patch the default no-op behaviour is used in case of initialization failure. Change-Id: I6ebc393576f4fc3f8b4134164bafc2e09f102ebd
* | Switch to Ussuri jobszhangboye2019-10-251-1/+1
| | | | | | | | Change-Id: Iad81bd6f4b5581d59da48fc163cd38f6ac14d812
* | Update master for stable/trainOpenStack Release Bot2019-09-202-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I001fb0dd6e0a0225c83bd6a3b9fad2b108dc3385 Sem-Ver: feature
* | Add Python 3 Train unit teststrain-em2.8.2Corey Bryant2019-07-053-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I18d35d120bed22f5bbb4b8e15942d3e48063615d Story: #2005924 Task: #34234
* | Bring env OSPROFILER_CONNECTION_STRING into effect2.8.1francotseng2019-06-281-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | The --connection-string is marked required, and parse_args() assumes the flag invalid if it's not supplied as command line argument, even if env OSPROFILER_CONNECTION_STRING is setted. We should not rely on the required=True of argparse module, but check the required args on our own to take env arguments into consideration. Change-Id: I50f5f369ec41ddc82f9b66f5910b7805940fb387
* | Support standalone placement in the devstackBalazs Gibizer2019-06-131-0/+1
| | | | | | | | | | | | | | The placement service has a separate config file that also needs to be modified if osprofiler is enabled in devstack. Change-Id: I7fa963b20498549d4241ccb16cfbca8ddf70eef5
* | Merge "Optimize storage schema for Redis driver"2.8.0Zuul2019-05-202-6/+42
|\ \
| * | Optimize storage schema for Redis driverIlya Shakhat2019-04-092-6/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original Redis driver stored each tracing event under its own key, as result both list and get operations required a full scan of the database. With this patch traces are stored as Redis lists under a key equal to trace id. So list operation iterates only over unique trace ids and get operation retrieves the content of a specified list. Note that list operation still needs to retrieve at least 1 event from the trace in order to get a timestamp. Performance test is executed with 1000 traces each consisting 1000 events: * existing driver: * write: 48 sec * list: 41 sec * get: 3.6 sec * optimized driver: * write: 44 sec * list: 4.1 sec * get: 0.01 sec Change-Id: I09a122f91e3d26531965fe53d6df7c66f502de4c
* | | Automatic configuration of SQLAlchemy driver in DevStackIlya Shakhat2019-05-165-14/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new type of collector "sqlalchemy". To enable it, add the following line into DevStack local.conf: OSPROFILER_COLLECTOR=sqlalchemy OSProfiler DevStack plugin creates database for traces and configures all services to use it. SQLAlchemy driver is extend to be able to list traces. Zuul job is added to run Tempest tests with sqlalchemy driver enabled. Change-Id: Ia943d311d78f6dfd2e6bb884c8dca725b3b2a36b
* | | Merge "Fix elasticsearch version in python requirements"Zuul2019-05-061-1/+1
|\ \ \
| * | | Fix elasticsearch version in python requirementsRadoslaw Smigielski2019-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack Python requirements check fails on Python elasticsearch with error: > Requirement for package elasticsearch excludes a version > not excluded in the global list. Change-Id: Iadb5a14d495dbf242970b8b1f4705cd33545a7eb Closes-Bug: #1826782