You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/12/20 14:48:00 UTC

[jira] [Created] (HBASE-25424) Find a way to config OpenTelemetry tracing without directly depending on opentelemetry-sdk

Duo Zhang created HBASE-25424:
---------------------------------

             Summary: Find a way to config OpenTelemetry tracing without directly depending on opentelemetry-sdk
                 Key: HBASE-25424
                 URL: https://issues.apache.org/jira/browse/HBASE-25424
             Project: HBase
          Issue Type: Sub-task
          Components: dependencies, tracing
            Reporter: Duo Zhang


According to the document of OpenTelemetru, for all the modules which could be depended by downstream users, we should only depend on opentelemetry-api.

But the open telemetry propagator must be initialized programmatically, so we need to have a module to implement the code and introduce dependency on opentelemetry-sdk, and we need to call it before doing anything when starting master, regionserver, and so on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)