diff --git a/releasenotes/notes/osprofiler-787e801596a792eb.yaml b/releasenotes/notes/osprofiler-787e801596a792eb.yaml new file mode 100644 index 0000000..d44a4b5 --- /dev/null +++ b/releasenotes/notes/osprofiler-787e801596a792eb.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.