Class

com.github.vonnagy.service.container.metrics.reporting

StatsDReporter

Related Doc: package reporting

Permalink

class StatsDReporter extends ScheduledReporter with LoggingAdapter

Created by Ivan von Nagy on 1/21/15.

Linear Supertypes
LoggingAdapter, SLF4JLogging, ScheduledReporter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatsDReporter
  2. LoggingAdapter
  3. SLF4JLogging
  4. ScheduledReporter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StatsDReporter()(implicit system: ActorSystem, config: Config)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val application: String

    Permalink
    Definition Classes
    ScheduledReporter
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val config: Config

    Permalink
    Definition Classes
    StatsDReporter → ScheduledReporter
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. val host: String

    Permalink
    Definition Classes
    ScheduledReporter
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val log: Logger

    Permalink
    Definition Classes
    SLF4JLogging
  16. val metrics: MetricsExtension

    Permalink
    Definition Classes
    ScheduledReporter
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def report(): Unit

    Permalink

    This is the method that gets called so that the metrics reporting can occur.

    This is the method that gets called so that the metrics reporting can occur.

    Definition Classes
    StatsDReporter → ScheduledReporter
  21. def start(interval: FiniteDuration): Unit

    Permalink
    Definition Classes
    ScheduledReporter
  22. def stop(): Unit

    Permalink

    Stop the scheduled metric reporting

    Stop the scheduled metric reporting

    Definition Classes
    StatsDReporter → ScheduledReporter
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. implicit val system: ActorSystem

    Permalink
    Definition Classes
    StatsDReporter → ScheduledReporter
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. val version: String

    Permalink
    Definition Classes
    ScheduledReporter
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LoggingAdapter

Inherited from SLF4JLogging

Inherited from ScheduledReporter

Inherited from AnyRef

Inherited from Any

Ungrouped