Interface MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- MicroProfileMetricsEndpointBuilderFactory
public static interface MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the MicroProfile Metrics component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default MicroProfileMetricsEndpointBuilderFactory.AdvancedMicroProfileMetricsEndpointBuilder advanced()
-
action
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder action(String action)
Action to use when using the timer type. The option is a:java.lang.String
type. Group: producer
-
counterIncrement
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder counterIncrement(Long counterIncrement)
Increment value when using the counter type. The option is a:java.lang.Long
type. Group: producer
-
counterIncrement
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder counterIncrement(String counterIncrement)
Increment value when using the counter type. The option will be converted to ajava.lang.Long
type. Group: producer
-
description
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder description(String description)
Metric description. The option is a:java.lang.String
type. Group: producer
-
displayName
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder displayName(String displayName)
Metric display name. The option is a:java.lang.String
type. Group: producer
-
gaugeDecrement
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder gaugeDecrement(Boolean gaugeDecrement)
Decrement metric value when using concurrent gauge type. The option is a:java.lang.Boolean
type. Group: producer
-
gaugeDecrement
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder gaugeDecrement(String gaugeDecrement)
Decrement metric value when using concurrent gauge type. The option will be converted to ajava.lang.Boolean
type. Group: producer
-
gaugeIncrement
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder gaugeIncrement(Boolean gaugeIncrement)
Increment metric value when using the concurrent gauge type. The option is a:java.lang.Boolean
type. Group: producer
-
gaugeIncrement
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder gaugeIncrement(String gaugeIncrement)
Increment metric value when using the concurrent gauge type. The option will be converted to ajava.lang.Boolean
type. Group: producer
-
gaugeValue
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder gaugeValue(Number gaugeValue)
Decrement metric value when using concurrent gauge type. The option is a:java.lang.Number
type. Group: producer
-
gaugeValue
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder gaugeValue(String gaugeValue)
Decrement metric value when using concurrent gauge type. The option will be converted to ajava.lang.Number
type. Group: producer
-
lazyStartProducer
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
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. The option is a:boolean
type. Default: false Group: producer
-
lazyStartProducer
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder lazyStartProducer(String lazyStartProducer)
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. The option will be converted to aboolean
type. Default: false Group: producer
-
mark
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder mark(Long mark)
Mark value to set when using the meter type. The option is a:java.lang.Long
type. Group: producer
-
mark
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder mark(String mark)
Mark value to set when using the meter type. The option will be converted to ajava.lang.Long
type. Group: producer
-
metricUnit
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder metricUnit(String metricUnit)
Metric unit. See org.eclipse.microprofile.metrics.MetricUnits. The option is a:java.lang.String
type. Group: producer
-
tags
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder tags(String tags)
Comma delimited list of tags associated with the metric in the format tagName=tagValue. The option is a:java.lang.String
type. Group: producer
-
value
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder value(Long value)
Value to set when using the histogram type. The option is a:java.lang.Long
type. Group: producer
-
value
default MicroProfileMetricsEndpointBuilderFactory.MicroProfileMetricsEndpointBuilder value(String value)
Value to set when using the histogram type. The option will be converted to ajava.lang.Long
type. Group: producer
-
-