Class

kamon.apm

Settings

Related Doc: package apm

Permalink

case class Settings(apiKey: String, plan: Plan, connectionTimeout: Duration, readTimeout: Duration, appVersion: String, ingestionApi: String, bootRetries: Int, ingestionRetries: Int, shutdownRetries: Int, tracingRetries: Int, retryBackoff: Duration, clientBackoff: Duration, proxy: Option[Type], proxyHost: String, proxyPort: Int) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings(apiKey: String, plan: Plan, connectionTimeout: Duration, readTimeout: Duration, appVersion: String, ingestionApi: String, bootRetries: Int, ingestionRetries: Int, shutdownRetries: Int, tracingRetries: Int, retryBackoff: Duration, clientBackoff: Duration, proxy: Option[Type], proxyHost: String, proxyPort: Int)

    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 apiKey: String

    Permalink
  5. val appVersion: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bootMark: String

    Permalink
  8. val bootRetries: Int

    Permalink
  9. val clientBackoff: Duration

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val connectionTimeout: Duration

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val ingestionApi: String

    Permalink
  16. val ingestionRetries: Int

    Permalink
  17. def ingestionRoute: String

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val plan: Plan

    Permalink
  23. val proxy: Option[Type]

    Permalink
  24. val proxyHost: String

    Permalink
  25. val proxyPort: Int

    Permalink
  26. val readTimeout: Duration

    Permalink
  27. val retryBackoff: Duration

    Permalink
  28. def shutdownMark: String

    Permalink
  29. val shutdownRetries: Int

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val tracingRetries: Int

    Permalink
  32. def tracingRoute: String

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped