Interface LoggingRegistryConfig

All Superinterfaces:
MeterRegistryConfig, PushRegistryConfig, StepRegistryConfig

public interface LoggingRegistryConfig
extends StepRegistryConfig
Configuration for LoggingMeterRegistry.
Since:
1.1.0
  • Field Details

  • Method Details

    • prefix

      default java.lang.String prefix()
      Specified by:
      prefix in interface MeterRegistryConfig
    • logInactive

      default boolean logInactive()
      Returns:
      Whether counters and timers that have no activity in an interval are still logged.