summaryrefslogtreecommitdiff
path: root/osprofiler/profiler.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixwangzihao2020-12-171-4/+2
* Fix pep8 failuresAndreas Jaeger2020-06-021-2/+2
* Enforce order of import statementsIlya Shakhat2020-04-201-1/+1
* In case of an error, always add messageShoham Peller2018-12-161-1/+5
* Make profiler.clean() public methodStuart Grace2018-06-271-1/+1
* OSprofiler with Jaeger Tracing as backendTovin Seven2018-05-291-1/+13
* 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-181-1/+1
|/
* Add function/sql results to trace infoTovin Seven2017-08-071-9/+37
* Remove unused parameters from Profiler classIlya Shakhat2017-07-311-18/+3
* Use uuidutils instead of uuid.uuid4()Tovin Seven2016-12-071-3/+3
* Replace six.iteritems() with .items()gecong19732016-11-281-2/+1
* Merge "Add backward compatible drivers structure"Jenkins2016-07-121-8/+19
|\
| * Add backward compatible drivers structureAlexey Yelistratov2016-07-041-8/+19
* | Merge "Add exception type to stop trace info"Jenkins2016-05-191-1/+5
|\ \ | |/ |/|
| * Add exception type to stop trace infoVipin Balachandran2016-04-211-1/+5
* | Avoid tracing class and static methodsJoshua Harlow2016-03-161-13/+26
* | Avoid multiple tracing when applying meta or class decoratorJoshua Harlow2016-03-151-8/+61
|/
* Make class detection more accurateDina Belova2016-02-091-1/+1
* Disable staticmethods tracing1.0.1Dina Belova2016-02-061-1/+4
* Add fix for static and class methods in @trace_clsDina Belova2016-02-011-2/+14
* Use oslo.utils reflection and avoid refinding decorated nameJoshua Harlow2016-01-251-13/+10
* Make profiler timestamp json.dumps friendlyDina Belova2016-01-141-1/+2
* Fix TracedMeta classBoris Pavlovic2015-12-281-3/+3
* Fix a couple of typos in doc stringsTimur Sufiev2015-12-281-1/+1
* Fix Ceilometer parser to use eventsDina Belova2015-12-241-2/+10
* Add TracedMeta classDina Belova2015-12-211-0/+48
* Add hacking rules & fix hacking issuesBoris Pavlovic2015-11-231-1/+1
* Various cleanupsBoris Pavlovic2015-06-241-6/+6
* Fix issue with trace_clsBoris Pavlovic2014-07-141-1/+3
* Add @profiler.trace_cls decoratorBoris Pavlovic2014-07-131-6/+59
* Fix & improve trace decoratorBoris Pavlovic2014-07-071-6/+20
* Add @profiler.trace decoratorBoris Pavlovic2014-07-031-0/+22
* Make a cleaner API for osporfilerBoris Pavlovic2014-07-021-3/+3
* Add "_" to names of private methodsBoris Pavlovic2014-07-021-3/+3
* Make hmac required argument in profiler.Profiler.initBoris Pavlovic2014-06-241-10/+59
* Split code sugar and logic in Profiler classBoris Pavlovic2014-06-121-16/+13
* Simplify notifer APIBoris Pavlovic2014-06-111-2/+1
* Merge pull request #3 from harlowja/secure-hmacBoris Pavlovic2014-05-211-3/+5
|\
| * Add in hmac signing/verificationJoshua Harlow2014-05-201-3/+5
* | Make name also use a dequeJoshua Harlow2014-05-151-1/+1
* | Use a collections.deque which has thread safe pop/appendJoshua Harlow2014-05-151-2/+2
|/
* Remove information about service in profilerBoris Pavlovic2014-05-091-8/+5
* Add possibility to disable sqlalchemy tracingBoris Pavlovic2014-05-071-2/+2
* Imporove profiler and add UTsBoris Pavlovic2014-02-241-1/+19
* Fix licensesBoris Pavlovic2014-01-121-1/+2
* Fix pepBoris Pavlovic2014-01-121-1/+1
* Add profiler classBoris Pavlovic2014-01-091-0/+105