Packages

package stats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Metrics extends MetricReporter with AppLogging

    A trait that provides metric reporting feature for kamon

    A trait that provides metric reporting feature for kamon

    Overview

    The trait can be used for kamon since it extends kamon.MetricReporter.

  2. final case class MetricsKey(key: String, tenant: Option[Tenant]) extends Product with Serializable

    A metrics key

    A metrics key

    key

    An underlying value which represents the key of the metric.

    tenant

    Some for tenant-specific values, None for system-common values

  3. final case class MetricsValue(value: String) extends AnyVal with Product with Serializable

    A metrics value

    A metrics value

    value

    An underlying value which represents the value of the metric.

Value Members

  1. object Metrics

    An object that provides metrics reporting features for kamon

  2. object MetricsMultiTenantSupport

    An object that provides extension methods related to multi-tenant features

Ungrouped