class
PrometheusMetrics extends Metrics[[α$0$]ZIO[Any, Throwable, α$0$], io.prometheus.client.Summary.Timer]
Instance Constructors
-
new
PrometheusMetrics()
Type Members
-
class
IOTimer extends Timer[[α$1$]ZIO[Any, Throwable, α$1$], SummaryTimer]
-
type
SummaryTimer = io.prometheus.client.Summary.Timer
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
counter[A](label: Label[A])(implicit arg0: Show[A]): Task[(Long) ⇒ UIO[Unit]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
gauge[A, B, L](label: Label[L])(f: (Option[A]) ⇒ B)(implicit arg0: Semigroup[B], arg1: Show[L]): Task[(Option[A]) ⇒ UIO[Unit]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
histogram[A, L](label: Label[L], res: Reservoir[A])(implicit arg0: Numeric[A], arg1: Show[L], num: Numeric[A]): Task[(A) ⇒ Task[Unit]]
-
def
histogramTimer[A, L](label: Label[L], res: Reservoir[A] = ...)(implicit arg0: Numeric[A], arg1: Show[L]): Task[() ⇒ Task[Unit]]
-
final
def
isInstanceOf[T0]: Boolean
-
def
meter[L](label: Label[L])(implicit arg0: Show[L]): Task[(Double) ⇒ Task[Unit]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
processConfig(config: Option[Config], values: (String, String, String)): (Double, Double, Int)
-
val
registry: CollectorRegistry
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
timer[L](label: Label[L])(implicit arg0: Show[L]): IO[IOException, Timer[[α$2$]ZIO[Any, Throwable, α$2$], SummaryTimer]]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Metrics[[α$0$]ZIO[Any, Throwable, α$0$], io.prometheus.client.Summary.Timer]
Inherited from AnyRef
Inherited from Any