| Index: tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
 | 
| diff --git a/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html b/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
 | 
| index 35b5d54d3a87d1a9e67859ebb650a5557676d197..76249411bf2d20a28f12881c46426124017d72ba 100644
 | 
| --- a/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
 | 
| +++ b/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
 | 
| @@ -45,7 +45,9 @@ tr.exportTo('tr.metrics.sh', function() {
 | 
|      }
 | 
|    }
 | 
|  
 | 
| -  tr.metrics.MetricRegistry.register(clockSyncLatencyMetric);
 | 
| +  tr.metrics.MetricRegistry.register(clockSyncLatencyMetric, {
 | 
| +    histogramNames: new Set([]),
 | 
| +  });
 | 
|  
 | 
|    return {
 | 
|      clockSyncLatencyMetric,
 | 
| 
 |