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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)