osprofiler/osprofiler
francotseng 6c035399ad Bring env OSPROFILER_CONNECTION_STRING into effect
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
(cherry picked from commit ede0ec402e)
2019-07-01 03:43:02 +00:00
..
cmd Bring env OSPROFILER_CONNECTION_STRING into effect 2019-07-01 03:43:02 +00:00
drivers Put 'db' parameter back and provide a deprecation warning before remove 2018-06-26 04:01:41 +00:00
hacking Move hacking checks outside tests 2016-11-23 13:00:30 +05:30
tests Make profiler.clean() public method 2018-06-27 12:26:55 +01:00
__init__.py Remove old notifiers 2016-08-31 17:11:32 +03:00
_utils.py OSprofiler with Jaeger Tracing as backend 2018-05-29 06:03:46 +00:00
exc.py Add Log Insight driver 2016-11-07 15:30:52 +05:30
initializer.py Filter traces that contain error/exception 2018-02-05 15:14:17 +07:00
notifier.py Add backward compatible drivers structure 2016-07-04 18:47:01 +03:00
opts.py opts: Fix invalid rST formatting 2018-06-26 04:02:01 +00:00
profiler.py Make profiler.clean() public method 2018-06-27 12:26:55 +01:00
sqlalchemy.py Handle and report SQLAlchemy errors 2017-10-27 11:13:46 +02:00
web.py Make profiler.clean() public method 2018-06-27 12:26:55 +01:00