summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* add support of otlp exporterHEADmasterSahid Orentino Ferdjaoui2023-05-101-0/+22
| | | | | | Depends-On: Idcff5d79b4884dd1cc7ed1ab42c9e4ce89d4a6d2 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I74cdcb2aa99b0162ba1c14059111f09d0bb534e3
* Merge "tox: Add functional-py38, functional-py39 envs"Zuul2023-02-081-0/+4
|\
| * tox: Add functional-py38, functional-py39 envsStephen Finucane2023-02-061-0/+4
| | | | | | | | | | | | | | | | | | | | 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-081-6/+6
|/ | | | Change-Id: I28bfa2a34222dae4ede0dad527f264eee4d5d0c4
* 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
* Fix api index and module indexMichael Johnson2022-02-172-0/+14
| | | | | | | | 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
* Remove sixwangzihao2020-12-171-2/+1
| | | | | | | | | | | | | | | | 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
* Adding pre-commitHervé Beraud2020-10-091-156/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-06-021-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Replace git.openstack.org URLs with opendev.org URLscaoyuan2019-04-291-2/+2
| | | | Change-Id: Id2b126d0b66a24a099fb7f52aa819b4b0ac0f7c7
* Minimum versions of databases with JSON data type support2.7.0Radoslaw Smigielski2019-04-211-0/+7
| | | | | | | | | | | | | SQLAlchemy collector requires database JSON data type support which is fairly new feature and missing in versions older than: - MariaDB 10.2 - MySQL 5.7.8 Let's document that SQLAlchemy collector requirement. Change-Id: Ifb379a40d90d252d56d4f830e75bbfa08bf66a01 Closes-Bug: #1825693
* Add sqlalchemy collectorThomas Bechtold2019-02-141-0/+25
| | | | | | | | | | Beside the already available collectors, add a sqlalchemy based collector. This is useful if you don't want to maintain another DB solution and just use the (usually) already available database. The driver currently implements the notify() and get_report() methods so it is possible to store trace points and to get a single trace. Change-Id: If91b35d4b97862c0ecf6677f4c6b95a09d411195
* Update documentation & usage for redis driverTovin Seven2018-06-011-2/+3
| | | | | | Add password (AUTH) support to redis driver. Change-Id: I5e3af4848ecce7b0a8a469faa587f54689358d3b
* Fix typo2.1.0Einst Crazy2018-05-221-1/+1
| | | | Change-Id: Iec80acb770c7833bb48794263a1db4be7dad5090
* Trivial: Update pypi url to new urlTovin Seven2018-04-201-1/+1
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: Ibc980c462ddb00036d35d49bf629092550973c30
* Remove Ceilometer supportIlya Shakhat2018-01-181-2/+2
| | | | | | | | | | | | | | | Our current Ceilometer driver relies on old version of ceilometer client, which is in deprecated state and not compatible with the latest Telemetry projects (Panko, Gnocchi). The functionality of the driver is not tested automatically and most probably broken. So it's time to let it go and clean the code. This patch leaves "messaging" driver as default for notification and makes "connection-string" a required parameter in CLI. In the future we may consider to change default notification driver, though it requires proper release note handling in all affected projects. Change-Id: Id8442c4ff13c5cc33fd909b4757757cc5f396f50
* Update the invalid doc links to the right ones in osprofiler docsshangxiaobj2018-01-011-3/+3
| | | | | | | 1) Fix the invalid doc links according to the lastest OpenStack Website. 2) Replace them with the right ones. Change-Id: I8d768802e25944a9761263cb2c80f5aaca317e96
* doc: Fix formattingAkihiro Motoki2017-07-063-110/+111
| | | | | | | openstackdocstheme shows vertical lines for quote blocks. This commit removes unnecessary leading spaces. Change-Id: Ie5651f0510550eb3910e68e433a41e99bf2bfa8a
* rearrange existing documentation to fit the new standard layoutAkihiro Motoki2017-07-069-16/+30
| | | | Change-Id: Ie4bdcc2034d0648a078e17b327df99f652887857
* Switch from oslosphinx to openstackdocsthemeAkihiro Motoki2017-07-061-13/+9
| | | | Change-Id: Ic6d11356de62f9779f96fbe15160ee1004c45245
* Enable warning-is-error in doc buildAkihiro Motoki2017-07-061-0/+1
| | | | | | | - Update sphinx version - Fix sphinx warning Change-Id: Ibf3361af30cec3c291cfdf50438cf49dd72427f8
* Add Jaeger to list of similar projectsTovin Seven2017-03-031-0/+2
| | | | | | | | | Reference: - Homepage: https://uber.github.io/jaeger/ - Github: https://github.com/uber/jaeger - Blog post: https://eng.uber.com/distributed-tracing/ Change-Id: I158cf1220309c51c5276221d9bf7fbc18befd619
* fix an outdated link for zipkinAdam Spiers2017-03-021-1/+1
| | | | Change-Id: Ic75d432bf7b9daff9a6595461167a7f4a655ac98
* Add a redis driverBENJAMIN VANHAVERMAET2016-11-071-0/+39
| | | | Change-Id: I64768e282d5f3f32d9d79d15f59413d42df95037
* Update documentation to the latest stateDina Belova2016-10-214-29/+85
| | | | | | + fix several typos Change-Id: I66d1acb9124a8c65876d2fa3a7fd94a6e350b8b8
* Update the driver path in th docwangxiyuan2016-10-111-2/+2
| | | | | | The driver path is changed, we should update the doc as well. Change-Id: Ia70adaea7052e112e8784f1f2c67a5e25bff74fb
* Fix a doc typowangxiyuan2016-10-101-1/+1
| | | | Change-Id: Ibf7d86b21f2709e968b85b6f5fb16c596c3d0c6d
* [doc]Add description for multi-backend URIAtsushi SAKAI2016-09-071-2/+4
| | | | | | Add description for multi-backend URI Change-Id: Ifc3687739cd65bdfbca015ab27f2187ad0b1a60b
* Add connection string usage to osprofiler-cliAlexey Yelistratov2016-08-051-0/+6
| | | | Change-Id: I90c6bf701667f9dddb880151047d24253000a7e6
* Fix title of index pageOleksii Chuprykov2016-07-191-3/+3
| | | | | | Remove repetition of word 'library'. Change-Id: Ibd7376a5542c4742c3471290c988320fca27402e
* Merge "Don't set html_last_updated_fmt without git"Jenkins2016-06-021-4/+2
|\
| * Don't set html_last_updated_fmt without gitThomas Bechtold2016-06-011-4/+2
| | | | | | | | | | | | | | | | | | | | | | Using a timestamp as value for "html_last_updated_fmt" isn't good for the reproducible builds initiative from different downstream distributions because the build result always differs due to the timestamp in the documentation. Also when not setting "html_last_updated_fmt", the value can be set via command line when running "sphinx-build -D". Change-Id: Ia23451e6b53f6f83dd22e069ef42a4a067ec5881
* | Fix typo: 'Olso' to 'Oslo'Moshe Levi2016-06-021-1/+1
|/ | | | Change-Id: I5933560201e645fa37dddf92e2df6a63d3a2544c
* doc: Log warning when can't get informaiton from gitChangBo Guo(gcb)2016-04-111-0/+3
| | | | | | | Add warning to indicate something is wrong when getting last updated information from git repository. Change-Id: Ie1ff9d77c30e4d5601443ece992968593fc1b8c1
* Add a similar link with reference to similar projects/librariesJoshua Harlow2016-03-252-0/+19
| | | | Change-Id: I365096b66eef9961cbe5144668ca9d146b53304f
* Continue work on standardizing osprofiler docsJoshua Harlow2016-03-245-1/+376
| | | | | | | | | Add actual sections and files and remove the main index.rst just being a symlink of the README.rst file and have that README.rst file now be formatted like the other oslo projects. Change-Id: I7ec12eef59bfbc2434a9905fe6e1ee4b9e3736e5
* Updates to doc conf.py to look the same as other projectsJoshua Harlow2016-03-241-2/+3
| | | | Change-Id: I9a08b6c3484345a5332db6e98e2bd159055da218
* Merge "Dont claim copyright for future years"Jenkins2016-03-161-1/+1
|\
| * Dont claim copyright for future yearsChangBo Guo(gcb)2016-03-141-1/+1
| | | | | | | | | | | | | | otherwise, when building from unchanged source in 2018, it would claim Copyright 2018 which is not true . Change-Id: I80d466b0e1273a50c0e8f0c4850314afd4def389
* | Remove outdated versionChangBo Guo(gcb)2016-03-141-9/+0
|/ | | | | | | | | | * We bump osporfiler to 0.3.1, but don't update this in README.rst, just remove the version to avoid inconsistent. * We get last updated time from git history, so don't set it with specific version for document. Change-Id: I7292cfb1f9c74ca5a8387fc4e5fff076679835a7
* Fallback if git is absentDavanum Srinivas2016-03-021-3/+7
| | | | | | | | When building packages if git is absent, then we should fall back to a safe default. Closes-Bug: #1552251 Change-Id: I9b21700f942f5d1f9302b3af04d6d24e1afba1b3
* Replace deprecated library function os.popen() with subprocessHarshada Mangesh Kakad2016-01-141-2/+5
| | | | | | | | os.popen() is deprecated since version 2.6. Resolved with use of subprocess module. Change-Id: I5e8a3cb1d2a50656025ca0fec5f95b581f0af7b4 Closes-Bug: #1529836
* Stop using intersphinxAndreas Jaeger2014-10-041-5/+0
| | | | | | | | | | | | | | Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
* Add OSprofiler docsBoris Pavlovic2014-08-013-0/+441
This is required by python-docs job + it's good to have documentation on read the docs. As we don't won't to duplicate work, index.rst is just symlink to README.rst Change-Id: I1b42fc7c135367ca77949998c5e0db5fc5dd7434