trait DefaultJvmMetrics
JVM metrics, compatible with the prometheus-hotspot library, with configurable schedule
- Companion:
- object
Value members
Concrete fields
A ZIO application that periodically updates the JVM metrics
A ZIO application that periodically updates the JVM metrics
lazy val live: ZLayer[Any, Throwable, Reloadable[BufferPools] & ClassLoading & GarbageCollector & MemoryAllocation & MemoryPools & Standard & Thread & VersionInfo]
Layer that starts collecting the same JVM metrics as the Prometheus Java client's default exporters
Layer that starts collecting the same JVM metrics as the Prometheus Java client's default exporters