Package

org.lyranthe.prometheus

client

Permalink

package client

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

Type Members

  1. sealed abstract class CollectorType extends Product with Serializable

    Permalink
  2. class DefaultRegistry extends Registry

    Permalink
  3. trait HistogramBuckets extends AnyRef

    Permalink
  4. implicit class MetricSyntax extends AnyRef

    Permalink
  5. trait PrefixedCollector extends Collector

    Permalink
  6. trait Registry extends AnyRef

    Permalink
  7. case class RegistryMetric(suffix: Option[String], labels: List[(LabelName, String)], value: Double) extends Product with Serializable

    Permalink
  8. case class RegistryMetrics(name: Option[MetricName], help: String, collectorType: String, metrics: List[RegistryMetric]) extends Product with Serializable

    Permalink
  9. trait UnprefixedCollector extends Collector

    Permalink

Value Members

  1. object CollectorType extends Serializable

    Permalink
  2. object Counter

    Permalink
  3. object DefaultRegistry

    Permalink
  4. object Gauge

    Permalink
  5. object Histogram

    Permalink
  6. object HistogramBuckets

    Permalink
  7. implicit val defaultClock: Clock

    Permalink
  8. object jmx

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped