metricDimension property

MetricDimension? metricDimension
final

The dimension for a metric in your behavior. For example, using a TOPIC_FILTER dimension, you can narrow down the scope of the metric to only MQTT topics where the name matches the pattern specified in the dimension. This can't be used with custom metrics.

Implementation

final MetricDimension? metricDimension;