]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update jaegertracing user doc
authorOmri Zeneva <ozeneva@redhat.com>
Tue, 30 Nov 2021 09:05:50 +0000 (11:05 +0200)
committerOmri Zeneva <ozeneva@redhat.com>
Tue, 30 Nov 2021 09:05:50 +0000 (11:05 +0200)
Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
doc/jaegertracing/index.rst

index 7dcc70cc3290086bfd96814934245c1a34ef4db3..75458986cb8c4908b3e49073b4862f8e05df5d39 100644 (file)
@@ -63,11 +63,22 @@ TRACES IN RGW
 
 traces of RGW can be found under Service `rgw` in Jaeger Frontend.
 
+REQUESTS
+^^^^^^^^
 every user request is being traced. each trace contains tags for
 `Operation name`, `User id`, `Object name` and `Bucket name`.
 
 there is also `Upload id` tag for Multipart upload operations.
 
+request trace is named `<command> <transaction id>`.
+
+MULTIPART UPLOAD
+^^^^^^^^^^^^^^^^
+there is a trace, that consists a span for each request that made by that multipart upload, including all `Put Object` requests.
+
+multipart trace is named `multipart_upload <upload id>`.
+
+
 rgw service in Jaeger Frontend:
 
 .. image:: ./rgw_jaeger.png