You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/05/13 02:31:22 UTC

[GitHub] [druid] FrankChen021 commented on issue #11246: Opentracing / Opentelemetry Support

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:
users@infra.apache.org



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