Class SpanTags
- java.lang.Object
-
- org.apache.ignite.internal.processors.tracing.SpanTags
-
public class SpanTags extends Object
List of tags that can be used to decorate spans.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONSISTENT_IDstatic StringERRORstatic StringEVENTstatic StringEVENT_NODEstatic StringEXCHANGEstatic StringIDstatic StringINITIALstatic StringMAJORstatic StringMESSAGEstatic StringMESSAGE_CLASSstatic StringMINORstatic StringNAMEstatic StringNODEstatic StringNODE_IDstatic StringORDERstatic StringRESULTstatic StringSOCKET_WRITE_BYTESNumber of bytes that were written to the socket.static StringSQL_CACHE_UPDATESNumber of cache entries to be updated as a result of DML query.static StringSQL_IDXName of SQL index.static StringSQL_IDX_RANGE_ROWSNumber of rows that index range request contains.static StringSQL_PAGE_ROWSNumber of rows that result page contains.static StringSQL_PARSER_CACHE_HITWhether parsing of the SQL query was skipped due to the cached result.static StringSQL_QRY_IDQuery identifier.static StringSQL_QRY_TEXTText of SQL query.static StringSQL_SCHEMASQL schema.static StringSQL_TABLEName of SQL table.static StringTOPOLOGY_VERSIONstatic StringTYPE
-
-
-
Field Detail
-
NODE
public static final String NODE
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ORDER
public static final String ORDER
- See Also:
- Constant Field Values
-
EVENT
public static final String EVENT
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
INITIAL
public static final String INITIAL
- See Also:
- Constant Field Values
-
RESULT
public static final String RESULT
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
EXCHANGE
public static final String EXCHANGE
- See Also:
- Constant Field Values
-
CONSISTENT_ID
public static final String CONSISTENT_ID
- See Also:
- Constant Field Values
-
TOPOLOGY_VERSION
public static final String TOPOLOGY_VERSION
- See Also:
- Constant Field Values
-
MAJOR
public static final String MAJOR
- See Also:
- Constant Field Values
-
MINOR
public static final String MINOR
- See Also:
- Constant Field Values
-
EVENT_NODE
public static final String EVENT_NODE
-
NODE_ID
public static final String NODE_ID
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
SOCKET_WRITE_BYTES
public static final String SOCKET_WRITE_BYTES
Number of bytes that were written to the socket.- See Also:
- Constant Field Values
-
MESSAGE_CLASS
public static final String MESSAGE_CLASS
- See Also:
- Constant Field Values
-
SQL_QRY_TEXT
public static final String SQL_QRY_TEXT
Text of SQL query.- See Also:
- Constant Field Values
-
SQL_SCHEMA
public static final String SQL_SCHEMA
SQL schema.- See Also:
- Constant Field Values
-
SQL_PAGE_ROWS
public static final String SQL_PAGE_ROWS
Number of rows that result page contains.- See Also:
- Constant Field Values
-
SQL_IDX_RANGE_ROWS
public static final String SQL_IDX_RANGE_ROWS
Number of rows that index range request contains.- See Also:
- Constant Field Values
-
SQL_TABLE
public static final String SQL_TABLE
Name of SQL table.- See Also:
- Constant Field Values
-
SQL_IDX
public static final String SQL_IDX
Name of SQL index.- See Also:
- Constant Field Values
-
SQL_CACHE_UPDATES
public static final String SQL_CACHE_UPDATES
Number of cache entries to be updated as a result of DML query.- See Also:
- Constant Field Values
-
SQL_PARSER_CACHE_HIT
public static final String SQL_PARSER_CACHE_HIT
Whether parsing of the SQL query was skipped due to the cached result.- See Also:
- Constant Field Values
-
SQL_QRY_ID
public static final String SQL_QRY_ID
Query identifier.- See Also:
- Constant Field Values
-
-