Packages

p

zio.metrics

prometheus

package prometheus

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

Type Members

  1. trait Buckets extends AnyRef
  2. case class Counter(pCounter: io.prometheus.client.Counter) extends Metric with Product with Serializable
  3. case class DefaultBuckets(buckets: Seq[Double]) extends Buckets with Product with Serializable
  4. case class ExponentialBuckets(start: Double, factor: Double, count: Int) extends Buckets with Product with Serializable
  5. case class Gauge(pGauge: io.prometheus.client.Gauge) extends Metric with Product with Serializable
  6. case class Histogram(pHistogram: io.prometheus.client.Histogram) extends Metric with Product with Serializable
  7. case class LinearBuckets(start: Double, width: Double, count: Int) extends Buckets with Product with Serializable
  8. sealed trait Metric extends AnyRef
  9. type Registry = Has[Service]
  10. case class Summary(pSummary: io.prometheus.client.Summary) extends Metric with Product with Serializable

Value Members

  1. object Counter extends Serializable
  2. object Gauge extends Serializable
  3. object Histogram extends Serializable
  4. object Registry
  5. object Summary extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped