summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add support of otlp exporterHEADmasterSahid Orentino Ferdjaoui2023-05-1011-4/+345
| | | | | | Depends-On: Idcff5d79b4884dd1cc7ed1ab42c9e4ce89d4a6d2 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I74cdcb2aa99b0162ba1c14059111f09d0bb534e3
* Merge "[profiler] hmac_key should be secret"Zuul2023-03-311-0/+1
|\
| * [profiler] hmac_key should be secretTakashi Kajinami2023-03-231-0/+1
| | | | | | | | | | | | | | ... apparently because the parameter takes secret key(s) for data encryption. Change-Id: I76836aa2a99549b23174f1869cc09fbf0c30681b
* | devstack: remove jaeger container on unstackSahid Orentino Ferdjaoui2023-03-233-0/+16
|/ | | | | | | | | | Let's remove the docker container created with Jaeger Tracing when unstacking, this avoid `./stack.sh` to fail when recreating the environnement mentioning that a docker container named jaeger already exists. Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I785c7b23be92eb5bc4da0366f705a77c3910d5c2
* Merge "Change StrictRedis usage to Redis"Zuul2023-02-172-2/+6
|\
| * Change StrictRedis usage to RedisTobias Urdin2023-02-082-2/+6
| | | | | | | | | | | | | | The StrictRedis class is only an alias for Redis in >= 3.0.0 Change-Id: I5b72306ec2d3164b285c24190c0d3f9ced4b6a31
* | jaeger: introduce process tags' option for tracerSahid Orentino Ferdjaoui2023-02-164-3/+28
| | | | | | | | | | | | Closes-bug: 2006611 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I938b52d7785d421015b888c9d70a5b0bf032772f
* | jaeger: introduce service name prefixSahid Orentino Ferdjaoui2023-02-164-2/+46
| | | | | | | | | | | | Closes-bug: #2003092 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I743fdc1203af6735d5772728e1b5c2ca16d41d9e
* | jaeger: fix driver initialization for testsSahid Orentino Ferdjaoui2023-02-161-0/+5
| | | | | | | | | | | | | | | | The initializator is a singleton, we should release driver after each setUp. Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: If6728f792609d1dc59d86954a767afe802c435e3
* | setup.cfg: Replace dashes with underscoresYuehuiLei2023-02-091-4/+4
|/ | | | | | | | | | | | | | | | Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I6f42330ee131be043d24152902e2209aca79ac1c
* Merge "tox: Add functional-py38, functional-py39 envs"Zuul2023-02-084-41/+38
|\
| * tox: Add functional-py38, functional-py39 envsStephen Finucane2023-02-064-41/+38
| | | | | | | | | | | | | | | | | | | | While here, we also clean up some style issues in this file. Fix CI issue to generated changelog with tox v4 Co-Authored-By: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: If6de005dd8229fe6f21dc103f50db083a415d7e4 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* | remove unicode prefix from codeniuke2022-08-082-14/+14
|/ | | | Change-Id: I28bfa2a34222dae4ede0dad527f264eee4d5d0c4
* Fix formattiing of release listHervé Beraud2022-05-271-11/+11
| | | | Change-Id: Ib8ac1b8288889789814334b384149ed19c8b4ef1
* 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
|\