kamon.newrelic

Agent

class Agent extends Actor with ActorLogging with MetricsSubscription with KamonNewRelicClient

Linear Supertypes
KamonNewRelicClient, MetricsSubscription, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Agent
  2. KamonNewRelicClient
  3. MetricsSubscription
  4. ActorLogging
  5. Actor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Agent()

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val agentSettings: AgentSettings

  7. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def configureChildren(collector: String, runID: Long, scheme: String): Unit

  15. def connect(collectorHost: String, connect: AgentSettings): Future[(Long, String)]

  16. def connectToCollector: Future[ConnectResult]

  17. def connected: Receive

  18. implicit val context: ActorContext

    Definition Classes
    Actor
  19. def disconnected(attemptsLeft: Int): Receive

  20. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  24. def getNRClient(): NewRelicClient

    Definition Classes
    KamonNewRelicClient
  25. def giveUpConnection(): Unit

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def log: LoggingAdapter

    Definition Classes
    ActorLogging
  29. val metricsSubscriber: ActorRef

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val nrClient: NewRelicClient

  34. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def postStop(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def preStart(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def receive: Receive

    Definition Classes
    Agent → Actor
  39. def reconnect(): Unit

  40. def scheduleReconnection(connectionFailureReason: Throwable, attemptsLeft: Int): Unit

  41. def selectCollector: Future[String]

  42. implicit final val self: ActorRef

    Definition Classes
    Actor
  43. final def sender(): ActorRef

    Definition Classes
    Actor
  44. def shutdown(): Unit

  45. def subscribeToCustomMetrics(config: Config, metricsSubscriber: ActorRef, extension: MetricsModule): Unit

    Definition Classes
    MetricsSubscription
  46. def subscribeToMetrics(config: Config, metricsSubscriber: ActorRef, extension: MetricsModule): Unit

    Definition Classes
    MetricsSubscription
  47. def subscribeToTransactionMetrics(metricsSubscriber: ActorRef, extension: MetricsModule): Unit

    Definition Classes
    MetricsSubscription
  48. def subscriptionKeys(config: Config): Set[String]

    Definition Classes
    MetricsSubscription
  49. def subscriptions(config: Config): Config

    Definition Classes
    MetricsSubscription
  50. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from KamonNewRelicClient

Inherited from MetricsSubscription

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped