diff --git a/releasenotes/notes/osprofiler-784098daab42a150.yaml b/releasenotes/notes/osprofiler-784098daab42a150.yaml new file mode 100644 index 000000000..d44a4b5e8 --- /dev/null +++ b/releasenotes/notes/osprofiler-784098daab42a150.yaml @@ -0,0 +1,6 @@ +--- +features: + - Added osprofiler support. ``OSProfiler`` is an OpenStack cross-project + profiling library. It allows the user to generate a trace per request which + is processed in multiple services, and then generate a tree of calls which + is intuitive to understand.