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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eDistribution.Types.Exemplar\u003c/code\u003e is a class used to annotate aggregated distribution values with example points, providing metadata like trace IDs, example values, timestamps, and origin.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in data structure management and serialization.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eDistribution.Types.Exemplar\u003c/code\u003e include \u003ccode\u003eAttachments\u003c/code\u003e for contextual information, \u003ccode\u003eTimestamp\u003c/code\u003e for observation time, and \u003ccode\u003eValue\u003c/code\u003e to determine bucket placement.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods such as \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eMergeFrom()\u003c/code\u003e, and \u003ccode\u003eWriteTo()\u003c/code\u003e for object manipulation, comparison, merging, and serialization, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExemplar\u003c/code\u003e class has a static \u003ccode\u003eDescriptor\u003c/code\u003e property and a static \u003ccode\u003eParser\u003c/code\u003e property to provide information about the class as well as parsing capabilities.\u003c/p\u003e\n"]]],[],null,[]]