Class MicrometerMetricsCaptorConfiguration
java.lang.Object
org.springframework.integration.support.management.micrometer.MicrometerMetricsCaptorConfiguration
@Configuration(proxyBeanMethods=false)
public class MicrometerMetricsCaptorConfiguration
extends Object
A 
Configuration to add a MicrometerMetricsCaptor.- Since:
- 5.2.9
- Author:
- Artem Bilan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final booleanAbooleanflag to indicate if theio.micrometer.core.instrument.MeterRegistryclass is present in the CLASSPATH to allow aMicrometerMetricsCaptorbean.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmicrometerMetricsCaptor(ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistries) 
- 
Field Details- 
METER_REGISTRY_PRESENTpublic static final boolean METER_REGISTRY_PRESENTAbooleanflag to indicate if theio.micrometer.core.instrument.MeterRegistryclass is present in the CLASSPATH to allow aMicrometerMetricsCaptorbean.
 
- 
- 
Constructor Details- 
MicrometerMetricsCaptorConfigurationpublic MicrometerMetricsCaptorConfiguration()
 
- 
- 
Method Details- 
micrometerMetricsCaptor@Bean(name="integrationMicrometerMetricsCaptor") @Role(2) public MicrometerMetricsCaptor micrometerMetricsCaptor(ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistries) 
 
-