Metrics

Metrics

Scheme: metrics
Name Kind Type Required Deprecated Default Value Enum Values Description
metricsType path org.apache.camel.component.metrics.MetricsType true false GAUGE
COUNTER
HISTOGRAM
METER
TIMER
Type of metrics
metricsName path java.lang.String true false Name of metrics
action parameter org.apache.camel.component.metrics.MetricsTimerAction false start
stop
Action when using timer type
mark parameter java.lang.Long false Mark when using meter type
value parameter java.lang.Long false Value value when using histogram type
increment parameter java.lang.Long false Increment value when using counter type
decrement parameter java.lang.Long false Decrement value when using counter type
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).