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

Unified Diff: docs/how-to-write-metrics.md

Issue 2424933003: Rename ValueSet* to HistogramSet*. (Closed)
Patch Set: fix Created 4 years, 2 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
« no previous file with comments | « no previous file | tracing/bin/results2json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/how-to-write-metrics.md
diff --git a/docs/how-to-write-metrics.md b/docs/how-to-write-metrics.md
index 80a91b4fa0763fb138d165974282acd7e0abd913..52cbf258ec60f30feaf7f2779cd265e52ef59acd 100644
--- a/docs/how-to-write-metrics.md
+++ b/docs/how-to-write-metrics.md
@@ -168,8 +168,8 @@ Consumers of Histograms
Histograms are consumed by
- * [value-set-table](/tracing/tracing/value/ui/value-set-table.html) in both
- results2.html and the Metrics side panel in trace viewer,
+ * [histogram-set-table](/tracing/tracing/value/ui/histogram_set_table.html) in
+ both results2.html and the Metrics side panel in trace viewer,
* the [dashboard](https://chromeperf.appspot.com) indirectly via their statistics.
Currently, telemetry discards Histograms and Diagnostics, and only passes their
« no previous file with comments | « no previous file | tracing/bin/results2json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698