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