You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "suddendust (via GitHub)" <gi...@apache.org> on 2023/02/25 09:20:10 UTC

[GitHub] [pinot] suddendust opened a new issue, #10341: Tracing API Operations

suddendust opened a new issue, #10341:
URL: https://github.com/apache/pinot/issues/10341

   Can we attach a UUID to each API operation so that tracing it becomes easier among the massive amounts of logs in servers/controllers? This would make tracing that operation very easy, compared to how it is right now. This would entail putting a UUID to the MDC and transferring it across threads and configuring log4j to log the key with every statement.
   
   (There must be some reason to why this isn't being done right now which, if true, I am not aware of). Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #10341: Tracing API Operations

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #10341:
URL: https://github.com/apache/pinot/issues/10341#issuecomment-1447085677

   I think this is especially useful for query request, where we can easily associate the log to the query. Broker id + query id can be used for such purpose


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org