Packages

o

zio.zmx

Metrics

object Metrics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Metrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbstractService[+F[+_]] extends AnyRef
  2. trait Service extends AbstractService[UIO]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def counter(name: String, value: Double, sampleRate: Double, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  7. def counter(name: String, value: Double): ZIO[Metrics, Nothing, Boolean]

    Sets the counter of the specified name for the specified value.

  8. def decrement(name: String, sampleRate: Double, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  9. def decrement(name: String): ZIO[Metrics, Nothing, Boolean]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def event(name: String, text: String, timestamp: Option[Long], hostname: Option[String], aggregationKey: Option[String], priority: Option[zmx.EventPriority], sourceTypeName: Option[String], alertType: Option[zmx.EventAlertType], tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  13. def event(name: String, text: String): ZIO[Metrics, Nothing, Boolean]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def gauge(name: String, value: Double, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def histogram(name: String, value: Double, sampleRate: Double, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  19. def histogram(name: String, value: Double): ZIO[Metrics, Nothing, Boolean]
  20. def increment(name: String, sampleRate: Double, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  21. def increment(name: String): ZIO[Metrics, Nothing, Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def listen(f: (List[zmx.Metric[_]]) => IO[Exception, List[Long]]): ZIO[Clock with Metrics, Throwable, Fiber.Runtime[Throwable, Nothing]]
  24. def listen(): ZIO[Clock with Metrics, Throwable, Fiber.Runtime[Throwable, Nothing]]
  25. def live(config: zmx.MetricsConfig): Layer[Nothing, Metrics]

    Constructs a live Metrics service based on the given configuration.

  26. def meter(name: String, value: Double, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def serviceCheck(name: String, status: zmx.ServiceCheckStatus, timestamp: Option[Long], hostname: Option[String], message: Option[String], tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  31. def serviceCheck(name: String, status: zmx.ServiceCheckStatus): ZIO[Metrics, Nothing, Boolean]
  32. def set(name: String, value: String, tags: zmx.Label*): ZIO[Metrics, Nothing, Boolean]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def timer(name: String, value: Double): ZIO[Metrics, Nothing, Boolean]
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. object Service

Inherited from AnyRef

Inherited from Any

Ungrouped