Class MetricValueSet (1.5.3)

MetricValueSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
metric_name str
The metric name defined in the service configuration.
metric_values Sequence[google.cloud.servicecontrol_v1.types.MetricValue]
The values in this metric.