dimensions property

List<MetricDimension>? dimensions
final

The dimensions of the metric.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your customized load metric specification.

Implementation

final List<MetricDimension>? dimensions;