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."],[[["The `DistributionCut` class in the Google Cloud Monitoring v3 API is used to define a `TimeSeries` and thresholds for measuring good service and total service, requiring a `ValueType` of `DISTRIBUTION` and a `MetricKind` of either `DELTA` or `CUMULATIVE`."],["The latest version available is 3.15.0, with multiple older versions listed, down to version 2.3.0, all part of the Google.Cloud.Monitoring.V3 namespace."],["The `DistributionCut` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It features two constructors, one default and another that accepts an existing `DistributionCut` object, as well as two properties: `DistributionFilter`, a string to filter time series, and `Range`, which is a `Range` object that defines the range of values that are considered 'good'."]]],[]]