Package com.flowable.spring.boot.metrics
Class FlowableMetricsAutoConfiguration.MeterRegistryConfiguration
java.lang.Object
com.flowable.spring.boot.metrics.FlowableMetricsAutoConfiguration.MeterRegistryConfiguration
- Enclosing class:
- FlowableMetricsAutoConfiguration
@Configuration
@ConditionalOnClass(org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer.class)
public static class FlowableMetricsAutoConfiguration.MeterRegistryConfiguration
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MeterRegistryConfiguration()
-
Method Summary
Modifier and Type Method Description protected java.lang.String
determineApplicationName(org.springframework.core.env.Environment environment)
org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry>
flowableMeterRegistryCustomizer(FlowableProperties flowableProperties, org.springframework.core.env.Environment environment)
-
Constructor Details
-
MeterRegistryConfiguration
public MeterRegistryConfiguration()
-
-
Method Details
-
flowableMeterRegistryCustomizer
@Bean @ConditionalOnMissingBean(name="flowableMeterRegistryCustomizer") public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry> flowableMeterRegistryCustomizer(FlowableProperties flowableProperties, org.springframework.core.env.Environment environment) -
determineApplicationName
protected java.lang.String determineApplicationName(org.springframework.core.env.Environment environment)
-