You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/03/24 19:02:34 UTC

[GitHub] [hadoop] yurishkuro commented on pull request #2816: HADOOP-15566 initial changes for opentelemetry - WIP

yurishkuro commented on pull request #2816:
URL: https://github.com/apache/hadoop/pull/2816#issuecomment-806079414


   OpenTelemetry has an API jar and an SDK jar. The API jar is the one on which your code needs to depend the most, and it brings no additional dependencies. But in order to actually export the telemetry, you do need an SDK. There should be a way to initialize the SDK at runtime without creating a compile time dependency.


-- 
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org