Uh oh!
There was an error while loading. Please reload this page.
HBASE-26471 Move tracing semantic attributes to their own class - #3896
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Apache9
commented
Nov 30, 2021
Please fix the checkstyle issue? Thanks. |
| */ | ||
| @InterfaceAudience.Private | ||
| public final class HBaseSemanticAttributes { | ||
| public static final AttributeKey<String> NAMESPACE_KEY = SemanticAttributes.DB_HBASE_NAMESPACE; |
There was a problem hiding this comment.
[nit] seems like they have deprecated SemanticAttributes.DB_HBASE_NAMESPACE after opentelemetry 1.8.0, and they ask user to use a generic variable of SemanticAttributes#DB_NAME, for long term, what should it be ?
There was a problem hiding this comment.
nvm, although I'm confused with their versioning now, I found their v1.9.1 still have this variable, if you have a chance, can you reach out and ask them before pushing ?
There was a problem hiding this comment.
It seems their intent is to drop these system-specific attributes in favor of the generic attribute. Sure, I'll ask.
There was a problem hiding this comment.
There was a problem hiding this comment.
FYI, the next patch will introduce use of the attribute db.name: 84ea8e2#diff-aac65169b0283bbffad891c962709e203e22d6a5170d160ab72ee9e9f6cbbe3cR31
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Apache-HBase
commented
Nov 30, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 30, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 30, 2021
🎊 +1 overall
This message was automatically generated. |
ndimiduk
commented
Dec 1, 2021
…he#3896) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>

No description provided.