object VersionInfo extends VersionInfo with DefaultSchedule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VersionInfo
- DefaultSchedule
- VersionInfo
- JvmMetrics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Feature = VersionInfo
- Definition Classes
- VersionInfo → JvmMetrics
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
- lazy val app: ZIOApp
A ZIO application that periodically updates the JVM metrics
A ZIO application that periodically updates the JVM metrics
- Definition Classes
- JvmMetrics
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectMetrics(implicit trace: ZTraceElement): ZManaged[Clock with System, Throwable, VersionInfo]
- Definition Classes
- VersionInfo → JvmMetrics
- def collectionSchedule(implicit trace: ZTraceElement): Schedule[Any, Any, Unit]
- Attributes
- protected
- Definition Classes
- DefaultSchedule
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val featureTag: Tag[VersionInfo]
- Definition Classes
- VersionInfo → JvmMetrics
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jvmInfo(version: String, vendor: String, runtime: String): Gauge[Unit]
JVM version info
JVM version info
- Definition Classes
- VersionInfo
- lazy val live: ZLayer[Clock with System, Throwable, Feature]
A layer that when constructed forks a fiber that periodically updates the JVM metrics
A layer that when constructed forks a fiber that periodically updates the JVM metrics
- Definition Classes
- JvmMetrics
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def withSchedule(schedule: Schedule[Any, Any, Unit])(implicit trace: ZTraceElement): VersionInfo