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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["`Distribution.Types.Exemplar` is a class used to annotate aggregated distribution values with example points, providing metadata like trace IDs, example values, timestamps, and origin."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data structure management and serialization."],["Key properties of `Distribution.Types.Exemplar` include `Attachments` for contextual information, `Timestamp` for observation time, and `Value` to determine bucket placement."],["The class provides methods such as `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, and `WriteTo()` for object manipulation, comparison, merging, and serialization, respectively."],["The `Exemplar` class has a static `Descriptor` property and a static `Parser` property to provide information about the class as well as parsing capabilities."]]],[]]