public sealed class RequestBasedSli : IMessage<RequestBasedSli>, IEquatable<RequestBasedSli>, IDeepCloneable<RequestBasedSli>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class RequestBasedSli.
Service Level Indicators for which atomic units of service are counted
directly.
public DistributionCut DistributionCut { get; set; }
distribution_cut is used when good_service is a count of values
aggregated in a Distribution that fall into a good range. The
total_service is the total count of all values aggregated in the
Distribution.
[[["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 latest version of the Google Cloud Monitoring v3 API documentation available is 3.15.0, with a variety of previous versions available, including the current version being documented, 3.7.0."],["The content focuses on the `RequestBasedSli` class within the `Google.Cloud.Monitoring.V3` namespace, which is used for defining service level indicators where service units are counted directly."],["`RequestBasedSli` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing a robust structure for handling service level data."],["The class has properties `DistributionCut` and `GoodTotalRatio` to respectively be used when good service is counted within a `Distribution` or when the ratio is from two `TimeSeries`, as well as a `MethodCase` to identify which method is being used."],["The class can be constructed either empty, or by copying an existing `RequestBasedSli` object."]]],[]]