Interface MonitoringConfig.Builder

Enclosing interface:
MonitoringConfig

public static interface MonitoringConfig.Builder
Builder for MonitoringConfig.
  • Method Details

    • slowRequestLogging

      MonitoringConfig.Builder slowRequestLogging(boolean slowRequestLogging)
      Sets whether slow request logging is enabled.
    • slowRequestLogging

      default MonitoringConfig.Builder slowRequestLogging()
      Enables slow request logging with the default threshold.
    • slowRequestThreshold

      MonitoringConfig.Builder slowRequestThreshold(Duration slowRequestThreshold)
      Sets the slow request threshold duration.
    • build

      Builds the monitoring configuration.