You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/11/01 23:54:00 UTC

[jira] [Created] (HBASE-26414) Tracing INSTRUMENTATION_NAME is incorrect

Nick Dimiduk created HBASE-26414:
------------------------------------

             Summary: Tracing INSTRUMENTATION_NAME is incorrect
                 Key: HBASE-26414
                 URL: https://issues.apache.org/jira/browse/HBASE-26414
             Project: HBase
          Issue Type: Bug
          Components: tracing
    Affects Versions: 2.5.0, 3.0.0-alpha-2
            Reporter: Nick Dimiduk


I believe the value we use for {{TraceUtil#INSTRUMENTATION_NAME}}, {{"io.opentelemetry.contrib.hbase"}}, is incorrect. According to the java docs,

{noformat}
   * @param instrumentationName The name of the instrumentation library, not the name of the
   *     instrument*ed* library (e.g., "io.opentelemetry.contrib.mongodb"). Must not be null.
{noformat}

This namespace appears to be reserved for implementations shipped by the otel project, found under https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation

I don't have a suggestion for a suitable name at this time. Will report back.



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