Package

zio

metrics

Permalink

package 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. All

Type Members

  1. final case class BigDecimalZ(z: BigDecimal) extends AnyVal with Measurable with Product with Serializable

    Permalink
  2. final case class BigIntegerzZ(z: BigInteger) extends AnyVal with Measurable with Product with Serializable

    Permalink
  3. final case class BooleanZ(z: Boolean) extends AnyVal with Measurable with Product with Serializable

    Permalink
  4. final case class ByteZ(z: Byte) extends AnyVal with Measurable with Product with Serializable

    Permalink
  5. final case class CharacterZ(z: Character) extends AnyVal with Measurable with Product with Serializable

    Permalink
  6. final case class DateZ(z: Date) extends AnyVal with Measurable with Product with Serializable

    Permalink
  7. final case class DoubleZ(z: Double) extends AnyVal with Measurable with Product with Serializable

    Permalink
  8. class DropwizardMetrics extends Metrics[[α$0$]ZIO[Any, Throwable, α$0$], Context]

    Permalink
  9. final case class FloatZ(z: Float) extends AnyVal with Measurable with Product with Serializable

    Permalink
  10. trait HtmlRender[A] extends AnyRef

    Permalink
  11. final case class IntegerZ(z: Integer) extends AnyVal with Measurable with Product with Serializable

    Permalink
  12. case class Label[A](name: A, labels: Array[String])(implicit evidence$1: Show[A]) extends Product with Serializable

    Permalink
  13. final case class LongZ(z: Long) extends AnyVal with Measurable with Product with Serializable

    Permalink
  14. trait Measurable extends Any

    Permalink

    ALLOWED_CLASSNAMES_LIST = { "java.lang.Void", "java.lang.Boolean", "java.lang.Character", "java.lang.Byte", "java.lang.Short", "java.lang.Integer", "java.lang.Long", "java.lang.Float", "java.lang.Double", "java.lang.String", "java.math.BigDecimal", "java.math.BigInteger", "java.util.Date", "javax.management.ObjectName", CompositeData.class.getName(), TabularData.class.getName() }

  15. trait Metrics[F[_], Ctx] extends AnyRef

    Permalink
  16. implicit class NumericSyntax[N] extends AnyRef

    Permalink
  17. class PrometheusMetrics extends Metrics[[α$0$]ZIO[Any, Throwable, α$0$], io.prometheus.client.Summary.Timer]

    Permalink
  18. class ReportPrinter[Ctx, M <: Metrics[[α$2$]ZIO[Any, Throwable, α$2$], Ctx]] extends AnyRef

    Permalink
  19. trait Reporter[Ctx, M <: Metrics[[α$0$]ZIO[Any, Throwable, α$0$], Ctx], F[_], A] extends AnyRef

    Permalink
  20. sealed trait Reservoir[+A] extends AnyRef

    Permalink
  21. trait Semigroup[A] extends AnyRef

    Permalink
  22. final case class ShortZ(z: Short) extends AnyVal with Measurable with Product with Serializable

    Permalink
  23. trait Show[A] extends AnyRef

    Permalink
  24. final case class StringZ(z: String) extends AnyVal with Measurable with Product with Serializable

    Permalink
  25. trait Timer[F[_], A] extends AnyRef

    Permalink
  26. final case class VoidZ(z: Unit) extends AnyVal with Measurable with Product with Serializable

    Permalink

Value Members

  1. object DropwizardMetrics

    Permalink
  2. object DropwizardReporters

    Permalink
  3. object PrometheusReporters

    Permalink
  4. object ReportPrinter

    Permalink
  5. object Reservoir

    Permalink
  6. object Semigroup

    Permalink
  7. object Show

    Permalink
  8. package http

    Permalink
  9. def some[A](a: A): Option[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped