summaryrefslogtreecommitdiff
path: root/osprofiler/drivers/messaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/drivers/messaging.py')
-rw-r--r--osprofiler/drivers/messaging.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/osprofiler/drivers/messaging.py b/osprofiler/drivers/messaging.py
index 3381cf6..c7fbd12 100644
--- a/osprofiler/drivers/messaging.py
+++ b/osprofiler/drivers/messaging.py
@@ -83,10 +83,9 @@ class Messaging(base.Driver):
:param info: Contains information about trace element.
In payload dict there are always 3 ids:
"base_id" - uuid that is common for all notifications
- related to one trace.
+ related to one trace.
"parent_id" - uuid of parent element in trace
"trace_id" - uuid of current element in trace
-
With parent_id and trace_id it's quite simple to build
tree of trace elements, which simplify analyze of trace.