public sealed class RequestBasedSli : IMessage<RequestBasedSli>, IEquatable<RequestBasedSli>, IDeepCloneable<RequestBasedSli>, IBufferMessage, IMessage
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."],[[["This webpage details the `RequestBasedSli` class within the `Google.Cloud.Monitoring.V3` namespace, which is designed for defining Service Level Indicators (SLIs) by directly counting atomic service units."],["The class `RequestBasedSli` implements several interfaces, including `IMessage`, `IEquatable\u003cRequestBasedSli\u003e`, `IDeepCloneable\u003cRequestBasedSli\u003e`, and `IBufferMessage`."],["The class has properties `DistributionCut` and `GoodTotalRatio` to define the specific type of metric to analyze, either by total ratio or distribution cut, which are used for calculating service performance."],["The page provides documentation for multiple versions of `RequestBasedSli`, from version 2.3.0 to the latest, 3.15.0, where each version has its own dedicated subpage."],["The `RequestBasedSli` class includes two constructors, a default constructor `RequestBasedSli()` and a copy constructor `RequestBasedSli(RequestBasedSli other)` allowing for the easy creation of a new object from an existing instance."]]],[]]