Class StatsdSource

All Implemented Interfaces:
com.arpnetworking.commons.observer.Observable, Source

public final class StatsdSource extends ActorSource
Source that uses Statsd as input.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)
  • Field Details

    • ACTOR_NAME

      public static final String ACTOR_NAME
      Name of the actor created to receive the Statsd datagrams.
      See Also:
  • Method Details

    • createProps

      protected akka.actor.Props createProps()
      Description copied from class: ActorSource
      Create a props for the actor to be created at the provided path.
      Specified by:
      createProps in class ActorSource
      Returns:
      A props to create the actor with.