nl.grons.metrics

scala

package scala

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseBuilder extends AnyRef

  2. final class ByName[+T] extends () ⇒ T

    Provides a wrapper for by-name expressions with the intent that they can become eligible for implicit conversions and implicit resolution.

  3. trait CheckedBuilder extends BaseBuilder

    The mixin trait for creating a class which creates health checks.

  4. class Counter extends AnyRef

    A Scala facade class for DropwizardCounter.

  5. trait DefaultInstrumented extends InstrumentedBuilder with CheckedBuilder

    A mixin trait for creating a class that publishes metrics and health checks to the "default" registries.

  6. class Gauge[T] extends AnyRef

    A Scala facade class for DropwizardGauge.

  7. class HdrMetricBuilder extends MetricBuilder

    An alternative metric builder that creates Histograms and Timers with Reservoirs from the HdrHistogram library.

  8. sealed trait HealthCheckMagnet extends AnyRef

    Magnet for the checker.

  9. class Histogram extends AnyRef

    A Scala facade class for DropwizardHistogram.

  10. trait InstrumentedBuilder extends BaseBuilder

    The mixin trait for creating a class which is instrumented with metrics.

  11. class Meter extends AnyRef

    A Scala facade class for DropwizardMeter.

  12. class MetricBuilder extends AnyRef

    Builds and registering metrics.

  13. class MetricName extends AnyRef

    The (base)name of a metric.

  14. class Timer extends AnyRef

    A Scala facade class for DropwizardTimer.

  15. trait FutureMetrics extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 3.5.4) Please use Timer.time() or Timer.timeFuture()

Value Members

  1. object ByName

  2. object Gauge

  3. object HealthCheckMagnet

  4. object Implicits

  5. object MetricName

Ungrouped