Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.71 KB

hbase.md

File metadata and controls

28 lines (19 loc) · 1.71 KB

Semantic Conventions for HBase

Status: Experimental

The Semantic Conventions for HBase extend and override the Database Semantic Conventions that describe common database operations attributes in addition to the Semantic Conventions described on this page.

db.system MUST be set to "hbase".

Attributes

Attribute Type Description Examples Requirement Level Stability
db.collection.name string The HBase table name. [1] mytable; ns:table Conditionally Required If applicable. Experimental
db.namespace string The HBase namespace. [2] mynamespace Conditionally Required If applicable. Experimental

[1]: If table name includes the namespace, the db.collection.name SHOULD be set to the full table name.

[2]: When performing table-related operations, the instrumentations SHOULD extract the namespace from the table name according to the HBase table naming conventions. If namespace is not provided, instrumentation SHOULD set db.namespace value to default.