public final class Tags extends Object
Created by wusheng on 2017/2/17.
| Modifier and Type | Class and Description |
|---|---|
static class |
Tags.HTTP |
| Modifier and Type | Field and Description |
|---|---|
static StringTag |
DB_BIND_VARIABLES
DB_BIND_VARIABLES records the bind variables of sql statement.
|
static StringTag |
DB_INSTANCE
DB_INSTANCE records database instance name.
|
static StringTag |
DB_STATEMENT
DB_STATEMENT records the sql statement of the database access.
|
static StringTag |
DB_TYPE
DB_TYPE records database type, such as sql, redis, cassandra and so on.
|
static StringTag |
MQ_BROKER
MQ_BROKER records the broker address of message-middleware
|
static StringTag |
MQ_QUEUE
MQ_QUEUE records the queue name of message-middleware
|
static StringTag |
MQ_TOPIC
MQ_TOPIC records the topic name of message-middleware
|
static StringTag |
STATUS_CODE
STATUS_CODE records the http status code of the response.
|
static StringTag |
URL
URL records the url of the incoming request.
|
public static final StringTag URL
public static final StringTag STATUS_CODE
public static final StringTag DB_TYPE
public static final StringTag DB_INSTANCE
public static final StringTag DB_STATEMENT
public static final StringTag DB_BIND_VARIABLES
public static final StringTag MQ_QUEUE
public static final StringTag MQ_BROKER
public static final StringTag MQ_TOPIC
Copyright © 2019 The Apache Software Foundation. All rights reserved.