metricCosts property

Map<String, String>? metricCosts
getter/setter pair

Metrics to update when the selected methods are called, and the associated cost applied to each metric.

The key of the map is the metric name, and the values are the amount increased for the metric against which the quota limits are defined. The value must not be negative.

Implementation

core.Map<core.String, core.String>? metricCosts;