| Index: dashboard/dashboard/add_histograms.py
|
| diff --git a/dashboard/dashboard/add_histograms.py b/dashboard/dashboard/add_histograms.py
|
| index 3e44132ffc00f9c873257aab7a68b1d4a8ebf6ee..dd538091097e29c13a652fc3b9c26259171bae40 100644
|
| --- a/dashboard/dashboard/add_histograms.py
|
| +++ b/dashboard/dashboard/add_histograms.py
|
| @@ -20,10 +20,10 @@ from tracing.value import histogram_set
|
| from tracing.value.diagnostics import diagnostic
|
| from tracing.value.diagnostics import reserved_infos
|
|
|
| -
|
| +# TODO(#3718): Use names along with types to create sparse diagnostics, add here
|
| +# owners and bug components as sparse level diagnostics
|
| SUITE_LEVEL_SPARSE_DIAGNOSTIC_TYPES = set(
|
| - [histogram_module.BuildbotInfo, histogram_module.DeviceInfo,
|
| - histogram_module.Ownership])
|
| + [histogram_module.BuildbotInfo, histogram_module.DeviceInfo])
|
| HISTOGRAM_LEVEL_SPARSE_DIAGNOSTIC_TYPES = set(
|
| [histogram_module.TelemetryInfo])
|
| SPARSE_DIAGNOSTIC_TYPES = SUITE_LEVEL_SPARSE_DIAGNOSTIC_TYPES.union(
|
|
|