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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits basic functionalities from the base `Object` class."],["The `RequestBasedSli` class offers two constructors, one default and another that takes another `RequestBasedSli` object for copying, allowing for instantiation and cloning."],["It provides properties such as `DistributionCut` and `GoodTotalRatio` for defining the good versus total service count using distribution data or time series ratios."],["Multiple versions are available, with 3.15.0 being the most recent, spanning back to version 2.3.0, and all version information can be found with the provided links."]]],[]]