neutron/neutron/notifiers
Bence Romsics 45e59e3a18 Propagate profiler info into BatchNotifier threads
While working on improving the osprofiler report in neutron I'm finding
various places where the profiling can be extended by propagating the
profiler info further then before.

This change starts to profile BatchNotifier threads (e.g. various
callbacks to nova) when the code starting the thread was already
profiled (it's not at the moment, but that will be another change).

In this change we use osprofiler.profiler.clean(). Since that has became
part of the public interface of osprofiler in version 2.3.0, we bump
osprofiler version to 2.3.0 both in lower-constraints and requirements.

Change-Id: Ibd08e097b6f8457c50f8ba9e4a63b96e7e3182bc
Partial-Bug: #1833674
2019-07-09 13:28:33 +02:00
..
__init__.py Notify nova when ports are ready 2014-03-13 17:19:21 -07:00
batch_notifier.py Propagate profiler info into BatchNotifier threads 2019-07-09 13:28:33 +02:00
ironic.py Notify ironic on port status changes 2019-05-27 13:38:42 +02:00
nova.py Send global_request_id for tracing calls from neutron to nova 2018-11-30 05:41:24 +00:00