Class RequestBasedSli
Service Level Indicators for which atomic units of service are counted directly.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class RequestBasedSli : IDirectResponseSchema
Properties
DistributionCut
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.
Declaration
[JsonProperty("distributionCut")]
public virtual DistributionCut DistributionCut { get; set; }
Property Value
Type | Description |
---|---|
DistributionCut |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoodTotalRatio
good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
Declaration
[JsonProperty("goodTotalRatio")]
public virtual TimeSeriesRatio GoodTotalRatio { get; set; }
Property Value
Type | Description |
---|---|
TimeSeriesRatio |