Constant Field Values
Contents
org.apache.*
-
org.apache.camel.tracing.ActiveSpanManager Modifier and Type Constant Field Value public static final StringMDC_SPAN_ID"span_id"public static final StringMDC_TRACE_ID"trace_id" -
org.apache.camel.tracing.SpanDecorator Modifier and Type Constant Field Value public static final StringCAMEL_COMPONENT"camel-"
-
org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator Modifier and Type Constant Field Value public static final StringGET_METHOD"GET"public static final StringPOST_METHOD"POST" -
org.apache.camel.tracing.decorators.AbstractMessagingSpanDecorator Modifier and Type Constant Field Value public static final StringMESSAGE_BUS_ID"message_bus.id" -
org.apache.camel.tracing.decorators.CqlSpanDecorator Modifier and Type Constant Field Value protected static final StringCAMEL_CQL_QUERY"CamelCqlQuery"public static final StringCASSANDRA_DB_TYPE"cassandra" -
org.apache.camel.tracing.decorators.ElasticsearchSpanDecorator Modifier and Type Constant Field Value public static final StringELASTICSEARCH_CLUSTER_TAG"elasticsearch.cluster"public static final StringELASTICSEARCH_DB_TYPE"elasticsearch" -
org.apache.camel.tracing.decorators.IronmqSpanDecorator Modifier and Type Constant Field Value public static final StringCAMEL_IRON_MQ_MESSAGE_ID"CamelIronMQMessageId" -
org.apache.camel.tracing.decorators.JmsSpanDecorator Modifier and Type Constant Field Value public static final StringJMS_MESSAGE_ID"JMSMessageID" -
org.apache.camel.tracing.decorators.KafkaSpanDecorator Modifier and Type Constant Field Value public static final StringKAFKA_KEY_TAG"kafka.key"public static final StringKAFKA_OFFSET_TAG"kafka.offset"public static final StringKAFKA_PARTITION_KEY_TAG"kafka.partition.key"public static final StringKAFKA_PARTITION_TAG"kafka.partition"protected static final StringKEY"kafka.KEY"protected static final StringOFFSET"kafka.OFFSET"protected static final StringOVERRIDE_TOPIC"kafka.OVERRIDE_TOPIC"protected static final StringPARTITION"kafka.PARTITION"protected static final StringPARTITION_KEY"kafka.PARTITION_KEY" -
org.apache.camel.tracing.decorators.NatsSpanDecorator Modifier and Type Constant Field Value public static final StringNATS_SID"CamelNatsSID" -
org.apache.camel.tracing.decorators.NsqSpanDecorator Modifier and Type Constant Field Value public static final StringNSQ_MESSAGE_ID"CamelNsqMessageId"public static final StringNSQ_TOPIC"CamelNsqMessageTopic" -
org.apache.camel.tracing.decorators.SqlSpanDecorator Modifier and Type Constant Field Value public static final StringCAMEL_SQL_QUERY"CamelSqlQuery" -
org.apache.camel.tracing.decorators.StompSpanDecorator Modifier and Type Constant Field Value protected static final StringQUEUE_PREFIX"queue:"