final case class NodeConfig(enabled: List[String], cqlMessages: Option[CqlMessagesConfig], graphMessages: Option[GraphMessagesConfig], expireAfter: Duration = 1.hour) extends Product with Serializable
Node-level metric.
- enabled
node-level metrics
- cqlMessages
Required: if the 'cql-messages' metric is enabled
- graphMessages
Required: if the 'graph-messages' metric is enabled, and Dropwizard or Micrometer is used.
- expireAfter
The time after which the node level metrics will be evicted. The lowest allowed value is 5 minutes. If you try to set it lower, the driver will log a warning and use 5 minutes.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NodeConfig(enabled: List[String], cqlMessages: Option[CqlMessagesConfig], graphMessages: Option[GraphMessagesConfig], expireAfter: Duration = 1.hour)
- enabled
node-level metrics
- cqlMessages
Required: if the 'cql-messages' metric is enabled
- graphMessages
Required: if the 'graph-messages' metric is enabled, and Dropwizard or Micrometer is used.
- expireAfter
The time after which the node level metrics will be evicted. The lowest allowed value is 5 minutes. If you try to set it lower, the driver will log a warning and use 5 minutes.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val cqlMessages: Option[CqlMessagesConfig]
- val enabled: List[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expireAfter: Duration
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val graphMessages: Option[GraphMessagesConfig]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])