@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.RpcSystem
These are values used with
RPC_SYSTEM. |
| Modifier and Type | Field and Description |
|---|---|
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> |
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<String> |
NET_PEER_NAME |
static io.opentelemetry.api.common.AttributeKey<Long> |
NET_PEER_PORT |
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 |
public static final io.opentelemetry.api.common.AttributeKey<String> DB_SYSTEM
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_USER
public static final io.opentelemetry.api.common.AttributeKey<String> DB_NAME
public static final io.opentelemetry.api.common.AttributeKey<String> DB_OPERATION
public static final io.opentelemetry.api.common.AttributeKey<String> TABLE_KEY
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<String> WAL_IMPL
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.