MetricFilter typedef

MetricFilter = bool Function(String name, Metric metric)

A filter used to determine whether or not a metric should be reported, among other things.

Implementation

typedef MetricFilter = bool Function(String name, Metric metric);