FrankChen021 commented on issue #11246:
URL: https://github.com/apache/druid/issues/11246#issuecomment-840243394


   This is an interesting topic. I'm going to do this in my Druid cluster to 
improve observability.
   
   In contrast to provide such ability by Druid itself, it's highly recommended 
to use some non-intrusive(auto instrumentation) solutions such as 
[PinPoint](https://github.com/pinpoint-apm/pinpoin) to achieve this goal.  As I 
know, pinpoint works very well with Jetty used by Druid. If I understand 
correctly, open telemetry also provides auto instrumentation.
   
   So the only thing we have to do is putting java agent of those tools 
mentioned above to the java command line of Druid services. But one thing that 
I think we need to make little change is at the peon command line. It's better 
to set different application name, which will be reflected at the observability 
platform,  for each task based on their datasource so that it's more clear that 
a query goes into which task.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to