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

Value parameters

reloadDynamicMetrics

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

updateMetrics

Schedule for periodically updating each JVM metric

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product