public sealed class DroppedLabels : IMessage<DroppedLabels>, IEquatable<DroppedLabels>, IDeepCloneable<DroppedLabels>, IBufferMessage, IMessage
A set of (label, value) pairs that were removed from a Distribution
time series during aggregation and then added as an attachment to a
Distribution.Exemplar.
The full label set for the exemplars is constructed by using the dropped
pairs in combination with the label values that remain on the aggregated
Distribution time series. The constructed full label set can be used to
identify the specific entity, such as the instance or job, which might be
contributing to a long-tail. However, with dropped labels, the storage
requirements are reduced because only the aggregated distribution values for
a large group of time series are stored.
Note that there are no guarantees on ordering of the labels from
exemplar-to-exemplar and from distribution-to-distribution in the same
stream, and there may be duplicates. It is up to clients to resolve any
ambiguities.
[[["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."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eDroppedLabels\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace, which is designed to handle label and value pairs removed during time series aggregation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDroppedLabels\u003c/code\u003e is a sealed class that implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities such as deep cloning and buffering.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDroppedLabels\u003c/code\u003e class includes a \u003ccode\u003eLabel\u003c/code\u003e property, which is a \u003ccode\u003eMapField\u003c/code\u003e containing the string-to-string mappings of labels and their corresponding values that were dropped during aggregation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDroppedLabels\u003c/code\u003e class is part of the Google.Cloud.Monitoring.V3 assembly and provides constructors for creating new instances, either empty or by cloning existing \u003ccode\u003eDroppedLabels\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides links to previous versions of \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e going as far back as version 2.3.0 and as recently as version 3.15.0, which is also listed as the latest version.\u003c/p\u003e\n"]]],[],null,[]]