case class LoggingMeterConfig(emitInterval: Duration = core.env.LoggingMeterConfig.Defaults.DEFAULT_EMIT_INTERVAL, enabled: Boolean = core.env.LoggingMeterConfig.Defaults.DEFAULT_ENABLED) extends Product with Serializable
Allows customizing the LoggingMeter
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggingMeterConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LoggingMeterConfig(emitInterval: Duration = core.env.LoggingMeterConfig.Defaults.DEFAULT_EMIT_INTERVAL, enabled: Boolean = core.env.LoggingMeterConfig.Defaults.DEFAULT_ENABLED)
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
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product