Class

kamon.apm

Settings

Related Doc: package apm

Permalink

case class Settings(apiKey: String, plan: Plan, connectionTimeout: Duration, readTimeout: Duration, appVersion: String, ingestionApi: String, agent: String, bootRetries: Int, ingestionRetries: Int, shutdownRetries: Int, tracingRetries: Int, retryBackoff: Duration, clientBackoff: Duration, proxy: Option[Type], proxyHost: String, proxyPort: Int, environmentTags: Map[String, String]) 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, agent: String, bootRetries: Int, ingestionRetries: Int, shutdownRetries: Int, tracingRetries: Int, retryBackoff: Duration, clientBackoff: Duration, proxy: Option[Type], proxyHost: String, proxyPort: Int, environmentTags: Map[String, String])

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

    Permalink
  5. val apiKey: String

    Permalink
  6. val appVersion: String

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bootMark: String

    Permalink
  9. val bootRetries: Int

    Permalink
  10. val clientBackoff: Duration

    Permalink
  11. def clone(): AnyRef

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

    Permalink
  13. val environmentTags: Map[String, String]

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

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

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

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

    Permalink
  18. val ingestionRetries: Int

    Permalink
  19. def ingestionRoute: String

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val plan: Plan

    Permalink
  25. val proxy: Option[Type]

    Permalink
  26. val proxyHost: String

    Permalink
  27. val proxyPort: Int

    Permalink
  28. val readTimeout: Duration

    Permalink
  29. val retryBackoff: Duration

    Permalink
  30. def shutdownMark: String

    Permalink
  31. val shutdownRetries: Int

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

    Permalink
    Definition Classes
    AnyRef
  33. val tracingRetries: Int

    Permalink
  34. def tracingRoute: String

    Permalink
  35. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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