Index: tracing/tracing/metrics/system_health/first_paint_metric.html |
diff --git a/tracing/tracing/metrics/system_health/first_paint_metric.html b/tracing/tracing/metrics/system_health/first_paint_metric.html |
index e9958f7fecd6c602fc6ec5a2d44da4f992c8992d..8b1bfd17dcb177814e0821828de83bebe7642db6 100644 |
--- a/tracing/tracing/metrics/system_health/first_paint_metric.html |
+++ b/tracing/tracing/metrics/system_health/first_paint_metric.html |
@@ -200,7 +200,7 @@ tr.exportTo('tr.metrics.sh', function() { |
histogram.add(timeToEvent, {url: url}); |
}, this); |
values.addValue(new tr.v.NumericValue( |
- model.canonicalUrl, metric.valueName, histogram, |
+ metric.valueName, histogram, |
{ description: metric.description })); |
}, this); |
} |