mirror of
https://github.com/ceph/ceph
synced 2025-02-18 00:17:37 +00:00
doc: update jaegertracing user doc
Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
This commit is contained in:
parent
14b151c381
commit
0a85634b10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user