summaryrefslogtreecommitdiff
path: root/osprofiler
Commit message (Expand)AuthorAgeFilesLines
* add support of otlp exporterHEADmasterSahid Orentino Ferdjaoui2023-05-105-1/+294
* [profiler] hmac_key should be secretTakashi Kajinami2023-03-231-0/+1
* Merge "Change StrictRedis usage to Redis"Zuul2023-02-171-2/+2
|\
| * Change StrictRedis usage to RedisTobias Urdin2023-02-081-2/+2
* | jaeger: introduce process tags' option for tracerSahid Orentino Ferdjaoui2023-02-163-3/+23
* | jaeger: introduce service name prefixSahid Orentino Ferdjaoui2023-02-163-2/+41
* | jaeger: fix driver initialization for testsSahid Orentino Ferdjaoui2023-02-161-0/+5
|/
* Fix api index and module indexMichael Johnson2022-02-176-37/+23
* Remove sixwangzihao2020-12-1712-36/+26
* Adding pre-commitHervé Beraud2020-10-091-2/+2
* Fix StopIteration error on Ubuntu Focalvictoria-em3.4.0Manish Kumar2020-09-061-1/+4
* switch to importlib.metadata to find package version3.3.0Doug Hellmann2020-07-061-2/+7
* Fix empty 'args' and 'kwargs' when using 'hide_args' with Jaeger3.2.2Daria Kobtseva2020-06-211-2/+4
* Fix pep8 failuresAndreas Jaeger2020-06-028-34/+34
* Enforce order of import statementsIlya Shakhat2020-04-205-6/+6
* Use unittest.mock instead of third party mockSean McGinnis2020-04-1814-14/+17
* Update hacking for Python3ussuri-em3.1.0Andreas Jaeger2020-04-011-15/+15
* 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
* | Bring env OSPROFILER_CONNECTION_STRING into effect2.8.1francotseng2019-06-281-2/+11
* | Merge "Optimize storage schema for Redis driver"2.8.0Zuul2019-05-201-6/+26
|\ \
| * | Optimize storage schema for Redis driverIlya Shakhat2019-04-091-6/+26
| |/
* | Automatic configuration of SQLAlchemy driver in DevStackIlya Shakhat2019-05-161-0/+17
* | change function list_traces of mongodb moduleXiaojueGuan2019-05-031-1/+1
|/
* Don't fail if sqlalchemy driver fails to initializeThomas Bechtold2019-03-191-37/+43
* Add sqlalchemy collectorThomas Bechtold2019-02-143-0/+126
* In case of an error, always add messageShoham Peller2018-12-164-2/+8
* When shortening span-ids, check if they're already shortShoham Peller2018-10-092-1/+11
* add password for connecting redis-sentinellipan2018-09-011-0/+1
* Make profiler.clean() public methodStuart Grace2018-06-274-9/+9
* Merge "opts: Fix invalid rST formatting"2.2.0Zuul2018-06-261-19/+26
|\
| * opts: Fix invalid rST formattingStephen Finucane2018-06-261-19/+26
* | Put 'db' parameter back and provide a deprecation warning before removeNguyen Van Duc2018-06-261-2/+12
|/
* Merge "OSprofiler with Jaeger Tracing as backend"Zuul2018-06-138-6/+291
|\
| * OSprofiler with Jaeger Tracing as backendTovin Seven2018-05-298-6/+291
* | Allow user to specify password for Redis connectionIlya Shakhat2018-06-011-6/+5
|/
* Filter traces that contain error/exception2.0.0Tovin Seven2018-02-057-14/+134
* Merge "Unify and fix `list_traces` function"Zuul2018-01-246-24/+65
|\
| * Unify and fix `list_traces` functionIlya Shakhat2018-01-236-24/+65
* | Merge "Add initial 'trace list' command"Zuul2018-01-241-0/+26
|\ \ | |/
| * Add initial 'trace list' commandOmer Anson2018-01-231-0/+26
* | Merge "Check profiler instance before initialize"Zuul2018-01-231-2/+3
|\ \ | |/ |/|
| * Check profiler instance before initializeTovin Seven2018-01-181-2/+3
* | Remove Ceilometer supportIlya Shakhat2018-01-188-697/+11
|/
* Merge "Add kwargs to WsgiMiddleware __init__"1.15.0Zuul2018-01-021-1/+5
|\
| * Add kwargs to WsgiMiddleware __init__Tovin Seven2018-01-021-1/+5
* | Add filter for OSprofiler html outputTovin Seven2018-01-021-6/+35
|/
* Add functional test for Redis driverIlya Shakhat2017-11-291-0/+11
* Add Zuul job for functional testingIlya Shakhat2017-11-083-18/+42
* Merge "Handle and report SQLAlchemy errors"1.14.0Zuul2017-11-082-7/+58
|\