Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: tracing/tracing/metrics/system_health/loading_metric.html

Issue 2656493002: Register metric Histogram names. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tracing/tracing/metrics/system_health/loading_metric.html
diff --git a/tracing/tracing/metrics/system_health/loading_metric.html b/tracing/tracing/metrics/system_health/loading_metric.html
index ca12d6f2c42007dad22414994424d9433c3234b0..9ce5e4226c5beeebadee7d33c8c5bb5c02d1250f 100644
--- a/tracing/tracing/metrics/system_health/loading_metric.html
+++ b/tracing/tracing/metrics/system_health/loading_metric.html
@@ -418,7 +418,9 @@ tr.exportTo('tr.metrics.sh', function() {
values.addHistogram(firstInteractiveHistogram);
}
- tr.metrics.MetricRegistry.register(loadingMetric);
+ tr.metrics.MetricRegistry.register(loadingMetric, {
+ histogramNames: new Set([]),
+ });
return {
loadingMetric,

Powered by Google App Engine
This is Rietveld 408576698