public sealed class Exemplar : Protobuf.IMessage<Distribution.Types.Exemplar>, Protobuf.IBufferMessage
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 used to annotate aggregated distribution values, providing metadata about a specific value added to a Distribution bucket."],["The `Exemplar` class, part of the `Google.Api.CommonProtos` assembly, includes fields for attachments, timestamp, and value, as well as constructors for creating new instances."],["The `Exemplar` class contains methods to manage its data, such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`."],["`Exemplar` includes properties like `Attachments`, `Descriptor`, `Parser`, `Timestamp`, and `Value`, allowing access to the exemplar's details."],["This document covers version 2.2.0 of the Exemplar class and includes links to the latest version (2.15.0) as well as version 2.10.0."]]],[]]