case class LoggingMeterConfig(emitInterval: Duration = ..., enabled: Boolean = ...) extends Product with Serializable
Allows customizing the LoggingMeter
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggingMeterConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LoggingMeterConfig(emitInterval: Duration = ..., enabled: Boolean = ...)
Value Members
-
def
emitInterval(value: Duration): LoggingMeterConfig
Customize the emit interval.
Customize the emit interval.
Default is 600s.
- returns
this, for chaining
-
def
enabled(value: Boolean): LoggingMeterConfig
Customize the emit interval.
Customize the emit interval.
- returns
this, for chaining