Package

com.github.vonnagy.service.container

metrics

Permalink

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. case class Counter(name: String)(implicit system: ActorSystem) extends MetricName with Instrumented with Product with Serializable

    Permalink
  2. case class Gauge[A](name: String)(f: ⇒ A)(implicit system: ActorSystem) extends MetricName with Instrumented with Product with Serializable

    Permalink
  3. case class Histogram(name: String)(implicit system: ActorSystem) extends MetricName with Instrumented with Product with Serializable

    Permalink
  4. case class Meter(name: String)(implicit system: ActorSystem) extends MetricName with Instrumented with Product with Serializable

    Permalink
  5. trait MetricName extends AnyRef

    Permalink
  6. class MetricsEndpoints extends RoutedEndpoints with CIDRDirectives

    Permalink
  7. class MetricsExtension extends Extension

    Permalink
  8. class MetricsWriter extends AnyRef

    Permalink
  9. case class Timer(name: String)(implicit system: ActorSystem) extends MetricName with Instrumented with Product with Serializable

    Permalink

Value Members

  1. object Metrics extends ExtensionId[MetricsExtension] with ExtensionIdProvider

    Permalink
  2. package reporting

    Permalink

Ungrouped