Class RequestBasedSli
Service Level Indicators for which atomic units of service are counted directly.
Inheritance
System.Object
RequestBasedSli
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |