@InterfaceAudience.Private public final class HBaseSemanticAttributes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HBaseSemanticAttributes.Operation
These are values used with
DB_OPERATION . |
static class |
HBaseSemanticAttributes.ReadType
These values represent the different IO read strategies HBase may employ for accessing
filesystem data.
|
static class |
HBaseSemanticAttributes.RpcSystem
These are values used with
RPC_SYSTEM . |
Modifier and Type | Field and Description |
---|---|
static io.opentelemetry.api.common.AttributeKey<String> |
BLOCK_CACHE_KEY_KEY
Identifies an entry in the Block Cache.
|
static io.opentelemetry.api.common.AttributeKey<String> |
CHECKSUM_KEY
Indicates the
ChecksumType used to encode this HFile. |
static io.opentelemetry.api.common.AttributeKey<String> |
COMPRESSION_ALGORITHM_KEY
Indicates the
Compression.Algorithm used to encode
an HFile. |
static io.opentelemetry.api.common.AttributeKey<List<String>> |
CONTAINER_DB_OPERATIONS_KEY
For operations that themselves ship one or more operations, such as
HBaseSemanticAttributes.Operation.BATCH and
HBaseSemanticAttributes.Operation.CHECK_AND_MUTATE . |
static io.opentelemetry.api.common.AttributeKey<String> |
DATA_BLOCK_ENCODING_KEY
Indicates the
DataBlockEncoding algorithm used to
encode this HFile. |
static io.opentelemetry.api.common.AttributeKey<String> |
DB_CONNECTION_STRING |
static io.opentelemetry.api.common.AttributeKey<String> |
DB_NAME |
static io.opentelemetry.api.common.AttributeKey<String> |
DB_OPERATION |
static io.opentelemetry.api.common.AttributeKey<String> |
DB_SYSTEM |
static String |
DB_SYSTEM_VALUE |
static io.opentelemetry.api.common.AttributeKey<String> |
DB_USER |
static io.opentelemetry.api.common.AttributeKey<Long> |
DIRECT_BYTES_READ_KEY
Indicates the amount of data was read into a
ByteBuffer of type
direct . |
static io.opentelemetry.api.common.AttributeKey<String> |
ENCRYPTION_CIPHER_KEY
Indicates the
Cipher used to encrypt this HFile. |
static io.opentelemetry.api.common.AttributeKey<Long> |
HEAP_BYTES_READ_KEY
Indicates the amount of data was read into a
ByteBuffer not of type
direct . |
static io.opentelemetry.api.common.AttributeKey<String> |
HFILE_NAME_KEY
Indicates the name of the HFile accessed.
|
static io.opentelemetry.api.common.AttributeKey<String> |
NET_PEER_NAME |
static io.opentelemetry.api.common.AttributeKey<Long> |
NET_PEER_PORT |
static io.opentelemetry.api.common.AttributeKey<String> |
READ_TYPE_KEY
Indicated the type of read.
|
static io.opentelemetry.api.common.AttributeKey<List<String>> |
REGION_NAMES_KEY |
static io.opentelemetry.api.common.AttributeKey<Boolean> |
ROW_LOCK_READ_LOCK_KEY |
static io.opentelemetry.api.common.AttributeKey<String> |
RPC_METHOD |
static io.opentelemetry.api.common.AttributeKey<String> |
RPC_SERVICE |
static io.opentelemetry.api.common.AttributeKey<String> |
RPC_SYSTEM |
static io.opentelemetry.api.common.AttributeKey<String> |
SERVER_NAME_KEY |
static io.opentelemetry.api.common.AttributeKey<String> |
TABLE_KEY |
static io.opentelemetry.api.common.AttributeKey<String> |
WAL_IMPL |
Modifier | Constructor and Description |
---|---|
private |
HBaseSemanticAttributes() |
public static final String DB_SYSTEM_VALUE
public static final io.opentelemetry.api.common.AttributeKey<String> DB_CONNECTION_STRING
public static final io.opentelemetry.api.common.AttributeKey<String> DB_OPERATION
public static final io.opentelemetry.api.common.AttributeKey<List<String>> CONTAINER_DB_OPERATIONS_KEY
HBaseSemanticAttributes.Operation.BATCH
and
HBaseSemanticAttributes.Operation.CHECK_AND_MUTATE
.public static final io.opentelemetry.api.common.AttributeKey<List<String>> REGION_NAMES_KEY
public static final io.opentelemetry.api.common.AttributeKey<String> RPC_SYSTEM
public static final io.opentelemetry.api.common.AttributeKey<String> RPC_SERVICE
public static final io.opentelemetry.api.common.AttributeKey<String> RPC_METHOD
public static final io.opentelemetry.api.common.AttributeKey<String> SERVER_NAME_KEY
public static final io.opentelemetry.api.common.AttributeKey<String> NET_PEER_NAME
public static final io.opentelemetry.api.common.AttributeKey<Long> NET_PEER_PORT
public static final io.opentelemetry.api.common.AttributeKey<Boolean> ROW_LOCK_READ_LOCK_KEY
public static final io.opentelemetry.api.common.AttributeKey<Long> DIRECT_BYTES_READ_KEY
ByteBuffer
of type
direct
.public static final io.opentelemetry.api.common.AttributeKey<Long> HEAP_BYTES_READ_KEY
ByteBuffer
not of type
direct
.public static final io.opentelemetry.api.common.AttributeKey<String> COMPRESSION_ALGORITHM_KEY
Compression.Algorithm
used to encode
an HFile.public static final io.opentelemetry.api.common.AttributeKey<String> DATA_BLOCK_ENCODING_KEY
DataBlockEncoding
algorithm used to
encode this HFile.public static final io.opentelemetry.api.common.AttributeKey<String> ENCRYPTION_CIPHER_KEY
Cipher
used to encrypt this HFile.public static final io.opentelemetry.api.common.AttributeKey<String> CHECKSUM_KEY
ChecksumType
used to encode this HFile.public static final io.opentelemetry.api.common.AttributeKey<String> HFILE_NAME_KEY
public static final io.opentelemetry.api.common.AttributeKey<String> READ_TYPE_KEY
public static final io.opentelemetry.api.common.AttributeKey<String> BLOCK_CACHE_KEY_KEY
private HBaseSemanticAttributes()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.