final case class TraceConfig(sampler: Sampler = io.opencensus.proto.trace.v1.trace_config.TraceConfig.Sampler.Empty, maxNumberOfAttributes: Long = 0L, maxNumberOfAnnotations: Long = 0L, maxNumberOfMessageEvents: Long = 0L, maxNumberOfLinks: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[TraceConfig] with Product with Serializable
Global configuration of the trace service. All fields must be specified, or the default (zero) values will be used for each type.
- maxNumberOfAttributes
The global default max number of attributes per span.
- maxNumberOfAnnotations
The global default max number of annotation events per span.
- maxNumberOfMessageEvents
The global default max number of message events per span.
- maxNumberOfLinks
The global default max number of link entries per span.
- Annotations
- @SerialVersionUID()
- Source
- TraceConfig.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TraceConfig
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TraceConfig(sampler: Sampler = io.opencensus.proto.trace.v1.trace_config.TraceConfig.Sampler.Empty, maxNumberOfAttributes: Long = 0L, maxNumberOfAnnotations: Long = 0L, maxNumberOfMessageEvents: Long = 0L, maxNumberOfLinks: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- maxNumberOfAttributes
The global default max number of attributes per span.
- maxNumberOfAnnotations
The global default max number of annotation events per span.
- maxNumberOfMessageEvents
The global default max number of message events per span.
- maxNumberOfLinks
The global default max number of link entries per span.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearSampler: TraceConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: TraceConfig.type
- Definition Classes
- TraceConfig → GeneratedMessage
- def discardUnknownFields: TraceConfig
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConstantSampler: ConstantSampler
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- TraceConfig → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TraceConfig → GeneratedMessage
- def getProbabilitySampler: ProbabilitySampler
- def getRateLimitingSampler: RateLimitingSampler
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxNumberOfAnnotations: Long
- val maxNumberOfAttributes: Long
- val maxNumberOfLinks: Long
- val maxNumberOfMessageEvents: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sampler: Sampler
- def serializedSize: Int
- Definition Classes
- TraceConfig → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- TraceConfig → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[TraceConfig, TraceConfig]) => Mutation[TraceConfig]*): TraceConfig
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withConstantSampler(__v: ConstantSampler): TraceConfig
- def withMaxNumberOfAnnotations(__v: Long): TraceConfig
- def withMaxNumberOfAttributes(__v: Long): TraceConfig
- def withMaxNumberOfLinks(__v: Long): TraceConfig
- def withMaxNumberOfMessageEvents(__v: Long): TraceConfig
- def withProbabilitySampler(__v: ProbabilitySampler): TraceConfig
- def withRateLimitingSampler(__v: RateLimitingSampler): TraceConfig
- def withSampler(__v: Sampler): TraceConfig
- def withUnknownFields(__v: UnknownFieldSet): TraceConfig
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TraceConfig → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage