java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
Direct Known Subclasses:
StepRegistryProperties, WavefrontProperties.Metrics.Export

public abstract class PushRegistryProperties extends Object
Base class for properties that configure a metrics registry that pushes aggregated metrics on a regular interval.
Since:
2.2.0
Author:
Jon Schneider, Andy Wilkinson, Stephane Nicoll
  • Constructor Details

    • PushRegistryProperties

      public PushRegistryProperties()
  • Method Details

    • getStep

      public Duration getStep()
    • setStep

      public void setStep(Duration step)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getConnectTimeout

      public Duration getConnectTimeout()
    • setConnectTimeout

      public void setConnectTimeout(Duration connectTimeout)
    • getReadTimeout

      public Duration getReadTimeout()
    • setReadTimeout

      public void setReadTimeout(Duration readTimeout)
    • getBatchSize

      public Integer getBatchSize()
    • setBatchSize

      public void setBatchSize(Integer batchSize)