| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.microprofile-metrics.basicPropertyBinding" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_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_MICROPROFILEMETRICS_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.microprofile-metrics.lazyStartProducer" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_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_MICROPROFILEMETRICS_COMPONENT_METRIC_REGISTRY_CONF |
"camel.component.microprofile-metrics.metricRegistry" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_COMPONENT_METRIC_REGISTRY_DOC |
"Use a custom MetricRegistry." |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_ACTION_CONF |
"camel.sink.endpoint.action" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_ACTION_DOC |
"Action to use when using the timer type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_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_MICROPROFILEMETRICS_ENDPOINT_COUNTER_INCREMENT_CONF |
"camel.sink.endpoint.counterIncrement" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_COUNTER_INCREMENT_DOC |
"Increment value when using the counter type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_DESCRIPTION_CONF |
"camel.sink.endpoint.description" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_DESCRIPTION_DOC |
"Metric description" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_DISPLAY_NAME_CONF |
"camel.sink.endpoint.displayName" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_DISPLAY_NAME_DOC |
"Metric display name" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_GAUGE_DECREMENT_CONF |
"camel.sink.endpoint.gaugeDecrement" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_GAUGE_DECREMENT_DOC |
"Decrement metric value when using concurrent gauge type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_GAUGE_INCREMENT_CONF |
"camel.sink.endpoint.gaugeIncrement" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_GAUGE_INCREMENT_DOC |
"Increment metric value when using the concurrent gauge type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_GAUGE_VALUE_CONF |
"camel.sink.endpoint.gaugeValue" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_GAUGE_VALUE_DOC |
"Decrement metric value when using concurrent gauge type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_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_MICROPROFILEMETRICS_ENDPOINT_MARK_CONF |
"camel.sink.endpoint.mark" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_MARK_DOC |
"Mark value to set when using the meter type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_METRIC_UNIT_CONF |
"camel.sink.endpoint.metricUnit" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_METRIC_UNIT_DOC |
"Metric unit. See org.eclipse.microprofile.metrics.MetricUnits" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_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_MICROPROFILEMETRICS_ENDPOINT_TAGS_CONF |
"camel.sink.endpoint.tags" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_TAGS_DOC |
"Comma delimited list of tags associated with the metric in the format tagName=tagValue" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_VALUE_CONF |
"camel.sink.endpoint.value" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_ENDPOINT_VALUE_DOC |
"Value to set when using the histogram type" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_PATH_METRIC_NAME_CONF |
"camel.sink.path.metricName" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_PATH_METRIC_NAME_DOC |
"Metric name" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_PATH_METRIC_TYPE_CONF |
"camel.sink.path.metricType" |
public static final String |
CAMEL_SINK_MICROPROFILEMETRICS_PATH_METRIC_TYPE_DOC |
"Metric type One of: [concurrent gauge] [counter] [gauge] [meter] [histogram] [timer] [simple timer] [invalid]" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.