Packages

final case class Exemplar(value: Double = 0.0, timestamp: Option[Timestamp] = _root_.scala.None, attachments: Seq[Any] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Exemplar] with Product with Serializable

Exemplars are example points that may be used to annotate aggregated distribution values. They are metadata that gives information about a particular value added to a Distribution bucket, such as a trace ID that was active when a value was added. They may contain further information, such as a example values and timestamps, origin, etc.

value

Value of the exemplar point. This value determines to which bucket the exemplar belongs.

timestamp

The observation (sampling) time of the above value.

attachments

Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Exemplar], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Exemplar
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Exemplar(value: Double = 0.0, timestamp: Option[Timestamp] = _root_.scala.None, attachments: Seq[Any] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    value

    Value of the exemplar point. This value determines to which bucket the exemplar belongs.

    timestamp

    The observation (sampling) time of the above value.

    attachments

    Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllAttachments(__vs: Iterable[Any]): Exemplar
  5. def addAttachments(__vs: Any*): Exemplar
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attachments: Seq[Any]
  8. def clearAttachments: Exemplar
  9. def clearTimestamp: Exemplar
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def companion: Exemplar.type
    Definition Classes
    Exemplar → GeneratedMessage
  12. def discardUnknownFields: Exemplar
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Exemplar → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Exemplar → GeneratedMessage
  18. def getTimestamp: Timestamp
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def serializedSize: Int
    Definition Classes
    Exemplar → GeneratedMessage
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val timestamp: Option[Timestamp]
  26. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  27. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  28. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  29. def toProtoString: String
    Definition Classes
    Exemplar → GeneratedMessage
  30. val unknownFields: UnknownFieldSet
  31. def update(ms: (Lens[Exemplar, Exemplar]) ⇒ Mutation[Exemplar]*): Exemplar
    Definition Classes
    Updatable
  32. val value: Double
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def withAttachments(__v: Seq[Any]): Exemplar
  37. def withTimestamp(__v: Timestamp): Exemplar
  38. def withUnknownFields(__v: UnknownFieldSet): Exemplar
  39. def withValue(__v: Double): Exemplar
  40. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  41. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Exemplar → GeneratedMessage
  42. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Exemplar]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped