doc: update jaegertracing user doc

Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
This commit is contained in:
Omri Zeneva 2021-11-30 11:05:50 +02:00
parent 14b151c381
commit 0a85634b10

View 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