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

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

Issue 2999663002: Revert of Revision Info into GenericSet (Closed)
Patch Set: Created 3 years, 4 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 | « docs/histogram-set-json-format.md ('k') | tracing/trace_viewer.gypi » ('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 4fb98a5f303512a3803b17aaa7b426f2f1b4742f..d5a0e51d3187ad1f53c3f30917b9dc467862eb82 100644
--- a/docs/how-to-write-metrics.md
+++ b/docs/how-to-write-metrics.md
@@ -187,6 +187,16 @@
Visually, TelemetryInfos are displayed as a table.
![](/docs/images/how-to-write-metrics-telemetry.png)
+
+ * [RevisionInfo](/tracing/tracing/value/diagnostics/revision_info.html):
+ This is automatically attached to every Histogram produced by telemetry.
+ Structurally, it's a class with explicit named fields. Conceptually, it
+ contains ranges of revisions of the software used to produce the trace that
+ was consumed by the metric that produced the Histogram, such as the Chromium
+ revision, v8 revision, and catapult revision. Visually, RevisionInfos are
+ displayed as a table.
+
+ ![](/docs/images/how-to-write-metrics-revision.png)
* [BuildbotInfo](/tracing/tracing/value/diagnostics/buildbot_info.html):
This is automatically attached to every Histogram produced by Chrome's
« no previous file with comments | « docs/histogram-set-json-format.md ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698