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

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

Issue 2988823002: DeviceInfo into GenericSets (Closed)
Patch Set: Remove how-to-write-metrics-device image Created 3 years, 5 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 88687bbc6fa2daced7b6ea36f5560162adffd31c..3366f7d1548c3f14172e23a6553d53bf2b992e6a 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`
- * `DeviceInfo`
* `RevisionInfo`
* `BuildbotInfo`
* `Scalar`
@@ -174,23 +173,6 @@ merge results across revisions.
* `skia`: array of 1 or 2 strings
* `webrtc`: array of 1 or 2 strings
-### DeviceInfo
-
-This tracks information about the device that was used to produce the Histogram
-to allow users to compare or merge results across similar devices.
-
- * `chromeVersion`: string
- * `osName`: one of
- * `mac`
- * `android`
- * `linux`
- * `chrome`
- * `win`
- * `osVersion`: string
- * `arch`: not yet specified, but will contain bittiness (32-bit vs 64-bit)
- * `gpuInfo`: not yet specified, but will contain information about the GPU
- * `ram`: number of bytes of RAM
-
### 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