JVM metrics, compatible with the prometheus-hotspot library
- Companion:
- class
Value members
Inherited fields
A ZIO application that periodically updates the JVM metrics
A ZIO application that periodically updates the JVM metrics
- Inherited from:
- DefaultJvmMetrics
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
- Inherited from:
- DefaultJvmMetrics