public sealed class Distribution.Types.Exemplar : IMessage<Distribution.Types.Exemplar>, IEquatable<Distribution.Types.Exemplar>, IDeepCloneable<Distribution.Types.Exemplar>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Exemplars are example data points used to provide context to aggregated distribution values, such as trace IDs."],["The `Distribution.Types.Exemplar` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["Key properties of an Exemplar include `Value`, `Timestamp`, and `Attachments`, which represent the exemplar's value, its observation time, and any associated contextual information, respectively."],["The class provides methods like `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, and `WriteTo` for manipulating and interacting with Exemplar objects."],["There are three versions of `Exemplar`, version 2.15.0 being the latest, followed by 2.10.0 and 2.2.0."]]],[]]