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

Unified Diff: docs/histogram-set-json-format.md

Issue 2990293002: Revision Info into GenericSet (Closed)
Patch Set: Rebase on master 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 | « dashboard/dashboard/add_histograms_test.py ('k') | docs/how-to-write-metrics.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/histogram-set-json-format.md
diff --git a/docs/histogram-set-json-format.md b/docs/histogram-set-json-format.md
index 3366f7d1548c3f14172e23a6553d53bf2b992e6a..be9bc5b6330f7b7b4fb8727d9698eb36e0da1994 100644
--- a/docs/histogram-set-json-format.md
+++ b/docs/histogram-set-json-format.md
@@ -133,7 +133,6 @@ The only field that is required for all Diagnostics, `type`, must be one of
* `RelatedHistogramMap`
* `RelatedHistogramBreakdown`
* `TelemetryInfo`
- * `RevisionInfo`
* `BuildbotInfo`
* `Scalar`
@@ -159,20 +158,6 @@ to compare or merge results across similar telemetry story runs.
* `storyGroupingKeys`: dictionary mapping from strings to strings
* `storysetRepeatCounter`: number
-### RevisionInfo
-
-This tracks revisions of the software under test to allow users to compare or
-merge results across revisions.
-
- * `chromiumCommitPosition`: optional integer
- * `v8CommitPosition`: optional integer
- * `chromium`: array of 1 or 2 strings
- * `v8`: array of 1 or 2 strings
- * `catapult`: array of 1 or 2 strings
- * `angle`: array of 1 or 2 strings
- * `skia`: array of 1 or 2 strings
- * `webrtc`: array of 1 or 2 strings
-
### BuildbotInfo
This tracks buildbot parameters when the Histogram was produced to allow users
« no previous file with comments | « dashboard/dashboard/add_histograms_test.py ('k') | docs/how-to-write-metrics.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698