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 reference documentation for the `DistributionCut` class within the Google Cloud Monitoring v3 API, detailing its use in defining time series and thresholds for measuring service quality."],["The `DistributionCut` class is designed for time series data with `ValueType = DISTRIBUTION` and `MetricKind = DELTA` or `MetricKind = CUMULATIVE`, and computes 'good service' by estimating values within a specified range."],["The content covers multiple versions of the API, ranging from version 2.3.0 up to the latest, version 3.15.0, indicating a history of development and updates to the `DistributionCut` functionality."],["Key properties of the `DistributionCut` class include `DistributionFilter`, which uses a monitoring filter to specify the time series data, and `Range`, which defines the acceptable values within the distribution."]]],[]]