quotaMetrics property

List<MetricValueSet>? quotaMetrics
getter/setter pair

Quota metrics to indicate the result of allocation.

Depending on the request, one or more of the following metrics will be included: 1. Per quota group or per quota metric incremental usage will be specified using the following delta metric : "serviceruntime.googleapis.com/api/consumer/quota_used_count" 2. The quota limit reached condition will be specified using the following boolean metric : "serviceruntime.googleapis.com/quota/exceeded"

Implementation

core.List<MetricValueSet>? quotaMetrics;