Constant Field Values
Contents
org.apache.*
-
org.apache.camel.tracing.SpanDecorator Modifier and Type Constant Field Value public static final String
CAMEL_COMPONENT
"camel-"
-
org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator Modifier and Type Constant Field Value public static final String
GET_METHOD
"GET"
public static final String
POST_METHOD
"POST"
-
org.apache.camel.tracing.decorators.AbstractMessagingSpanDecorator Modifier and Type Constant Field Value public static final String
MESSAGE_BUS_ID
"message_bus.id"
-
org.apache.camel.tracing.decorators.AwsSnsSpanDecorator Modifier and Type Constant Field Value public static final String
CAMEL_AWS_SNS_MESSAGE_ID
"CamelAwsSnsMessageId"
-
org.apache.camel.tracing.decorators.AwsSqsSpanDecorator Modifier and Type Constant Field Value public static final String
CAMEL_AWS_SQS_MESSAGE_ID
"CamelAwsSqsMessageId"
-
org.apache.camel.tracing.decorators.CqlSpanDecorator Modifier and Type Constant Field Value protected static final String
CAMEL_CQL_QUERY
"CamelCqlQuery"
public static final String
CASSANDRA_DB_TYPE
"cassandra"
-
org.apache.camel.tracing.decorators.ElasticsearchSpanDecorator Modifier and Type Constant Field Value public static final String
ELASTICSEARCH_CLUSTER_TAG
"elasticsearch.cluster"
public static final String
ELASTICSEARCH_DB_TYPE
"elasticsearch"
-
org.apache.camel.tracing.decorators.IronmqSpanDecorator Modifier and Type Constant Field Value public static final String
CAMEL_IRON_MQ_MESSAGE_ID
"CamelIronMQMessageId"
-
org.apache.camel.tracing.decorators.JmsSpanDecorator Modifier and Type Constant Field Value public static final String
JMS_MESSAGE_ID
"JMSMessageID"
-
org.apache.camel.tracing.decorators.KafkaSpanDecorator Modifier and Type Constant Field Value public static final String
KAFKA_KEY_TAG
"kafka.key"
public static final String
KAFKA_OFFSET_TAG
"kafka.offset"
public static final String
KAFKA_PARTITION_KEY_TAG
"kafka.partition.key"
public static final String
KAFKA_PARTITION_TAG
"kafka.partition"
protected static final String
KEY
"kafka.KEY"
protected static final String
OFFSET
"kafka.OFFSET"
protected static final String
PARTITION
"kafka.PARTITION"
protected static final String
PARTITION_KEY
"kafka.PARTITION_KEY"
protected static final String
TOPIC
"kafka.TOPIC"
-
org.apache.camel.tracing.decorators.NatsSpanDecorator Modifier and Type Constant Field Value public static final String
NATS_SID
"CamelNatsSID"
-
org.apache.camel.tracing.decorators.NsqSpanDecorator Modifier and Type Constant Field Value public static final String
NSQ_MESSAGE_ID
"CamelNsqMessageId"
public static final String
NSQ_TOPIC
"CamelNsqMessageTopic"
-
org.apache.camel.tracing.decorators.SqlSpanDecorator Modifier and Type Constant Field Value public static final String
CAMEL_SQL_QUERY
"CamelSqlQuery"
-
org.apache.camel.tracing.decorators.StompSpanDecorator Modifier and Type Constant Field Value protected static final String
QUEUE_PREFIX
"queue:"