| Index: tracing/tracing/metrics/system_health/cpu_time_metric.html
 | 
| diff --git a/tracing/tracing/metrics/system_health/cpu_time_metric.html b/tracing/tracing/metrics/system_health/cpu_time_metric.html
 | 
| index a6cc35ba41a0623f3281299e81d47d24f24a9b39..fdb219148700117db9ef21dd1e927b942aacc9b7 100644
 | 
| --- a/tracing/tracing/metrics/system_health/cpu_time_metric.html
 | 
| +++ b/tracing/tracing/metrics/system_health/cpu_time_metric.html
 | 
| @@ -108,7 +108,8 @@ tr.exportTo('tr.metrics.sh', function() {
 | 
|    }
 | 
|  
 | 
|    tr.metrics.MetricRegistry.register(cpuTimeMetric, {
 | 
| -    supportsRangeOfInterest: true
 | 
| +    supportsRangeOfInterest: true,
 | 
| +    histogramNames: new Set([]),
 | 
|    });
 | 
|  
 | 
|    return {
 | 
| 
 |