kamon.influxdb

BatchInfluxDBMetricsPacker

case class BatchInfluxDBMetricsPacker(config: Config) extends InfluxDBMetricsPacker with TagsGenerator with TimestampGenerator with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TimestampGenerator, TagsGenerator, InfluxDBMetricsPacker, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BatchInfluxDBMetricsPacker
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TimestampGenerator
  7. TagsGenerator
  8. InfluxDBMetricsPacker
  9. Actor
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BatchInfluxDBMetricsPacker(config: Config)

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. implicit val actorSystem: ActorSystem

    Attributes
    protected
    Definition Classes
    InfluxDBMetricsPacker
  7. val application: String

    Attributes
    protected
    Definition Classes
    TagsGenerator
  8. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Definition Classes
    Any
  14. val client: ActorRef

    Attributes
    protected
    Definition Classes
    InfluxDBMetricsPacker
  15. def clone(): AnyRef

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

  17. implicit val context: ActorContext

    Definition Classes
    Actor
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def generateMetricsData(tick: TickMetricSnapshot, flushToDestination: (String) ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    BatchInfluxDBMetricsPackerInfluxDBMetricsPacker
  21. def generateTags(entity: Entity, metricKey: MetricKey): Map[String, String]

    Attributes
    protected
    Definition Classes
    TagsGenerator
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def histogramValues(hs: Snapshot): Map[String, BigDecimal]

    Attributes
    protected
    Definition Classes
    TagsGenerator
  24. val hostname: String

    Definition Classes
    TagsGenerator
  25. def httpRef: ActorRef

    Attributes
    protected
    Definition Classes
    InfluxDBMetricsPacker
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val maxPacketSizeInBytes: Long

    Attributes
    protected
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def normalize(s: String): String

    Attributes
    protected
    Definition Classes
    TagsGenerator
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. val percentiles: List[Double]

    Attributes
    protected
    Definition Classes
    TagsGenerator
  33. def postRestart(reason: Throwable): Unit

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

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

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

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def receive: PartialFunction[Any, Unit]

    Definition Classes
    InfluxDBMetricsPacker → Actor
  38. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  40. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  42. def timestamp: Long

    Definition Classes
    TimestampGenerator
  43. def udpRef: ActorRef

    Attributes
    protected
    Definition Classes
    InfluxDBMetricsPacker
  44. def unhandled(message: Any): Unit

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TimestampGenerator

Inherited from TagsGenerator

Inherited from InfluxDBMetricsPacker

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped