summaryrefslogtreecommitdiff
path: root/osprofiler/drivers/messaging.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-03-22 14:16:07 +0000
committerGerrit Code Review <review@openstack.org>2022-03-22 14:16:07 +0000
commit4bc4ed011750927306c0f1706843eac071cc5dc2 (patch)
treebf1e77db9a7bda6ec1e52d923aee9742018635f4 /osprofiler/drivers/messaging.py
parent7300788ebda160f12a5531c46bb3c2b23d9abef1 (diff)
parentb9206a5349724a179cf90fbd7f09555cfbbd7fd1 (diff)
downloadosprofiler-4bc4ed011750927306c0f1706843eac071cc5dc2.tar.gz
Merge "Fix api index and module index"
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.