ndimiduk opened a new pull request #3945:
URL: https://github.com/apache/hbase/pull/3945


   Follows the guidance outlined in 
https://github.com/open-telemetry/opentelemetry-specification/blob/3e380e2/specification/trace/semantic_conventions/database.dm
   
   * all table data operations are assumed to be of type CLIENT
   * populate `db.name` and `db.operation` attributes
   * name table data operation spans as `db.operation` 
`db.name`:`db.hbase.table`
     note: this implementation deviates from the recommended 
`db.name`.`db.sql.table` and instead
     uses HBase's native String representation of namespace:tablename.
   
   Signed-off-by: Duo Zhang <zhang...@apache.org>
   Signed-off-by: Tak Lon (Stephen) Wu <tak...@apache.org>


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to