public class MicrometerComponent
extends org.apache.camel.impl.UriEndpointComponent
Modifier and Type | Field and Description |
---|---|
static io.micrometer.core.instrument.Meter.Type |
DEFAULT_METER_TYPE |
Constructor and Description |
---|
MicrometerComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
io.micrometer.core.instrument.MeterRegistry |
getMetricsRegistry() |
void |
setMetricsRegistry(io.micrometer.core.instrument.MeterRegistry metricsRegistry)
To use a custom configured MetricRegistry.
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public static final io.micrometer.core.instrument.Meter.Type DEFAULT_METER_TYPE
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public io.micrometer.core.instrument.MeterRegistry getMetricsRegistry()
public void setMetricsRegistry(io.micrometer.core.instrument.MeterRegistry metricsRegistry)
Apache Camel