public sealed class DistributionCut : IMessage<DistributionCut>, IEquatable<DistributionCut>, IDeepCloneable<DistributionCut>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DistributionCut.
A DistributionCut defines a TimeSeries and thresholds used for measuring
good service and total service. The TimeSeries must have ValueType =
DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE. The
computed good_service will be the estimated count of values in the
Distribution that fall within the specified min and max.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `DistributionCut` class within the Google Cloud Monitoring v3 API, with version 3.15.0 being the most recent."],["The `DistributionCut` class defines a `TimeSeries` with thresholds to measure good and total service, requiring a `ValueType` of `DISTRIBUTION` and a `MetricKind` of either `DELTA` or `CUMULATIVE`."],["The class allows users to filter `TimeSeries` data to a specific set of values, with the `DistributionFilter` property to filter down the data."],["The `Range` property specifies a range of values that are considered \"good\" for service metrics, and can be one-sided if an infinite value is set for one of the bounds."],["This documentation includes information on the class's constructors, properties, inherited members, namespace, assembly, and the various versions of this class, going as far back as version 2.3.0."]]],[]]