com.github.vonnagy.service.container

metrics

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

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

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

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

  5. trait MetricName extends AnyRef

  6. class MetricsEndpoints extends RoutedEndpoints with CIDRDirectives

  7. class MetricsExtension extends Extension

  8. class MetricsWriter extends AnyRef

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

Value Members

  1. object Metrics extends ExtensionId[MetricsExtension] with ExtensionIdProvider

  2. package reporting

Ungrouped