Show / Hide Table of Contents

Class BasicSli

An SLI measuring performance on a well-known service type. Performance will be computed on the basis of pre-defined metrics. The type of the service_resource determines the metrics to use and the service_resource.labels and metric_labels are used to construct a monitoring filter to filter that metric down to just the data relevant to this service.

Inheritance
object
BasicSli
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class BasicSli : IDirectResponseSchema

Properties

Availability

Good service is defined to be the count of requests made to this service that return successfully.

Declaration
[JsonProperty("availability")]
public virtual AvailabilityCriteria Availability { get; set; }
Property Value
Type Description
AvailabilityCriteria

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Latency

Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.

Declaration
[JsonProperty("latency")]
public virtual LatencyCriteria Latency { get; set; }
Property Value
Type Description
LatencyCriteria

Location

OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.

Declaration
[JsonProperty("location")]
public virtual IList<string> Location { get; set; }
Property Value
Type Description
IList<string>

Method

OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.

Declaration
[JsonProperty("method")]
public virtual IList<string> Method { get; set; }
Property Value
Type Description
IList<string>

Version

OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

Declaration
[JsonProperty("version")]
public virtual IList<string> Version { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX