JvmMetricsSchedule

zio.metrics.jvm.JvmMetricsSchedule
See theJvmMetricsSchedule companion object
final case class JvmMetricsSchedule(updateMetrics: Schedule[Any, Any, Any], reloadDynamicMetrics: Schedule[Any, Any, Any])

Configuration for the JVM metrics

Attributes

reloadDynamicMetrics

Schedule for regenerating the dynamic JVM metrics such as buffer pool metrics

updateMetrics

Schedule for periodically updating each JVM metric

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product