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-04-17 UTC."],[[["The latest version of the `Google.Cloud.Monitoring.V3` library for .NET is 3.15.0, with multiple previous versions available, down to 2.3.0."],["`RequestBasedSli` is a class used to define Service Level Indicators (SLIs) where atomic service units are directly counted."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RequestBasedSli` class can be constructed with a default constructor or a copy constructor that takes another `RequestBasedSli` object."],["It provides two main properties for defining SLIs: `DistributionCut` for counting good service within a distribution, and `GoodTotalRatio` for calculating the ratio of good to total service using TimeSeries."]]],[]]