Hello everyone,

I m implementing a jaeger tracing system in RGW, some images below
RGW_DELETE_OBJ.pngFor deleting a object

RGW_LIST_BUCKETS.png
for getting the list of buckets in clusters
I have two tags in jaegerUI to filter various spans one is gateway(swift or s3) and another is RGwOpeartion type like for example putting an object has a name  "RGW_OP_PUT_OBJ".
is this much detail sufficient? or should I go more deep into each functions and try to trace those.
Also what should any improvement and changes I can make into this to make this more developer friendly.

Thank you