| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_MICROMETER_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.micrometer.basicPropertyBinding" |
public static final String |
CAMEL_SINK_MICROMETER_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_MICROMETER_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.micrometer.lazyStartProducer" |
public static final String |
CAMEL_SINK_MICROMETER_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_MICROMETER_COMPONENT_METRICS_REGISTRY_CONF |
"camel.component.micrometer.metricsRegistry" |
public static final String |
CAMEL_SINK_MICROMETER_COMPONENT_METRICS_REGISTRY_DOC |
"To use a custom configured MetricRegistry." |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_ACTION_CONF |
"camel.sink.endpoint.action" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_ACTION_DOC |
"Action expression when using timer type" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_DECREMENT_CONF |
"camel.sink.endpoint.decrement" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_DECREMENT_DOC |
"Decrement value expression when using counter type" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_INCREMENT_CONF |
"camel.sink.endpoint.increment" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_INCREMENT_DOC |
"Increment value expression when using counter type" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_VALUE_CONF |
"camel.sink.endpoint.value" |
public static final String |
CAMEL_SINK_MICROMETER_ENDPOINT_VALUE_DOC |
"Value expression when using histogram type" |
public static final String |
CAMEL_SINK_MICROMETER_PATH_METRICS_NAME_CONF |
"camel.sink.path.metricsName" |
public static final String |
CAMEL_SINK_MICROMETER_PATH_METRICS_NAME_DOC |
"Name of metrics" |
public static final String |
CAMEL_SINK_MICROMETER_PATH_METRICS_TYPE_CONF |
"camel.sink.path.metricsType" |
public static final String |
CAMEL_SINK_MICROMETER_PATH_METRICS_TYPE_DOC |
"Type of metrics One of: [COUNTER] [GAUGE] [LONG_TASK_TIMER] [TIMER] [DISTRIBUTION_SUMMARY] [OTHER]" |
public static final String |
CAMEL_SINK_MICROMETER_PATH_TAGS_CONF |
"camel.sink.path.tags" |
public static final String |
CAMEL_SINK_MICROMETER_PATH_TAGS_DOC |
"Tags of metrics" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.