Class MetricValueSet
Represents a set of metric values in the same metric. Each metric value in the set should have a unique combination of start time, end time, and label values.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class MetricValueSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricName
The metric name defined in the service configuration.
Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricValues
The values in this metric.
Declaration
[JsonProperty("metricValues")]
public virtual IList<MetricValue> MetricValues { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricValue> |