Distribution_Exemplar class final

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.

Inheritance
  • Object
  • ProtoMessage
  • Distribution_Exemplar

Constructors

Distribution_Exemplar({double value = 0, Timestamp? timestamp, List<Any> attachments = const []})
Distribution_Exemplar.fromJson(Object? j)
factory

Properties

attachments List<Any>
Contextual information about the example value. Examples are:
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp → Timestamp?
The observation (sampling) time of the above value.
final
value double
Value of the exemplar point. This value determines to which bucket the exemplar belongs.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String