tensorstore.experimental_collect_matching_metrics(metric_prefix: str = '', include_zero_metrics: bool = False) list[Any]

Collects metrics with a matching prefix.

Parameters:
metric_prefix: str = ''

Prefix of the metric names to collect.

include_zero_metrics: bool = False

Indicate whether zero-valued metrics are included.

Returns:

list of a dict of metrics.