isReported property

bool isReported
final

Whether this timeseries is reported to the benchmark dashboard.

If true a new benchmark card is created for the timeseries and is visible on the dashboard.

If false the data is stored but it does not show up on the dashboard. Use unreported metrics for metrics that are useful for manual inspection but that are too fine-grained to be useful for tracking on the dashboard.

Implementation

final bool isReported;