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-04-17 UTC."],[[["This webpage provides documentation for the `RequestBasedSli` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["The `RequestBasedSli` class is designed to represent Service Level Indicators (SLIs) where service units are counted directly, detailing both good and total service metrics."],["The documentation lists various versions of the `RequestBasedSli` class, ranging from version 2.3.0 to the latest 3.15.0, with the current version being 3.14.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for comparison, cloning, and managing message data."],["The `RequestBasedSli` class has properties such as `DistributionCut` and `GoodTotalRatio`, which are used to calculate and define service levels based on aggregated data or ratios between time series."]]],[]]